[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 17 Jul 2014 07:02:51 +0000 (09:02 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 17 Jul 2014 07:02:51 +0000 (09:02 +0200)
commitbf561f2ba32d1a67ff832688a0117ece05578034
treea13d5654db0cdbd543772cd26442fcdfa1c46754
parent8a5e4b2a8ab7536be83e5a3b9715a02527cb08dc
[multiple changes]

2014-07-17  Ed Schonberg  <schonberg@adacore.com>

* exp_ch9.adb (Buid_Protected_Subprogram_Call): Preserve type
of function call for later use when shared passive objects
are involved.

2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>

* par-ch13.adb (Get_Aspect_Specifications):
Catch a case where the argument of SPARK aspect Refined_State
is not properly parenthesized.

2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_ch6.adb (Expand_Ctrl_Function_Call): Do not extend
the lifetime of a reference to an Ada 2012 container element.
(Is_Element_Reference): New routine.

2014-07-17  Robert Dewar  <dewar@adacore.com>

* ali.ads: Minor comment fix.
* lib-writ.adb: Minor reformatting.

2014-07-17  Ed Schonberg  <schonberg@adacore.com>

* sem_ch10.adb (Analyze_Proper_Body): When analyzing a subunit
in ASIS mode, load another subunit only if it a subunit of the
current one, not a sibling that has been reached through the
analysis of an ancestor. This allows the construction of the
ASIS tree for the subunit even when sibling subunits have errors.

2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_ch3.adb (Analyze_Declarations): Remove the guard which
prevents the analysis of various contracts when the associated
construct is erroneous.
* sem_util.adb (Save_SPARK_Mode_And_Set): Do not query the
SPARK_Pragma of an illegal or a partially decorated construct.

From-SVN: r212734
gcc/ada/ChangeLog
gcc/ada/ali.ads
gcc/ada/exp_ch6.adb
gcc/ada/exp_ch9.adb
gcc/ada/lib-writ.adb
gcc/ada/par-ch13.adb
gcc/ada/sem_ch10.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_util.adb