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 #1 from pinskia at gcc dot gnu dot org  2006-10-16 17:01 -------
Actually all inlined functions for C++ are missing the diagnostic:
inline int fii(int *other)
{
  if(!other)return 0;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|missing diagnostic when     |missing diagnostic when
                   |declared inline in class    |declared inline
                   |declaration                 |


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]