This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++ try-block code generation bugs still present in 2.95.1
- To: rankinc at zipworld dot com dot au
- Subject: Re: g++ try-block code generation bugs still present in 2.95.1
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 26 Mar 2000 19:55:31 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <37BE6601.B5B67B46@zipworld.com.au>
> However, the following try-block code generation bugs are still present
> on my i586-pc-linux-gnu box (glibc-2.1.1):
Thanks for your bug report. The mainline compiler (2.96 20000325
(experimental)) generates correct code, so the bug appears to be
fixed.
Regards,
Martin