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

2002-07-15 Thread Andrew Pinski
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; } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

inline functions do not give control reaches end of non-void function in g++

2002-07-15 Thread Bas Wijnen
>Submitter-Id: net >Originator:Bas Wijnen >Organization: >Confidential: no >Synopsis: inline functions do not give control reaches end of non-void fun ction in g++ >Severity: non-critical >Priority: low >Category: c++ >Class: accepts-illegal >Release: 3.0