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

Bug Report


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.


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