aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_intr.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2015-05-22 10:35:33 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-05-22 12:35:33 +0200
commita95f708ec32470ae773950928c3fb1962d0ec86e (patch)
treefa4c9d7df72ccb3394febcf7e6ee1497f550fec9 /gcc/ada/sem_intr.adb
parentc2b2b2d7ab77e3c9ee9122b920c5c401151d0bca (diff)
downloadgcc-a95f708ec32470ae773950928c3fb1962d0ec86e.zip
gcc-a95f708ec32470ae773950928c3fb1962d0ec86e.tar.gz
gcc-a95f708ec32470ae773950928c3fb1962d0ec86e.tar.bz2
sem_ch3.adb, [...]: Remove incorrect hyphen in non-binary.
2015-05-22 Robert Dewar <dewar@adacore.com> * sem_ch3.adb, sem_intr.adb, exp_ch4.adb, s-rannum.adb, sem_eval.adb, s-fatgen.adb, s-expmod.ads: Remove incorrect hyphen in non-binary. * exp_util.adb: Add comment. * osint-c.ads, osint-c.adb (Set_Library_Info_Name): Move from spec to body. (Set_File_Name): New name for the above. (Create_C_File, Create_H_File, Write_C_File_Info, Write_H_File_Info, Close_C_File, Close_H_File): New procedure. * osint.adb: Minor reformatting. * osint.ads: Minor comment updates. From-SVN: r223540
Diffstat (limited to 'gcc/ada/sem_intr.adb')
-rw-r--r--gcc/ada/sem_intr.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/sem_intr.adb b/gcc/ada/sem_intr.adb
index 79f633a..69a1d5f 100644
--- a/gcc/ada/sem_intr.adb
+++ b/gcc/ada/sem_intr.adb
@@ -434,8 +434,7 @@ package body Sem_Intr is
return;
elsif Non_Binary_Modulus (Typ1) then
- Errint
- ("shifts not allowed for non-binary modular types", Ptyp1, N);
+ Errint ("shifts not allowed for nonbinary modular types", Ptyp1, N);
-- For modular type, modulus must be 2**8, 2**16, 2**32, or 2**64.
-- Don't apply to generic types, since we may not have a modulus value.