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++/33620] [4.3 regression] internal compiler error: canonical types differ for identical types const QList<QStringList> and const QList<QStringList>



------- Comment #5 from jason at gcc dot gnu dot org  2007-10-22 18:03 -------
Subject: Bug 33620

Author: jason
Date: Mon Oct 22 18:03:10 2007
New Revision: 129553

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129553
Log:
        PR c++/33620
        * class.c (finish_struct_bits): Copy TYPE_ATTRIBUTES.
        * pt.c (apply_late_template_attributes): Splice out dependent
        attributes from DECL_ATTRIBUTES.

        * decl.c (cxx_maybe_build_cleanup): Use build_address.

Added:
    trunk/gcc/testsuite/g++.dg/ext/tmplattr7.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/pt.c


-- 


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


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