From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ute Spinczyk To: egcs-bugs@cygnus.com Subject: Bug Report Date: Thu, 22 Oct 1998 08:55:00 -0000 Message-id: <199810221433.QAA14237@kahoolawe.cs.uni-magdeburg.de> X-SW-Source: 1998-10/msg00605.html List-Id: Hi, the compilation of the (wrong) class definition below resulted in the following error message: foo.cc:9: Internal compiler error 892. foo.cc:9: Please submit a full bug report to `egcs-bugs@cygnus.com'. -------------------------- class Foo { public: ~Foo(); }; Foo::~Foo () const { } -------------------------- I use RedHat Linux on a 80x686 PC and gcc version egcs-2.90.27 980315 (egcs-1.0.2 release) Bye, Ute. By the way: small code sizes are *very* important for us, so please don't ever omit the -fno-exceptions and -fno-rtti switches in the next compiler releases. Thanks.