[Bug preprocessor/68854] isystem and ansi cause arm assembly preprocessing problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68854 --- Comment #2 from vasyl.vavrychuk at globallogic dot com --- --ansi is passed by build system of a big 3rd party project that I compile. It is possible to change it to remove --ansi but in my opinion there is gcc bug too. Gcc should either: * ig
[Bug preprocessor/68854] isystem and ansi cause arm assembly preprocessing problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68854 --- Comment #1 from Richard Earnshaw --- ANSI is a dialect of C. Why are you passing that flag to an assembler file?