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

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 2 02:12:38 GMT 2021


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

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
#if (GCC_VERSION >= 4005) && (__GNUC__ >= 5 || !defined(__PIC__)) &&
(defined(__i386__) || defined(__x86_64__)) && !(defined(__sun__) &&
defined(__svr4__))

I don't know if this is not that important with the requirement of C++11
compiler  now.


More information about the Gcc-bugs mailing list