This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11697] [3.3/3.4 Regression] Failure to diagnose class template redeclaration via using declaration
- From: "janis187 at us dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jul 2003 17:09:13 -0000
- Subject: [Bug c++/11697] [3.3/3.4 Regression] Failure to diagnose class template redeclaration via using declaration
- References: <20030728213429.11697.dgregor@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11697
janis187 at us dot ibm dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmitchel at gcc dot gnu dot
| |org
------- Additional Comments From janis187 at us dot ibm dot com 2003-07-30 17:09 -------
The regression in PR 11697 was introduced or exposed by this patch:
--- gcc/gcc/cp/ChangeLog ---
2003-03-11 Mark Mitchell <mark@codesourcery.com>
PR c++/9336
* decl2.c (do_nonmember_using_decl): Do not call duplicate decls
to merge old and new declarations.
The regression hunt was done on i686-pc-linux-gnu using the submitter's
test case with no special options.