errout.ads: Update comments for new handling of info: messages
authorRobert Dewar <dewar@adacore.com>
Tue, 8 Apr 2008 06:49:13 +0000 (08:49 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 8 Apr 2008 06:49:13 +0000 (08:49 +0200)
commit2dcf2584dbcefb4c3148a2c4ec776598d2004c1c
tree0bd146c5189863d5579772c6bbaeeca6003fc44b
parent68c3f02a687ec4e6dd51392f1154da5690cd7963
errout.ads: Update comments for new handling of info: messages

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

* errout.ads: Update comments for new handling of info: messages

* erroutc.adb (Matches): New procedure
(Warning_Specifically_Suppressed): Modified to handle multiple * chars
(Is_Style_Or_Info_Msg): New name for Is_Style_Msg, now set for
 info messages as well as style messages.

* erroutc.ads: Remove unneeded fields from Specific_Warning_Entry

* sem_elab.adb (Supply_Bodies): Create actual bodies for stubbed
subprograms.
(Check_A_Call): Special "info: " warnings now have ? in the text
(Elab_Warning): Use info message in static case

From-SVN: r134024
gcc/ada/errout.ads
gcc/ada/erroutc.adb
gcc/ada/erroutc.ads
gcc/ada/sem_elab.adb