This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-2.90.27: internal compiler error 892 (for a bogus program)
- To: Joseph Heled <pepe at iconz dot co dot nz>, egcs-bugss <egcs-bugs at cygnus dot com>
- Subject: Re: egcs-2.90.27: internal compiler error 892 (for a bogus program)
- From: njs3 at doc dot ic dot ac dot uk (Niall Smart)
- Date: Wed, 3 Jun 1998 11:49:32 +0100
On Jun 3, 7:58am, Joseph Heled wrote:
} Subject: egcs-2.90.27: internal compiler error 892 (for a bogus program)
> uname -a: SunOS zeal 5.5 Generic sun4u sparc SUNW,Ultra-1
>
> ***** Program source:
>
>
>
> class X {
> public:
> ~X();
> };
>
> X::~X(void) const
> {
> }
This also breaks 19980525.
Niall