sprint.ads, sprint.adb (Sprint_Node_Actual): Output aggregate for exceptions.
authorEd Schonberg <schonberg@adacore.com>
Wed, 6 Jun 2007 10:47:54 +0000 (12:47 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:47:54 +0000 (12:47 +0200)
commit0c1edb568006ba74d4a3eb3d697aa3afc3425734
tree4bbd9660ec041e83c175e60d52a965c342281767
parent0600d9bc835c519013e43a91d434284b7dc868e5
sprint.ads, sprint.adb (Sprint_Node_Actual): Output aggregate for exceptions.

2007-04-20  Ed Schonberg  <schonberg@adacore.com>
    Robert Dewar  <dewar@adacore.com>

* sprint.ads, sprint.adb (Sprint_Node_Actual): Output aggregate for
exceptions.
(Write_Itype): Handle case of string literal subtype, which
comes up in this context.
(Update_Itype): when debugging expanded code, update sloc of itypes
associated with defining_identifiers and ranges, for gdb use.
(Sprint_Node_Actual): Add static keyword to object or exception
declaration output if Is_Statically_Allocated is True.
(Sprint_End_Label): Set entity of end marker for a subprogram, package,
or task body, so that the tree carries the proper Sloc information for
debugging use.
(Write_Indent): In Dump_Source_Text mode, ignore implicit label nodes

From-SVN: r125463
gcc/ada/sprint.adb
gcc/ada/sprint.ads