This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Alpha C++ ICE in egcs 1.1.2 and current CVS version
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: [patch] Alpha C++ ICE in egcs 1.1.2 and current CVS version
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Date: Mon, 28 Jun 1999 17:47:35 +0200 (MET DST)
- Cc: egcs-bugs at egcs dot cygnus dot com, egcs-patches at egcs dot cygnus dot com
- References: <14128.41364.220168.809789@xayide.TechFak.Uni-Bielefeld.DE><14194.22939.498884.383494@xayide.TechFak.Uni-Bielefeld.DE><19990626225651.B25633@cygnus.com>
Richard Henderson writes:
> On Thu, Jun 24, 1999 at 06:15:23PM +0200, Rainer Orth wrote:
> > The ICE reported in
> >
> > http://egcs.cygnus.com/ml/egcs-bugs/1999-05/msg00113.html
> >
> > still exists with the current CVS version gcc-2.95 19990623 (prerelease).
>
> Curiously, I don't even get the warning on alpha-linux.
Works fine, thanks. Looking at the surrounding code in cp/decl.c, I now
realize why the same code works fine on Solaris 2 and IRIX 6: both
platforms support weak symbols, while the Digital UNIX port currently does
not. I'll submit patches for this once I've had some time to clean them up.
Rainer