r191921 - in /trunk/gcc/ada: ChangeLog checks.a...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Mon Oct 1 13:21:00 GMT 2012
Author: charlet
Date: Mon Oct 1 13:21:34 2012
New Revision: 191921
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191921
Log:
2012-10-01 Ed Schonberg <schonberg@adacore.com>
* checks.adb (Apply_Predicate_Check): If the predicate is a
static one and the operand is static, evaluate the predicate at
compile time.
* sem_eval.ads, sem_eval.adb (Eval_Static_Predicate_Check): new
procedure, to evaluate a static predicate check whenever possible.
* sem_res.adb (Resolve_Type_Conversion): Apply predicate check
on the conversion if the target type has predicates.
2012-10-01 Vincent Pucci <pucci@adacore.com>
* sem_dim.adb (Has_Symbols): Complain if parameter Symbol has been
provided by the user in the dimension output call.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/checks.adb
trunk/gcc/ada/sem_dim.adb
trunk/gcc/ada/sem_eval.adb
trunk/gcc/ada/sem_eval.ads
trunk/gcc/ada/sem_res.adb
More information about the Gcc-cvs
mailing list