2016-04-27 Bob Duff <duff@adacore.com>
commit12760d32ae6c63daa4ff31a261f0ee8aab0f3958
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2016 12:55:18 +0000 (27 12:55 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2016 12:55:18 +0000 (27 12:55 +0000)
tree3b852b556143ed9a1fe9a1f0c8a1c04e811bffd3
parent9b29458da8153174e43b7183b2ce4f47f4836a19
2016-04-27  Bob Duff  <duff@adacore.com>

* a-coinve.adb, a-comutr.adb, a-conhel.adb, a-convec.adb,
exp_util.adb: Remove assertions that can fail in obscure cases when
assertions are turned on but tampering checks are turned off.

2016-04-27  Javier Miranda  <miranda@adacore.com>

* exp_ch6.adb (Add_Call_By_Copy_Code,
Add_Simple_Call_By_Copy_Code, Expand_Actuals): Handle formals
whose type comes from the limited view.

2016-04-27  Yannick Moy  <moy@adacore.com>

* a-textio.adb: Complete previous patch.

2016-04-27  Yannick Moy  <moy@adacore.com>

* inline.adb (Expand_Inlined_Call): Use Cannot_Inline instead of
Error_Msg_N to issue message about impossibility to inline call,
with slight change of message.

2016-04-27  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_spark.adb (Expand_Potential_Renaming): Removed.
(Expand_SPARK): Update the call to expand a potential renaming.
(Expand_SPARK_Potential_Renaming): New routine.
* exp_spark.ads (Expand_SPARK_Potential_Renaming): New routine.
* sem.adb Add with and use clauses for Exp_SPARK.
(Analyze): Expand a non-overloaded potential renaming for SPARK.

2016-04-27  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb (Constrain_Discriminated_Type): In an instance,
check full view for the presence of defaulted discriminants,
even when the partial view of a private type has no visible and
no unknown discriminants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235497 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/ada/ChangeLog
gcc/ada/a-coinve.adb
gcc/ada/a-comutr.adb
gcc/ada/a-conhel.adb
gcc/ada/a-convec.adb
gcc/ada/a-textio.adb
gcc/ada/exp_ch6.adb
gcc/ada/exp_spark.adb
gcc/ada/exp_spark.ads
gcc/ada/exp_util.adb
gcc/ada/inline.adb
gcc/ada/sem.adb
gcc/ada/sem_ch3.adb