Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-30B7CFE6-0EBC-4746-8D43-3DEF3084961E
Visible to Intel only — GUID: GUID-30B7CFE6-0EBC-4746-8D43-3DEF3084961E
ansi
Enables language compatibility with the gcc option ansi.
Linux: |
-ansi |
Windows: |
None |
None
OFF |
GNU C++ is more strongly supported than ANSI C. |
This option enables language compatibility with the gcc option -ansi and provides the same level of ANSI standard conformance as that option.
This option sets option fmath-errno.
If you want strict ANSI conformance, use the -strict-ansi option.
Visual Studio: None
Eclipse: Language > ANSI Conformance
None