aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-12-20 15:04:19 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2011-12-20 15:04:19 +0100
commitb2009d46817f00372f7552c068c4a7eb9bf1389b (patch)
treef2e044fed041fab9a9b27874f080130846d73e28 /gcc/ada/usage.adb
parent2f7b74678b21c5c104c984cec26403bbefa27b76 (diff)
downloadgcc-b2009d46817f00372f7552c068c4a7eb9bf1389b.zip
gcc-b2009d46817f00372f7552c068c4a7eb9bf1389b.tar.gz
gcc-b2009d46817f00372f7552c068c4a7eb9bf1389b.tar.bz2
[multiple changes]
2011-12-20 Bob Duff <duff@adacore.com> * opt.ads (List_Inherited_Aspects): Default to False (i.e. -gnatw.L is the default). * usage.adb: Document new default for -gnatw.L. * gnat_ugn.texi: Document -gnatw.l and -gnatw.L switches. * warnsw.adb (Set_Warning_Switch): Do not include List_Inherited_Aspects in -gnatwa. 2011-12-20 Ed Schonberg <schonberg@adacore.com> * checks.adb (Apply_Type_Conversion_Checks): For a discrete type with predicates, indicate unconditionally that a range check is needed. * exp_ch4.adb (Expand_N_In): When the membership test is rewritten to incorporate a call to a predicate function, analyze expression with checks suppressed, to prevent infinite recursion. From-SVN: r182540
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index aa4b815..c4e7176 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -453,8 +453,8 @@ begin
"elaboration pragma");
Write_Line (" L* turn off warnings for missing " &
"elaboration pragma");
- Write_Line (" .l* turn on info messages for inherited aspects");
- Write_Line (" .L turn off info messages for inherited aspects");
+ Write_Line (" .l turn on info messages for inherited aspects");
+ Write_Line (" .L* turn off info messages for inherited aspects");
Write_Line (" m+ turn on warnings for variable assigned " &
"but not read");
Write_Line (" M* turn off warnings for variable assigned " &