This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c/33995] C89 warning on inline keyword when using -std=c99 or -std=gnu99



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-11-05 01:05 -------
No, what it is trying to say 4.2.x does not support fully C99 inline and that
the inline keyword will change in the future to be correct with -std=c99.  This
has already been fixed in 4.3.0 where extern inline and inline works correctly
in C99 mode.


-- 

pinskia at gcc dot gnu dot org changed:

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33995


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