[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Feb 2013 10:35:52 +0000 (11:35 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Feb 2013 10:35:52 +0000 (11:35 +0100)
commitd7761b2d64f02ce7b9fd7c354c2f5b98805235c6
treeeb7188a0eeffb5040590e4c4c719f34aa0054d7b
parent6d840d998086aa54b0a43c45b7a323f0408bf308
[multiple changes]

2013-02-06  Robert Dewar  <dewar@adacore.com>

* sem_ch3.adb, sem_ch10.adb: Minor reformatting.
* exp_disp.adb: Minor comment update.
* comperr.ads, osint.ads, rtsfind.adb, sem_prag.adb: Minor addition of
No_Return pragmas.

2013-02-06  Thomas Quinot  <quinot@adacore.com>

* targparm.ads, sem_ch13.adb (Support_Nondefault_SSO): New target
parameter, defaulted to False for now, indicates targets where
non-default scalar storage order may be specified.

2013-02-06  Thomas Quinot  <quinot@adacore.com>

* sprint.adb (Write_Itype): Treat E_Record_Subtype_With_Private
same as E_Record_Subtype.  Display E_Class_Wide_Subtype as
subtype, not type.

From-SVN: r195797
12 files changed:
gcc/ada/ChangeLog
gcc/ada/comperr.ads
gcc/ada/exp_ch6.adb
gcc/ada/exp_disp.adb
gcc/ada/osint.ads
gcc/ada/rtsfind.adb
gcc/ada/sem_ch10.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_prag.adb
gcc/ada/sprint.adb
gcc/ada/targparm.ads