errout.adb (Set_Msg_Insertion_Warning): Correct typo causing tests to fail if inserti...
authorRobert Dewar <dewar@adacore.com>
Wed, 2 Jan 2013 09:48:32 +0000 (09:48 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 2 Jan 2013 09:48:32 +0000 (10:48 +0100)
commitdbfeb4faf0c407d23fc6c47ad126ef26bd417aa7
treee35c582209499de18f5cd35aec0dd5eed3a5eae7
parenta3633438f36dbcef65df4758dcbc552303ad578d
errout.adb (Set_Msg_Insertion_Warning): Correct typo causing tests to fail if insertion sequence is at end of message...

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

* errout.adb (Set_Msg_Insertion_Warning): Correct typo causing
tests to fail if insertion sequence is at end of message string.
* opt.ads: Minor comment fixes and additions.
* sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_ch10.adb, sem_ch11.adb,
sem_ch12.adb, sem_ch13.adb: Add tags to warning messages.
* sem_ch6.ads, sem_ch6.adb (Cannot_Inline): Deal with warning message
tags. Add tags to warning messages.

From-SVN: r194785
12 files changed:
gcc/ada/ChangeLog
gcc/ada/errout.adb
gcc/ada/opt.ads
gcc/ada/sem_ch10.adb
gcc/ada/sem_ch11.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_ch6.ads
gcc/ada/sem_ch7.adb
gcc/ada/sem_ch8.adb
gcc/ada/sem_ch9.adb