-
Notifications
You must be signed in to change notification settings - Fork 769
Compilation warnings with GCC 8.3 #1627
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
Most of I suggest leave |
The main goal of #1398 is to do the refactoring improving UX and code maintainability. According to my understanding, warnings should be addressed as a side effect of these changes. Anyway, I see that you created a separate PR (#1630) to address the issue with warnings, so I guess this questions is not relevant anymore. Thanks a lot for doing this work! |
@fwyzard, seems like you have submitted a PR to fix warnings, can we close this issue then? |
I assume that this issue is fixed and therefore closing it. @fwyzard, please speak up if there are still some warnings observable |
Building the current HEAD with GCC 8.3 on CentOS 8 results in many compilation warnings.
The full build log is attached: build.txt .
The warnings relevant for the
sycl
package are already mentioned in #1572.The warnings relevant for the
libdevice
package are:(repeated for lines 17, 18, 20, 21, 22, and repeater for other other source files)
The warnings for
libclc
are(repeated other 17 times for
clc_ldexp.cl
,clc_pow.cl
,expm1.cl
,log_base.h
andsincos_helpers.cl
), andThe text was updated successfully, but these errors were encountered: