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 target/52260] [4.7 Regression] ICE in clone_tree_hash, at dwarf2out.c:7424


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-16 08:47:32 UTC ---
Author: jakub
Date: Thu Feb 16 08:47:24 2012
New Revision: 184303

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184303
Log:
    PR debug/52260
    * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
    children with clone_tree_hash, not after it.

    * g++.dg/debug/dwarf2/pr52260.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


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