[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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 debian-gcc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: