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++/48073] ICE with -flto in templated C++ code


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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-11 15:59:47 UTC ---
Author: rguenth
Date: Fri Mar 11 15:59:42 2011
New Revision: 170875

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170875
Log:
2011-03-11  Richard Guenther  <rguenther@suse.de>

    PR lto/48073
    * tree.c (find_decls_types_r): Do not walk types only reachable
    from IDENTIFIER_NODEs.

    * g++.dg/lto/20110311-1_0.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/lto/20110311-1_0.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree.c


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