diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2006-09-13 18:40:26 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-09-13 18:40:26 +0000 |
commit | efaa616eeb3b3cc2cbe664ba9305d3035fb2d2d9 (patch) | |
tree | 1209ab556421fad1e3fc3a74d1d777793febdb43 /gcc/ada/ChangeLog | |
parent | 2655f1c6dd3b1a1db7453065a0bb67f30d4552ad (diff) | |
download | gcc-efaa616eeb3b3cc2cbe664ba9305d3035fb2d2d9.zip gcc-efaa616eeb3b3cc2cbe664ba9305d3035fb2d2d9.tar.gz gcc-efaa616eeb3b3cc2cbe664ba9305d3035fb2d2d9.tar.bz2 |
re PR ada/28591 (ICE in splice_child_die, at dwarf2out.c:5513)
PR ada/28591
* decl.c (components_to_record): Defer emitting debug info for the
record type associated with the variant until after we are sure to
actually use it.
From-SVN: r116928
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index fd8318b..60fbf11 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,12 @@ 2006-09-13 Eric Botcazou <ebotcazou@adacore.com> + PR ada/28591 + * decl.c (components_to_record): Defer emitting debug info for the + record type associated with the variant until after we are sure to + actually use it. + +2006-09-13 Eric Botcazou <ebotcazou@adacore.com> + PR ada/21952 * gigi.h (gnat_internal_attribute_table): Declare. * misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above. |