[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 13:35:50 +0000 (15:35 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Sep 2017 13:35:50 +0000 (15:35 +0200)
commit333e4f86e84ad505c372908d169c11032ba5641d
treec249290412ef76c234e19d98fee12915989bdcb7
parent683af98c7f55ab61e4764a97b749ef00fc9dfedd
[multiple changes]

2017-09-08  Bob Duff  <duff@adacore.com>

* par-prag.adb, sem_prag.adb, snames.ads-tmpl: Implement pragma
Ada_2020, along the same lines as the other Ada version pragmas.

2017-09-08  Gary Dismukes  <dismukes@adacore.com>

* sem_ch12.adb: Minor typo fixes and reformatting.

2017-09-08  Yannick Moy  <moy@adacore.com>

* sem_aggr.adb (Resolve_Record_Aggregate):
Rewrite bounds of aggregate subexpressions which may depend on
discriminants of the enclosing aggregate.

2017-09-08  Yannick Moy  <moy@adacore.com>

* sem_ch5.adb: Prevent assertion failure on illegal code.

2017-09-08  Yannick Moy  <moy@adacore.com>

* lib-xref-spark_specific.adb (Add_SPARK_Xrefs.Is_SPARK_Scope): Avoid
calling Renamed_Entity on an entity which cannot be a renaming.

2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>

* exp_aggr.adb: Add with & use clause for Urealp.
(Aggr_Assignment_OK_For_Backend): Accept (almost all)
elementary types instead of just discrete types.
* sem_eval.adb (Expr_Value): Deal with N_Null for access types.
* gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>:
Be prepared for the FP zero value in the memset case.  Add small
guard.

2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>

* s-htable.adb (Static_HTable.Reset): Use aggregate instead
of loop.

From-SVN: r251894
12 files changed:
gcc/ada/ChangeLog
gcc/ada/exp_aggr.adb
gcc/ada/gcc-interface/trans.c
gcc/ada/lib-xref-spark_specific.adb
gcc/ada/par-prag.adb
gcc/ada/s-htable.adb
gcc/ada/sem_aggr.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch5.adb
gcc/ada/sem_eval.adb
gcc/ada/sem_prag.adb
gcc/ada/snames.ads-tmpl