[Bug preprocessor/92306] stringize linux cut off the word

2019-10-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92306

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Andrew Pinski  ---
linux is a predefined macro.  If you don't want it, you can use -std=c99 or
-std=c11 which will then not define the macro in the non-implementation
identifier space

[Bug preprocessor/92306] stringize linux cut off the word

2019-10-31 Thread amarchini at kcftech dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92306

--- Comment #1 from A Guy  ---
Created attachment 47147
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47147=edit
this is the pre processed output