]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/gcc-interface/Makefile.in
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 Oct 2010 10:00:18 +0000 (12:00 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 Oct 2010 10:00:18 +0000 (12:00 +0200)
commitc56a9ba447f72fccf12291589aec165cb99a65d2
tree012fdf002a8460dafcfb42b7a4799ec65a6268f9
parent57d62f0cb7346e2a76e7e70c3b3726d0140ec662
[multiple changes]

2010-10-22  Thomas Quinot  <quinot@adacore.com>

* exp_ch5.adb, sem_ch5.adb, sinfo.ads, snames.ads-tmpl, par-ch5.adb:
Minor reformatting.

2010-10-22  Geert Bosch  <bosch@adacore.com>

* stand.ads: Fix typo in comment.

2010-10-22  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb: Enable in-out parameter for functions.

2010-10-22  Ed Schonberg  <schonberg@adacore.com>

* sem_ch4.adb (Analyze_Quantified_Expression): Handle properly loop
iterators that are transformed into container iterators after analysis.
* exp_ch4.adb (Expand_N_Quantified_Expression): Handle properly both
iterator forms before rewriting as a loop.

2010-10-22  Brett Porter  <porter@adacore.com>

* a-locale.adb, a-locale.ads, locales.c: New files.
* Makefile.rtl: Add a-locale
* gcc-interface/Makefile.in: Add locales.c

From-SVN: r165812
15 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-locale.adb [new file with mode: 0644]
gcc/ada/a-locale.ads [new file with mode: 0644]
gcc/ada/exp_ch4.adb
gcc/ada/exp_ch5.adb
gcc/ada/gcc-interface/Makefile.in
gcc/ada/locales.c [new file with mode: 0644]
gcc/ada/par-ch5.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_ch5.adb
gcc/ada/sem_ch6.adb
gcc/ada/sinfo.ads
gcc/ada/snames.ads-tmpl
gcc/ada/stand.ads