re PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2)
authorAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 2 Apr 2005 17:08:07 +0000 (17:08 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 2 Apr 2005 17:08:07 +0000 (17:08 +0000)
commit596b98ceab6f7072c54e542694a80774fb294949
tree91913620b789051aec1d96f7ad92a37fce830aeb
parente18d4a1904df31796cd4f10df5fb44fa9ef68d17
re PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2)

gcc/ChangeLog:
PR debug/19345
* dwarf2out.c (add_abstract_origin_attribute): Revert accidental
change checked in along with 2005-03-03's patch for debug/20253.
* tree-inline.c (remap_type): Remap TYPE_STUB_DECL.
(remap_decl): Insert type decl in map earlier.
gcc/testsuite/ChangeLog:
* gcc.dg/pr19345.c: New test.

From-SVN: r97449
gcc/ChangeLog
gcc/dwarf2out.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr19345.c [new file with mode: 0644]
gcc/tree-inline.c