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

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

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I bet we really don't need the macros from stdc-predef.h, so perhaps we could
use -nostdinc.
stdc-predef.h currently (sometimes) predefines
__STDC_IEC_559__
__STDC_IEC_60559_BFP__
__STDC_IEC_559_COMPLEX__
__STDC_IEC_60559_COMPLEX__
__STDC_ISO_10646__
and grep doesn't find any STDC_IEC nor STDC_ISO occurrences in fixincl.

Reply via email to