This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/15720] stdc-predef.h wrongly defines __STDC_IEC_559_COMPLEX__


https://sourceware.org/bugzilla/show_bug.cgi?id=15720

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
As discussed, this macro is being defined to indicate intent rather than
completeness, just like __STDC_VERSION__, and can only be interpreted as
referring to completeness in the presence of external conformance documentation
asserting conformance for an implementation as a whole (and if such an
implementation asserted conformance for the GCC/glibc combination in a mode
where this macro is defined, that would be a bug in that external
documentation).  After my commit 1484e65736f4cab27e5051e0f06be8470e69af82, the
comment explicitly refers to intent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]