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++/29485] missing diagnostic when declared inline



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-10-16 17:02 -------
(In reply to comment #0)
> Interestingly, it works when declared outside the class itself, which makes me
> suspect that this is caused by some C++ parser oddity.
Are you sure because I could reproduce the missing warning for all inline
functions with the C++ front-end.


-- 


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


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