diff options
author | Cary Coutant <ccoutant@gcc.gnu.org> | 2009-08-28 13:35:16 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gcc.gnu.org> | 2009-08-28 13:35:16 -0700 |
commit | 3ff4c25d7f0276cadaa8d60be156d1326d880f67 (patch) | |
tree | 8387a074a7c4520a91291b7fb59c372b0718677d /gcc | |
parent | baf4b88182bcc44247e664640fc01f6aabcd8ed8 (diff) | |
download | gcc-3ff4c25d7f0276cadaa8d60be156d1326d880f67.zip gcc-3ff4c25d7f0276cadaa8d60be156d1326d880f67.tar.gz gcc-3ff4c25d7f0276cadaa8d60be156d1326d880f67.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9dfa5c..8ae77ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ba42e8d..719e905 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 |