This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5282: .so exception handler works in 3.0.2 not 3.0.3
- From: Mark Swanson <swansma at yahoo dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 6 Jan 2002 00:16:01 -0000
- Subject: Re: c++/5282: .so exception handler works in 3.0.2 not 3.0.3
- Reply-to: Mark Swanson <swansma at yahoo dot com>
The following reply was made to PR c++/5282; it has been noted by GNATS.
From: Mark Swanson <swansma@yahoo.com>
To: Craig Rodrigues <rodrigc@mediaone.net>
Cc: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: c++/5282: .so exception handler works in 3.0.2 not 3.0.3
Date: Sat, 5 Jan 2002 19:08:32 -0500
On January 5, 2002 06:11 pm, Craig Rodrigues wrote:
>
> I don't know much about glibc 3 beta. Sounds like you
> are living on the edge and encountering problems.
Yep.
I had originally installed glibc 3 beta to install gcc3.1 to get around some
different 3.0.[2,3] exception bugs - which turned out to be binutils bugs.
After downgrading glibc to 2.2.4 and uninstalling 3.1 the example works for
me too (no abort).
So the problem appears to be a glibc3 or gcc3.1 issue. I'm sure it will get
worked out by the time they come out of beta.
Thanks for all the help.