This is the mail archive of the gcc-prs@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]

Re: c++/7311: inline functions do not give control reaches end of non-void function in g++


The following reply was made to PR c++/7311; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: Bas Wijnen <shevek@fmf.nl>
Cc: gcc-gnats@gcc.gnu.org, <debian-gcc@lists.debian.org>
Subject: Re: c++/7311: inline functions do not give control reaches end of non-void function in g++
Date: Mon, 15 Jul 2002 09:19:50 -0400

 This has been fixed in gcc version 3.3 20020713 (experimental) at least.
 
 Thanks,
 Andrew Pinski
 
 On Monday, July 15, 2002, at 08:30 , Bas Wijnen wrote:
 
 > class foo
 > {
 > public:
 >   int bar ()
 >   {
 >   }
 > };
 >
 > int main ()
 > {
 >   foo f;
 >   f.bar ();
 >   return 0;
 > }
 


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