-
Notifications
You must be signed in to change notification settings - Fork 13
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
return __extension__ (__m128){ 0.0f, 0.0f, 0.0f, 0.0f }; #318
Comments
Also I noticed that the error messages when inside macros only point to the macro without referencing the actual place where the macro is expanded, see bellow that the
Look at this small example:
|
This somehow
|
Yes, these are the compound literals. It’s gcc extension for c++, i believe you already reported it here #306 |
Doing more tests I came with this one:
That
|
Ok |
semantic errors are protected by the cli option -fcheck. But i just started working on the semantics, it’s going to take awhile before i can enable the checks. After I’m done binding the symbols and with the name lookup i will report the errors |
-fsyntax-only is a nop at the moment |
Thank you for reply ! |
While testing cxx with https://github.com/PX4/eigen/tree/3.4 :
Output:
The text was updated successfully, but these errors were encountered: