diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-09-24 11:17:10 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2007-09-24 11:17:10 +0200 |
commit | 785d062ea3068714f2a3f9eb04baa1cbdfc7bc6c (patch) | |
tree | e7d85eb1b8bdc77e8fd8f0e83eaa12b62433ca85 /gcc/ChangeLog | |
parent | c105370bb561b087168ad26732484e3bd9aa75b0 (diff) | |
download | gcc-785d062ea3068714f2a3f9eb04baa1cbdfc7bc6c.tar.gz |
re PR debug/33316 (ICE on valid variable-length automatic array in const struct)
PR debug/33316
* dwarf2out.c (modified_type_die): Handle TYPE_DECL with NULL
DECL_NAME.
* dbxout.c (dbxout_type): Likewise.
* gcc.dg/debug/pr33316.c: New test.
From-SVN: r128709
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80b357dda38..42d02125d91 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-09-24 Jakub Jelinek <jakub@redhat.com> + + PR debug/33316 + * dwarf2out.c (modified_type_die): Handle TYPE_DECL with NULL + DECL_NAME. + * dbxout.c (dbxout_type): Likewise. + 2007-09-23 H.J. Lu <hongjiu.lu@intel.com> * configure.ac (ld_vers): Support GNU linker version xx.xx.* |