This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ Issue on GCC 3.0 branch
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Subject: Re: C++ Issue on GCC 3.0 branch
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Mon, 23 Apr 2001 10:18:07 +0100 (BST)
- cc: <mark at codesourcery dot com>, <law at cygnus dot com>, <gcc-patches at gcc dot gnu dot org>, <gcc at gcc dot gnu dot org>
On Sat, 21 Apr 2001, John David Anglin wrote:
> > 2001-04-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
> >
> > * builtins.c (expand_builtin_setjmp_setup): Set nonlocal flag in label.
>
> Close but no cigar. This one actually bootstraps with no regressions under
> i686 linux. However, I think it only addresses the symptom of the problem.
> There must be a label uses problem somewhere. In any event, the testcase
> for duplicate symbols will compile with the patch installed.
You might want to look at the patches I installed on the 2.95 branch after
2.95.3. This sounds like it's exactly the same problem.
Bernd