[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 18 Jun 2010 09:53:00 +0000 (11:53 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 18 Jun 2010 09:53:00 +0000 (11:53 +0200)
commit6a497607af0b7e34aad6d6f3cc04d2c8f5ddfe25
tree364d9ffedf372b96525952d1fdac74e0d4096065
parent19d846a008c51b4425b88771aa2768bd882499cc
[multiple changes]

2010-06-18  Thomas Quinot  <quinot@adacore.com>

* types.ads: Clean up obsolete comments
* tbuild.adb: Minor reformatting.
* exp_ch5.adb, sem_intr.adb, sem_ch10.adb, rtsfind.adb, s-shasto.adb,
exp_strm.adb, aa_drive.adb: Minor reformatting.
* sem_res.adb (Is_Predefined_Operator): An operator that is an imported
intrinsic with an Interface_Name denotes an imported back-end builtin,
and must be rewritten into a call, not left in the tree as an operator,
so return False in that case.

2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>

* exp_util.adb (Remove_Side_Effects): Make a copy for an allocator.

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

* scos.ads: Add proposed output for case expression

2010-06-18  Jose Ruiz  <ruiz@adacore.com>

* gnat_ugn.texi: Document that, when using the RTX compiler to generate
RTSS modules, we need to use the Microsoft linker.

From-SVN: r160974
13 files changed:
gcc/ada/ChangeLog
gcc/ada/exp_ch5.adb
gcc/ada/exp_strm.adb
gcc/ada/exp_util.adb
gcc/ada/gnat_ugn.texi
gcc/ada/rtsfind.adb
gcc/ada/s-shasto.adb
gcc/ada/scos.ads
gcc/ada/sem_ch10.adb
gcc/ada/sem_intr.adb
gcc/ada/sem_res.adb
gcc/ada/tbuild.adb
gcc/ada/types.ads