re PR debug/41063 (ICE in output_die)

gcc/ChangeLog:

	PR debug/41063
	* dwarf2out.c (gen_type_die_with_usage): Use proper context for
	struct/union/enum types local to a function.

gcc/testsuite/ChangeLog:

	PR debug/41063
	* g++.dg/debug/dwarf2/pr41063.C: New test.

From-SVN: r151187
This commit is contained in:
Cary Coutant 2009-08-28 13:35:16 -07:00
parent baf4b88182
commit 3ff4c25d7f
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-08-28 Cary Coutant <ccoutant@google.com>
PR debug/41063
* dwarf2out.c (gen_type_die_with_usage): Use proper context for
struct/union/enum types local to a function.
2009-08-28 Konrad Trifunovic <konrad.trifunovic@gmail.com>
Sebastian Pop <sebastian.pop@amd.com>

View File

@ -1,3 +1,8 @@
2009-08-28 Cary Coutant <ccoutant@google.com>
PR debug/41063
* g++.dg/debug/dwarf2/pr41063.C: New test.
2009-08-27 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/40861