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 debug/47209] ICE: SIGSEGV in should_emit_struct_debug (dwarf2out.c:627) with -f{no-,}emit-struct-debug-{baseonly,reduced} -g


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

--- Comment #6 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-12 17:02:51 UTC ---
Author: ktietz
Date: Wed Jan 12 17:02:41 2011
New Revision: 168718

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168718
Log:
2011-01-12  Kai Tietz  <kai.tietz@onevision.com>

    PR debug/47209
    * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
    of type.

2011-01-12  Kai Tietz  <kai.tietz@onevision.com>

    PR debug/47209
    * g++.dg/debug/pr47209.C: New.


Added:
    trunk/gcc/testsuite/g++.dg/debug/pr47209.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]