diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-26 12:42:26 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-26 12:42:26 +0200 |
commit | b68cf874f69d47c08479f4b0e7bcd1d55d65d06b (patch) | |
tree | 1f417d3b2712348bd8f2b06a57f72d67dd16d7d5 /gcc/ada/sprint.adb | |
parent | ff1bedacc81800f47632971f6474e4e2f9cfb86f (diff) | |
download | gcc-b68cf874f69d47c08479f4b0e7bcd1d55d65d06b.zip gcc-b68cf874f69d47c08479f4b0e7bcd1d55d65d06b.tar.gz gcc-b68cf874f69d47c08479f4b0e7bcd1d55d65d06b.tar.bz2 |
[multiple changes]
2015-05-26 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_aux.adb, sem_aux.ads, exp_ch6.adb, sprint.adb:
Minor reformatting.
2015-05-26 Gary Dismukes <dismukes@adacore.com>
* gnat1drv.adb, targparm.adb, targparm.ads, restrict.adb: Minor
reformatting and typo fixes in comments.
2015-05-26 Ed Schonberg <schonberg@adacore.com>
* sem_ch7.adb (Swap_Private_Dependets): Set visibility of
the two views of a private dependent in two separate steps,
to ensure proper visibility in parent units analyzed for inlining.
From-SVN: r223682
Diffstat (limited to 'gcc/ada/sprint.adb')
-rw-r--r-- | gcc/ada/sprint.adb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/sprint.adb b/gcc/ada/sprint.adb index 63a397d..b1def4b 100644 --- a/gcc/ada/sprint.adb +++ b/gcc/ada/sprint.adb @@ -4230,8 +4230,9 @@ package body Sprint is Sprint_Node (X); Set_Sloc (X, Old_Sloc); - -- Array subtypes. - -- Preserve Sloc of index subtypes, as above. + -- Array subtypes + + -- Preserve Sloc of index subtypes, as above when E_Array_Subtype => Write_Header (False); |