[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 5 Feb 2015 14:32:46 +0000 (15:32 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 5 Feb 2015 14:32:46 +0000 (15:32 +0100)
commit273123a48a42b08a87cacdfe665848c143716ef1
treee08fa47e3dc28c05eb306575c569f416823c5b73
parentee7c8ffd33b0919d52b413c4eb816062f2e8cbc5
[multiple changes]

2015-02-05  Javier Miranda  <miranda@adacore.com>

* errout.adb (Error_Msg_PT): Add missing error.
* sem_ch6.adb (Check_Synchronized_Overriding): Check the missing
RM rule.  Code cleanup.
* exp_ch9.adb (Build_Wrapper_Spec): Propagate "constant" in
anonymous access types.  Found working on the tests. Code cleanup.

2015-02-05  Vincent Celier  <celier@adacore.com>

* prj-dect.adb (Parse_Attribute_Declaration): Continue scanning
when there are incomplete withs.
* prj-nmsc.adb (Process_Naming): Do not try to get the value
of an element when it is nil.
(Check_Naming): Do not check a nil suffix for illegality
* prj-proc.adb (Expression): Do not process an empty term.
* prj-strt.adb (Attribute_Reference): If attribute cannot be
found, parse a possible index to avoid cascading errors.

2015-02-05  Ed Schonberg  <schonberg@adacore.com>

* sem_aux.adb (Is_Derived_Type): A subprogram_type generated
for an access_to_subprogram declaration is not a derived type.

From-SVN: r220451
gcc/ada/ChangeLog
gcc/ada/errout.adb
gcc/ada/exp_ch9.adb
gcc/ada/prj-dect.adb
gcc/ada/prj-nmsc.adb
gcc/ada/prj-proc.adb
gcc/ada/prj-strt.adb
gcc/ada/sem_aux.adb
gcc/ada/sem_ch6.adb