This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: "the latest snapshot that will build 2.92..."
- To: Phil Edwards <pedwards at disaster dot jaj dot com>, libstdc++ at gcc dot gnu dot org
- Subject: Re: "the latest snapshot that will build 2.92..."
- From: Paolo Carlini <pcarlini at unitus dot it>
- Date: Wed, 18 Apr 2001 19:20:13 +0200
- References: <20010418125200.A7352@disaster.jaj.com>
Phil Edwards wrote:
> Sanity check, y'all: has anyone gotten the last library snapshot (2.92)
> to build using any of the compiler snapshots?
>
> There have been two [compiler] snapshots since 2.92, both of which have
> failed for me with the "unable to detect exception model" configure check.
>
> If anyone's gotten different (or even the same!) results, please speak up.
> I'd like to update status.html but need a good snapshot date (tag) first.
Hi Phil,
as I understand the issue, in libstdc++-92 the support for the older exception
models is either *missing* or *broken* (sjlj case), only the new "call frame"
model is dealt with well.
I can be be wrong, of course, and I would *like* to be wrong (see my previous
message):
http://gcc.gnu.org/ml/libstdc++/2001-04/msg00295.html
So, 2.92 cannot be compiled at all be *any* prerelease Gcc3.0 until (rth, I
guess) will back port the new model to the branch.
P.