[Bug c++/84400] “linux” string in path replaced with “1” when using “<>” angle brackets to include a header through a macro

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 15 08:29:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84400

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
linux is a macro defined to 1.  In <> case the macro is expanded while in ""
case, the token is a string.


More information about the Gcc-bugs mailing list