This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/32561] [4.3 regression] ICE with duplicate template parameter



------- Comment #2 from paolo at gcc dot gnu dot org  2007-07-24 11:08 -------
Subject: Bug 32561

Author: paolo
Date: Tue Jul 24 11:08:27 2007
New Revision: 126873

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126873
Log:
/cp
2007-07-24  Paolo Carlini  <pcarlini@suse.de>

        PR c++/29001
        * typeck.c (check_return_expr): Do not pass a null argument
        to null_ptr_cst_p.

2007-07-24  Paolo Carlini  <pcarlini@suse.de>

        PR c++/32561
        * decl.c (redeclaration_error_message): Call DECL_ANON_UNION_VAR_P
        only on VAR_DECL.

/testsuite
2007-07-24  Paolo Carlini  <pcarlini@suse.de>

        PR c++/29001
        * g++.dg/init/new22.C: New.

2007-07-24  Paolo Carlini  <pcarlini@suse.de>

        PR c++/32561
        * g++.dg/template/crash67.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/init/new22.C
    trunk/gcc/testsuite/g++.dg/template/crash67.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32561


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]