]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 25 Oct 2010 14:44:20 +0000 (16:44 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 25 Oct 2010 14:44:20 +0000 (16:44 +0200)
commitf6b5dc8e1f88f71b3a523ff651bfdc32aa3c890b
tree6324a36969f16b9d490577a0560b012087d1c2ee
parent66150d01351e5ca53999297629516ea2d5bcedb1
[multiple changes]

2010-10-25  Robert Dewar  <dewar@adacore.com>

* exp_ch5.adb (Expand_Predicated_Loop): Remove code for loop through
non-static predicate, since we agree not to allow this.
(Expand_Predicated_Loop): Properlay handle false predicate (null
list in Static_Predicate field.
* sem_ch13.adb (Build_Static_Predicate): Extensive changes to clean up
handling of more general predicate forms.

2010-10-25  Robert Dewar  <dewar@adacore.com>

* sem_ch4.adb, sem_util.adb: Minor reformatting.
* sem_ch8.adb (Find_Selected_Component): Allow selection from instance
of type in predicate or invariant expression.

2010-10-25  Pascal Obry  <obry@adacore.com>

* adaint.c (__gnat_stat_to_attr): Can set the timestamp on Windows now.
(f2t): New routine.
(__gnat_stat): Rewrite Win32 version.

From-SVN: r165919
gcc/ada/ChangeLog
gcc/ada/adaint.c
gcc/ada/exp_ch5.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_ch8.adb
gcc/ada/sem_util.adb