-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] new warnings in gcc 8 and 9 (buildbot configure/compile) #1572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
With g++ 8.4.0, I get a different error:
trying with 7.5.0 |
@bd4, thank you for reporting these issues. |
Thanks @bader, I renamed the issue to better reflect the cause. With the |
I think we should integrate gcc > 7 into CI process to avoid these types of issues. Another proposal was to enforce -Werror by CI, but don't enable it by default, so users compiling with non-tested gcc version won't be impacted. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days. |
I think this is resolved now. Please, re-open if you disagree. |
Using buildbot configure/compile scripts, in release mode with no other options (in particular no cuda). I have Manjaro linux, arch based, default compiler is g++ 9.3.0. I get the following error. Will try again with g++-8 (and -7 if that fails), I suspect this is an issue due to differing warning/error handling in 9.
The text was updated successfully, but these errors were encountered: