[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 1 Aug 2011 15:41:01 +0000 (17:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 1 Aug 2011 15:41:01 +0000 (17:41 +0200)
commit2010d0783d695583e72d0f412278caf4be041776
tree550db9ff8d0612f31d17865aa56eb329d677f905
parentf2c308fa3f227cc7b46aa2d1250043aeeaef7ee6
[multiple changes]

2011-08-01  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Fully_Conformant_Expressions): handle quantified
expressions.

2011-08-01  Arnaud Charlet  <charlet@adacore.com>

* sem_ch8.adb: Minor code editing.
* s-vxwext.adb: Remove trailing space.
* freeze.adb, freeze.ads, errout.ads, erroutc.adb: Fix GPLv3 header for
consistency with other files.

2011-08-01  Thomas Quinot  <quinot@adacore.com>

* s-auxdec.ads, s-auxdec-vms_64.ads: Minor reformatting.

2011-08-01  Ed Schonberg  <schonberg@adacore.com>

* par-ch10.adb: reject parameterized expressions as compilation unit.
* sem_ch4.adb: handle properly conditional expression with overloaded
then_clause and no else_clause.

2011-08-01  Tristan Gingold  <gingold@adacore.com>

* s-parame-vms-alpha.ads, s-parame-vms-ia64.ads: Redeclare C_Address
like done by System.Aux_DEC.
* env.c (__gnat_setenv) [VMS]: Put logicals into LNM$PROCESS table.

From-SVN: r177050
15 files changed:
gcc/ada/ChangeLog
gcc/ada/env.c
gcc/ada/errout.ads
gcc/ada/erroutc.adb
gcc/ada/freeze.adb
gcc/ada/freeze.ads
gcc/ada/par-ch10.adb
gcc/ada/s-auxdec-vms_64.ads
gcc/ada/s-auxdec.ads
gcc/ada/s-parame-vms-alpha.ads
gcc/ada/s-parame-vms-ia64.ads
gcc/ada/s-vxwext.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_ch8.adb