[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 13:10:33 +0000 (15:10 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 13:10:33 +0000 (15:10 +0200)
commitded8909b241d9fd6e60981085c0fd9246392472f
tree31260f5efb109439c9337953245e792f3b84b436
parent70c34e1c94f276d6f306ed92b892cbe7340acd65
[multiple changes]

2011-08-02  Robert Dewar  <dewar@adacore.com>

* sem_ch3.adb, sem_ch5.adb, sem_type.adb, switch-c.adb, switch-c.ads,
sem_prag.adb, sem_util.adb, sem_util.ads, sem_res.adb, warnsw.ads,
prepcomp.ads, cstand.adb, stand.ads, a-calfor.adb, s-stusta.adb:
Minor reformatting.

2011-08-02  Ed Schonberg  <schonberg@adacore.com>

* sem_attr.adb: handle properly 'Result when it is a prefix of an
indexed component.

2011-08-02  Javier Miranda  <miranda@adacore.com>

* einfo.ads, einfo.adb
(Original_Access_Type): Move this attribute to Node26 since there was
an undocumented use of Node21 in E_Access_Subprogram_Type entities
which causes conflicts and breaks the generation of the .NET compiler.
(Interface_Name): Add missing documentation on JGNAT only uses of
this attribute.

From-SVN: r177145
19 files changed:
gcc/ada/ChangeLog
gcc/ada/a-calfor.adb
gcc/ada/cstand.adb
gcc/ada/einfo.adb
gcc/ada/einfo.ads
gcc/ada/prepcomp.ads
gcc/ada/s-stusta.adb
gcc/ada/sem_attr.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch5.adb
gcc/ada/sem_prag.adb
gcc/ada/sem_res.adb
gcc/ada/sem_type.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads
gcc/ada/stand.ads
gcc/ada/switch-c.adb
gcc/ada/switch-c.ads
gcc/ada/warnsw.ads