re PR debug/41063 (ICE in output_die)
authorCary Coutant <ccoutant@gcc.gnu.org>
Fri, 28 Aug 2009 20:35:16 +0000 (13:35 -0700)
committerCary Coutant <ccoutant@gcc.gnu.org>
Fri, 28 Aug 2009 20:35:16 +0000 (13:35 -0700)
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

gcc/ChangeLog
gcc/testsuite/ChangeLog

index d9dfa5c4ec97be48041fba0da694d8ad140b80e1..8ae77eaa39ff5623abcd51246af3a8eb8cb5e3a3 100644 (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>
 
index ba42e8d8d9f63c216cfe2da9a23867c592f2f197..719e905c186d26bbd8c43d80f38787ba03dfc8fd 100644 (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