------- 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

Reply via email to