This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30589] [4.3 regression] C99 extern inline patch broke bootstrap on i386-pc-mingw32
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2007 15:04:19 -0000
- Subject: [Bug bootstrap/30589] [4.3 regression] C99 extern inline patch broke bootstrap on i386-pc-mingw32
- References: <bug-30589-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-01-30 15:04 -------
(In reply to comment #5)
> CVS mingw runtime header _mingw.h has this, which avoids the problem:
OK, now I see why this is failing :(
_mingw.h from mingw-runtime-3.11 has
define __CRT_INLINE extern __attribute__((__gnu__inline__)) inline
insted of
define __CRT_INLINE extern __attribute__((__gnu_inline__)) inline
i.e. an extra underscore in __gnu_inline__. I see you corrected the typo in
CVS, but it was not yet released. So we're back to square one: CVS mingw is OK,
but we still need a fix for older mingw.
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2007-01-26 13:11:11 |2007-01-30 15:04:19
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30589