[Bug bootstrap/30589] [4.3 regression] C99 extern inline patch broke bootstrap on i386-pc-mingw32
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jan 30 15:04:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list