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