-
Notifications
You must be signed in to change notification settings - Fork 346
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
Compile error c++ (GCC) 7.2.1 20170915 (not a constant expression) #4
Comments
This is also the default compiler version on Fedora 26. On Fedora 25 (which is EOL mid-December 2017), the compiler version is 6.4.1 and this error does not occur. |
Same issue with SlackwareLinux /current: Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/7.2.0/specs |
Thanks uartie for comments. Currently intel Linux driver is built against ubuntu 16.04 w/ gcc 5.4. Gcc 7.2 definitely implement stricter check for constant declared as constexpr. Will fix the issue and set up Fedora 26 environment for cross check soon. Please stay tuned. |
With
c++ (GCC) 7.2.1 20170915
(i.e. Fedora 27 default GCC version), the following compiler error is generated:The text was updated successfully, but these errors were encountered: