This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30678] sysmacros.h get currupt from Fixincludes with updated glibc.
- From: "franke dot daniel at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2007 10:39:50 -0000
- Subject: [Bug bootstrap/30678] sysmacros.h get currupt from Fixincludes with updated glibc.
- References: <bug-30678-13681@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from franke dot daniel at gmail dot com 2007-02-02 10:39 -------
fixincludes/inclhack.def (glibc_c99_inline_4) deals with sys/sysmacros.h by
replacing any "extern" with
#if __STDC_VERSION__ < 19901L
extern
#endif
Since your include defines "__extern", this leaves "__".
The patch is Geoffrey's, added him to CC.
--
franke dot daniel at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |geoffk at apple dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30678