r230253 - in /trunk/gcc/ada: ChangeLog checks.a...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Thu Nov 12 13:25:00 GMT 2015
Author: charlet
Date: Thu Nov 12 13:25:40 2015
New Revision: 230253
URL: https://gcc.gnu.org/viewcvs?rev=230253&root=gcc&view=rev
Log:
2015-11-12 Bob Duff <duff@adacore.com>
* impunit.adb, lib-xref.ads, restrict.ads, scos.ads, sem_attr.ads,
types.ads: Get rid of some global variables.
* output.adb, output.ads: Move some global variables to the body.
2015-11-12 Yannick Moy <moy@adacore.com>
* lib-xref-spark_specific.adb
(Is_Constant_Object_Without_Variable_Input): Add special case
for imported constants.
2015-11-12 Philippe Gil <gil@adacore.com>
* g-debpoo.adb (Allocate): Avoid having allocations not handled.
2015-11-12 Ed Schonberg <schonberg@adacore.com>
* checks.adb (Apply_Scalar_Range_Check): If the expression is
a real literal and the context type has static bounds, remove
range check when possible.
2015-11-12 Ed Schonberg <schonberg@adacore.com>
* sem_util.adb (Collect_Primitive_Operations): If the type is
derived from a type declared elsewhere that has an incomplete
type declaration, the primitives are found in the scope of the
type nat that of its ancestor.
2015-11-12 Arnaud Charlet <charlet@adacore.com>
* switch-c.adb, debug.adb, osint-c.adb, gnat1drv.adb: Remove -gnatd.V
debug switch.
* exp_aggr.adb, exp_util.adb: Fix typos.
2015-11-12 Jerome Lambourg <lambourg@adacore.com>
* init.c: Properly adjust PC values in case of signals.
2015-11-12 Bob Duff <duff@adacore.com>
* sem_prag.adb (Check_Arg_Is_Library_Level_Local_Name): A
pragma that comes from an aspect does not "come from source",
so we need to test whether it comes from an aspect.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/checks.adb
trunk/gcc/ada/exp_aggr.adb
trunk/gcc/ada/exp_util.adb
trunk/gcc/ada/g-debpoo.adb
trunk/gcc/ada/gnat1drv.adb
trunk/gcc/ada/impunit.adb
trunk/gcc/ada/init.c
trunk/gcc/ada/lib-xref-spark_specific.adb
trunk/gcc/ada/lib-xref.ads
trunk/gcc/ada/osint-c.adb
trunk/gcc/ada/output.adb
trunk/gcc/ada/output.ads
trunk/gcc/ada/restrict.ads
trunk/gcc/ada/scos.ads
trunk/gcc/ada/sem_attr.ads
trunk/gcc/ada/sem_prag.adb
trunk/gcc/ada/sem_util.adb
trunk/gcc/ada/switch-c.adb
trunk/gcc/ada/types.ads
More information about the Gcc-cvs
mailing list