r220869 - in /trunk/gcc/ada: ChangeLog errout.a...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Fri Feb 20 14:35:00 GMT 2015
Author: charlet
Date: Fri Feb 20 14:35:51 2015
New Revision: 220869
URL: https://gcc.gnu.org/viewcvs?rev=220869&root=gcc&view=rev
Log:
2015-02-20 Robert Dewar <dewar@adacore.com>
* errout.ads: Document replacement of Name_uPre/Post/Type_Invariant.
* erroutc.adb (Set_Msg_Str): Replace _xxx.
(Pre/Post/Type_Invariant) by xxx'Class.
* erroutc.ads (Set_Msg_Str): Replace _xxx.
(Pre/Post/Type_Invariant) by xxx'Class.
* sem_prag.adb (Fix_Error): Remove special casing of
Name_uType_Invariant.
(Analyze_Pre_Post_Condition_In_Decl_Part): Remove special casing of
Name_uPre and Name_uPost in aspect case (done in Errout now).
2015-02-20 Robert Dewar <dewar@adacore.com>
* g-alveop.adb: Minor style fixes.
2015-02-20 Robert Dewar <dewar@adacore.com>
* freeze.adb (Warn_Overlay): Guard against blow up with address
clause.
2015-02-20 Bob Duff <duff@adacore.com>
* exp_attr.adb (May_Be_External_Call): Remove this. There is no need
for the compiler to guess whether the call is internal or external --
it is always external.
(Expand_Access_To_Protected_Op): For P'Access, where P
is a protected subprogram, always create a pointer to the
External_Subprogram.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/errout.ads
trunk/gcc/ada/erroutc.adb
trunk/gcc/ada/erroutc.ads
trunk/gcc/ada/exp_attr.adb
trunk/gcc/ada/freeze.adb
trunk/gcc/ada/g-alveop.adb
trunk/gcc/ada/sem_prag.adb
More information about the Gcc-cvs
mailing list