[Bug preprocessor/59782] libcpp does not avoid bug #48326 when compiled by older GCC

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 13 10:09:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59782

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'd say for GCC 4.8 we should just replace the conditional with GCC_VERSION >=
4008 and for 4.9 with >= 4009, better trust only the latest version for target
attribute.  libcpp is bootstrapped and thus for bootstraps it will DTRT.

Note, rs6000 now supports the target attribute, so I'd say that lex.c should
start to use it on ppc*.



More information about the Gcc-bugs mailing list