This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR 27793 - re: C++ duplicate decl uid's
- From: Andrew MacLeod <amacleod at redhat dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Cc: mmitchel at gcc dot gnu dot org, rguenth at gcc dot gnu dot org
- Date: Tue, 30 May 2006 21:52:43 -0400
- Subject: Re: PR 27793 - re: C++ duplicate decl uid's
- References: <1149040216.3022.318.camel@pain>
On Tue, 2006-05-30 at 21:50 -0400, Andrew MacLeod wrote:
> In the absence of changing the front end, or reimplementing the way we
> clear variable annotations on the way out of SSA, this is probably the
> least painful way of resolving the issue. (At least I hope it resolves
> the issue :-)
I forgot to mention, the patch does bootstrap and pass the testsuite, as
well as fix the reported problem in the PR for the 4.1 branch built on
i686-pc-linux-gnu.
Andrew