-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Intel C Compiler fails to compile test/ccalltest.c due to the presence of complex integer literals #10471
Comments
Fixed in a more recent version of the compiler? https://software.intel.com/en-us/articles/error-1909-complex-integral-types-are-not-supported |
I seem to have version 14.0.2 which is later than the purported fix in that link (10.1.031). |
I have also left a note on the commit which closes this issue, but one instance of |
During a (re)build, I encountered a "1909: complex integral types are not supported" error when using the intel C compiler (icc 14.0.2 20140120 ).
The build proceeds normally if the following changes are made (from b299179)
The text was updated successfully, but these errors were encountered: