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

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Jan 13 10:59:00 GMT 2014


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

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Jakub Jelinek from comment #2)
> 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.

According to [1], 4.7.1 is already OK, so > 4007 should be enough.

[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326#c3


More information about the Gcc-bugs mailing list