diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-18 11:53:00 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-18 11:53:00 +0200 |
commit | 6a497607af0b7e34aad6d6f3cc04d2c8f5ddfe25 (patch) | |
tree | 364d9ffedf372b96525952d1fdac74e0d4096065 /gcc/ada/sem_intr.adb | |
parent | 19d846a008c51b4425b88771aa2768bd882499cc (diff) | |
download | gcc-6a497607af0b7e34aad6d6f3cc04d2c8f5ddfe25.zip gcc-6a497607af0b7e34aad6d6f3cc04d2c8f5ddfe25.tar.gz gcc-6a497607af0b7e34aad6d6f3cc04d2c8f5ddfe25.tar.bz2 |
[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
Diffstat (limited to 'gcc/ada/sem_intr.adb')
-rw-r--r-- | gcc/ada/sem_intr.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_intr.adb b/gcc/ada/sem_intr.adb index e5c779f..20a1614 100644 --- a/gcc/ada/sem_intr.adb +++ b/gcc/ada/sem_intr.adb @@ -53,8 +53,8 @@ package body Sem_Intr is -- returns type String. procedure Check_Intrinsic_Operator (E : Entity_Id; N : Node_Id); - -- Check that operator is one of the binary arithmetic operators, and - -- that the types involved both have underlying integer types. + -- Check that operator is one of the binary arithmetic operators, and that + -- the types involved both have underlying integer types. procedure Check_Shift (E : Entity_Id; N : Node_Id); -- Check intrinsic shift subprogram, the two arguments are the same |