r177052 - in /trunk/gcc/ada: ChangeLog atree.ad...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Mon Aug 1 15:51:00 GMT 2011
Author: charlet
Date: Mon Aug 1 15:51:41 2011
New Revision: 177052
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177052
Log:
2011-08-01 Yannick Moy <moy@adacore.com>
* sem_util.ads, sem_util.adb, par.adb, par_util.adb
(Formal_Error_Msg, Formal_Error_Msg_N, Formal_Error_Msg_SP): move
procedures out of these packages.
* errout.ads, errout.adb
(Formal_Error_Msg, Formal_Error_Msg_N, Formal_Error_Msg_SP): move
procedures in of this package
(Formal_Error_Msg_NE): new procedure for wrapper on Error_Msg_NE
* par-ch5.adb (Parse_Decls_Begin_End): issue syntax error in SPARK mode
on misplaced later vs initial declarations, like in Ada 83
* sem_attr.adb (Processing for Analyze_Attribute): issue error in
formal mode on attribute of private type whose full type declaration
is not visible
* sem_ch3.adb (Analyze_Declarations): issue error in formal mode on a
package declaration inside a package specification
(Analyze_Full_Type_Declaration): issue error in formal mode on
controlled type or discriminant type
* sem_ch6.adb (Analyze_Subprogram_Specification): only issue error on
user-defined operator means that it should come from the source
(New_Overloaded_Entity): issue error in formal mode on overloaded
entity.
* sem_ch6.ads, sem_ch13.ads: typos in comments.
2011-08-01 Thomas Quinot <quinot@adacore.com>
* atree.adb: Minor reformatting.
* checks.adb: Minor reformatting.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/atree.adb
trunk/gcc/ada/checks.adb
trunk/gcc/ada/errout.adb
trunk/gcc/ada/errout.ads
trunk/gcc/ada/par-ch5.adb
trunk/gcc/ada/par-util.adb
trunk/gcc/ada/par.adb
trunk/gcc/ada/sem_attr.adb
trunk/gcc/ada/sem_ch13.ads
trunk/gcc/ada/sem_ch3.adb
trunk/gcc/ada/sem_ch6.adb
trunk/gcc/ada/sem_ch6.ads
trunk/gcc/ada/sem_util.adb
trunk/gcc/ada/sem_util.ads
More information about the Gcc-cvs
mailing list