aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-02-25 16:18:38 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-02-25 16:18:38 +0100
commit4c51ff88f2748e7f59d69d2b99c6749f4ec308c7 (patch)
treea81062ae0baf3aa2bb0c6da8826d7061c88ae465 /gcc/ada/usage.adb
parent0355e3ebbe09450408118b4651a9545da577eeee (diff)
downloadgcc-4c51ff88f2748e7f59d69d2b99c6749f4ec308c7.zip
gcc-4c51ff88f2748e7f59d69d2b99c6749f4ec308c7.tar.gz
gcc-4c51ff88f2748e7f59d69d2b99c6749f4ec308c7.tar.bz2
[multiple changes]
2014-02-25 Robert Dewar <dewar@adacore.com> * einfo.ads, einfo.adb (Has_Shift_Operator): New flag. * gnat_rm.texi: Document pragma Provide_Shift_Operators. * interfac.ads: Minor code reorganization (add pragma Compiler_Unit_Warning). * par-prag.adb: Add dummy entry for Provide_Shift_Operators. * sem_ch3.adb (Build_Derived_Numeric_Type): Copy Has_Shift_Operator flag. * sem_intr.adb (Check_Intrinsic_Subprogram): Make sure Check_Shift is always called (Check_Shift): Set Has_Shift_Operator. * sem_prag.adb: Implement pragma Provide_Shift_Operators. * snames.ads-tmpl: Add entries for pragma Provide_Shift_Operators Add entry for Name_Amount. * checks.adb (Selected_Range_Checks): When checking for a null range, make sure we use the base type, and not the subtype for deciding a range is null. * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Check for suspicious loop bound which is outside the range of the loop subtype. * gnat_ugn.texi: Add documentation section "Determining the Chosen Elaboration Order" * sem_ch13.adb (UC_Entry): Add field Act_Unit (Validate_Unchecked_Conversion): Store Act_Unit (Validate_Unchecked_Conversions): Test Warnings_Off in Act_Unit * treepr.adb: Minor reformatting. 2014-02-25 Arnaud Charlet <charlet@adacore.com> * usage.adb: Minor: fix typo. From-SVN: r208138
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index af8fd77..0b50555 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -211,7 +211,7 @@ begin
-- Line for -gnatei switch
Write_Switch_Char ("einn");
- Write_Line ("Set maximumum number of instantiations to nn");
+ Write_Line ("Set maximum number of instantiations to nn");
-- Line for -gnateI switch