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

Re: [patch] Alpha C++ ICE in egcs 1.1.2 and current CVS version


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


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