Subject: Re: Switched to C++ sjlj exception
To: enami tsugutomo <enami@sm.sony.co.jp>
From: Krister Walfridsson <cato@df.lth.se>
List: tech-toolchain
Date: 06/09/2000 13:30:48
On 9 Jun 2000, enami tsugutomo wrote:

> Krister Walfridsson <cato@df.lth.se> writes:
> 
> > I have switched the C++ compiler to use sjlj exceptions on the ELF ports
> > too, which should make C++ more useable.
> 
> It looks like the gcc of alpha port in our tree already uses longjmp
> for exceptions and your change just makes gcc not to compile.  At
> least the example code you listed prints ``catch 22'' without your
> change.

Thanks! That seems to be true for power pc also. I'm going to revert my
changes for those archs.

Sorry for the inconvenience.

   /Krister