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
>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
2 matches
Mail list logo