]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 22 Jun 2010 12:42:24 +0000 (14:42 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 22 Jun 2010 12:42:24 +0000 (14:42 +0200)
commite86a3a7e6ffb78b799a3a92d958e1afd2237adb1
tree50900b84fb5e659aac25cd84920e07cfcab97f6d
parentb086849e7c7d11523c5f99695e6f7e949019c263
[multiple changes]

2010-06-22  Robert Dewar  <dewar@adacore.com>

* errout.adb (Unwind_Internal_Type): Improve handling of First_Subtype
test to catch more cases where first subtype is the results we want.
* sem_res.adb (Make_Call_Into_Operator): Don't go to First_Subtype in
error case, since Errout will now handle this correctly.
* gcc-interface/Make-lang.in: Add Sem_Aux to list of GNATBIND objects.
Update dependencies.

2010-06-22  Arnaud Charlet  <charlet@adacore.com>

* exp_ch4.adb (Expand_Allocator_Expression): Set Related_Node properly
when calling Make_Temporary.

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

* sem_ch3.adb (Access_Subprogram_Declaration): An anonymous access to
subprogram can be associated with an entry body.

2010-06-22  Robert Dewar  <dewar@adacore.com>

* scos.ads: Add note on membership test handling.

2010-06-22  Vincent Celier  <celier@adacore.com>

* projects.texi: Minor spelling fixes.
Minor reformatting.

2010-06-22  Paul Hilfinger  <hilfinger@adacore.com>

* s-rannum.adb: Correct off-by-one error in Extract_Value.

From-SVN: r161171
gcc/ada/ChangeLog
gcc/ada/errout.adb
gcc/ada/exp_ch4.adb
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/projects.texi
gcc/ada/s-rannum.adb
gcc/ada/scos.ads
gcc/ada/sem_ch3.adb
gcc/ada/sem_res.adb