OSDN Git Service

2010-10-22 Thomas Quinot <quinot@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Oct 2010 10:00:18 +0000 (10:00 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Oct 2010 10:00:18 +0000 (10:00 +0000)
commit75ef962565fe3f763a5e087399b6dd69fa200ced
tree012fdf002a8460dafcfb42b7a4799ec65a6268f9
parentf37e6e70431d6cb6c018921b3b39814e3a250752
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165812 138bc75d-0d04-0410-961f-82ee72b054a4
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