Subject: Re: Switched to C++ sjlj exception
To: Krister Walfridsson <cato@df.lth.se>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: port-alpha
Date: 06/09/2000 17:23:05
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.

enami.