[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 12 Jan 2017 13:30:20 +0000 (14:30 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 12 Jan 2017 13:30:20 +0000 (14:30 +0100)
commit5f325af2606476be7ef1db50b1a46ab842901bb9
tree1eb80eba1ca449f68eb93ecacde316fd096aa023
parent10c2c151f1204439e8b2698bf3369b8d2c29efbf
[multiple changes]

2017-01-12  Yannick Moy  <moy@adacore.com>

* exp_spark.adb (Expand_SPARK_Potential_Renaming): Fix sloc of copied
subtree.

2017-01-12  Justin Squirek  <squirek@adacore.com>

* exp_attr.adb (Expand_N_Attribute_Reference):
Fix Finalization_Size case by properly resolving the type after
rewritting the node.

2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_util.adb (Build_DIC_Procedure_Body): Semi-insert the body into
the tree.
(Build_DIC_Procedure_Declaration): Semi-insert the body into the tree.
* binde.adb, exp_ch5.adb, sem_type.adb, sem.ads, sem_res.adb,
exp_sel.ads: Minor reformatting.

2017-01-12  Justin Squirek  <squirek@adacore.com>

* exp_ch6.adb (Expand_Call): Add guard to prevent
invariant checks from being created for internally generated
subprograms.

2017-01-12  Bob Duff  <duff@adacore.com>

* lib-writ.ads: Remove incorrect comment.

2017-01-12  Javier Miranda  <miranda@adacore.com>

* debug.adb (-gnatd.K): Enable generation of contract-only
procedures in CodePeer mode.
* contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
New subprogram.
(Analyze_Contracts): Generate contract-only procedures if -gnatdK is
set.
* scil_ll.ads, scil_ll.adb (Get_Contract_Only_Body_Name): New
subprogram.
(Get_Contract_Only_Missing_Body_Name): New subprogram.
(Get_Contract_Only_Body): New subprogram.
(Set_Contract_Only_Body): New subprogram.
(Is_Contract_Only_Body): New subprogram.
(Set_Is_Contract_Only_Body): New subprogram.
(SCIL_Nodes): Replace table by hash-table.

From-SVN: r244356
16 files changed:
gcc/ada/ChangeLog
gcc/ada/binde.adb
gcc/ada/contracts.adb
gcc/ada/debug.adb
gcc/ada/exp_attr.adb
gcc/ada/exp_ch5.adb
gcc/ada/exp_ch6.adb
gcc/ada/exp_sel.ads
gcc/ada/exp_spark.adb
gcc/ada/exp_util.adb
gcc/ada/lib-writ.ads
gcc/ada/scil_ll.adb
gcc/ada/scil_ll.ads
gcc/ada/sem.ads
gcc/ada/sem_res.adb
gcc/ada/sem_type.adb