This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: "unable to detect exception model"
- To: "Stephen M. Webb" <stephen at bregmasoft dot com>, libstdc++ at gcc dot gnu dot org
- Subject: Re: "unable to detect exception model"
- From: Paolo Carlini <pcarlini at unitus dot it>
- Date: Wed, 18 Apr 2001 16:31:00 +0200
- References: <LPBBIOAOANHBICKJBFFPOEALCBAA.stephen@bregmasoft.com>
Hi,
> > Paolo Carlini said:
> >
> > today, before delving into the Loki library, I tried to understand
> > something more of the problems I'm still experiencing with Gcc3.1
>
> If you can get Loki to compile, let me know. Some core language issues
> (PR c++/2402) seem to get in the way.
I see... I will keep you all toroughly updated about my experiments!!!
> The front end is rejecting the code,
> but a -save-temps generates correct assembly.
I'm not sure to understand what you mean: to the best of my knowledge of the
overall structure of Gcc (not much, to be honest :( if the c++ front end
rejects the code, no assembly is generated at all...
P.