]> gcc.gnu.org Git - gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 21 Jan 2014 07:52:22 +0000 (08:52 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 21 Jan 2014 07:52:22 +0000 (08:52 +0100)
commit5f0c4d67184452807f37ee04a2edd95967c5e26c
tree0e3ea3604b746a28e983ff9bd875059f674f1873
parent4bcf68150f3205da124e9ea303444ebbcb22c151
[multiple changes]

2014-01-21  Thomas Quinot  <quinot@adacore.com>

* atree.adb, atree.ads (Num_Extension_Nodes): Switch to Node_Id, since
this is value is used in Node_Id arithmetic operations.
(Copy_Node, Exchange_Entities): Use loops indexed by Num_Extension_Nodes
instead of hard-coded unrolled code.

2014-01-21  Yannick Moy  <moy@adacore.com>

* gnat1drv.adb: Minor code cleanup, removing useless code.

2014-01-21  Arnaud Charlet  <charlet@adacore.com>

* opt.ads (SPARK_Switches_File_Name): New.
* switch-c.adb (Scan_Front_End_Switches): Add handling of -gnates=xxx *
* usage.adb (Usage): Document -gnates, in gnatprove mode only.
* gnat_ugn.texi: Document -gnates.

2014-01-21  Yannick Moy  <moy@adacore.com>

* errout.adb (Special_Msg_Delete): Update comment. Remove
special case for GNATprove which should not ignore mismatch
in sizes for representation clauses.
* sem_prag.adb (Analyze_Pragma): Remove special case for GNATprove
which should not ignore pragma Pack.

2014-01-21  Ed Schonberg  <schonberg@adacore.com>

* sem_ch4.adb: Code clean up.

2014-01-21  Steve Baird  <baird@adacore.com>

* gnat_rm.texi: Improve GNAT RM description of SPARK_Mode pragma.

From-SVN: r206871
12 files changed:
gcc/ada/ChangeLog
gcc/ada/atree.adb
gcc/ada/atree.ads
gcc/ada/errout.adb
gcc/ada/gnat1drv.adb
gcc/ada/gnat_rm.texi
gcc/ada/gnat_ugn.texi
gcc/ada/opt.ads
gcc/ada/sem_ch4.adb
gcc/ada/sem_prag.adb
gcc/ada/switch-c.adb
gcc/ada/usage.adb
This page took 0.065237 seconds and 5 git commands to generate.