This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] [C++] Fix C++/13507
Mark Mitchell <mark@codesourcery.com> writes:
| On Mon, 2003-12-29 at 22:58, Andrew Pinski wrote:
| > This patch fixes PR C++/13507. The problem is that the type for the
| > decl is shared with other decls. I made sure that I did not brake the
| > other PR which the patches which causes this work.
| > This should get the right semantics which are needed for c++ and
| > builtins.
duplicate_decls is a real puzzle.
| >
| > Bootstrapped on powerpc-apple-darwin7.2.0 with no regressions.
| > Ok for the mainline and 3.3?
|
| OK for mainline.
OK for 3_3-branch too.
Thanks,
-- Gaby