[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 4 Aug 2011 15:27:59 +0000 (17:27 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 4 Aug 2011 15:27:59 +0000 (17:27 +0200)
commit7483c88857464141597b422942b0a66189ef12da
treef037eb87fae433a9ff47271af50cea2af76902a5
parent5207696c34c49d2a6f888eb29a5e0bbc6d5df779
[multiple changes]

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

* bindgen.ads, gnatlink.adb, sem_ch4.adb, gnatbind.adb, put_alfa.adb,
gnatls.adb, exp_ch3.adb: Minor reformatting.

2011-08-04  Marc Sango  <sango@adacore.com>

* sem_attr.adb (Analyze_Attribute): Replace the message
"invisible attribute of}" of the spark restriction violation in
attribute reference by the simple message "invisible attribute of type".
Indeed, the node value Error_Msg_Node_1 used is in conflit with the
two insertion characters: '&' and '}'.

2011-08-04  Vadim Godunko  <godunko@adacore.com>

* impunit.adb (Non_Imp_File_Names_12): Add "a-coinho".
* a-coinho.ads, a-coinho.adb: New file.
* Makefile.rtl: Add Ada.Containers.Indefinite_Holders.

From-SVN: r177400
13 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-coinho.adb [new file with mode: 0644]
gcc/ada/a-coinho.ads [new file with mode: 0644]
gcc/ada/bindgen.ads
gcc/ada/exp_ch3.adb
gcc/ada/gnatbind.adb
gcc/ada/gnatlink.adb
gcc/ada/gnatls.adb
gcc/ada/impunit.adb
gcc/ada/put_alfa.adb
gcc/ada/sem_attr.adb
gcc/ada/sem_ch4.adb