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++/45651] [4.3/4.4/4.5 Regression] ICE in import_export_decl, at cp/decl2.c:2344


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

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-09 01:28:21 UTC ---
Author: jason
Date: Wed Mar  9 01:28:19 2011
New Revision: 170806

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170806
Log:
    PR c++/45651
    * pt.c (instantiate_decl): Don't clear DECL_INTERFACE_KNOWN on
    !TREE_PUBLIC decls.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/template/anon5.C
Modified:
    branches/gcc-4_5-branch/gcc/cp/ChangeLog
    branches/gcc-4_5-branch/gcc/cp/pt.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


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