aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2013-04-11 11:31:53 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2013-04-11 11:31:53 +0200
commit354c3840c8ff64c615c7365c5b0c1b04d2a38189 (patch)
treeddb6615dde6578ad9a5716a43b0cfd7e81e1672d /gcc/ada/usage.adb
parentf0defe58a55705a34cb07a4d12667c2b6008ed11 (diff)
downloadgcc-354c3840c8ff64c615c7365c5b0c1b04d2a38189.zip
gcc-354c3840c8ff64c615c7365c5b0c1b04d2a38189.tar.gz
gcc-354c3840c8ff64c615c7365c5b0c1b04d2a38189.tar.bz2
[multiple changes]
2013-04-11 Robert Dewar <dewar@adacore.com> * s-osprim-mingw.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb. makeutl.adb, sem_ch8.adb: Minor reformatting. 2013-04-11 Vincent Celier <celier@adacore.com> * gnat_ugn.texi: Minor fixes for VMS. * ug_words: Minor addition: -gnato? => /OVERFLOW_CHECKS=?. 2013-04-11 Robert Dewar <dewar@adacore.com> * usage.adb (Usage): Minor edit to -gnatW message 2013-04-11 Robert Dewar <dewar@adacore.com> * exp_aggr.adb (Expand_N_Aggregate): Add circuit for handling others for string literal case. Also add big ??? comment about this new code, which should be redundant, but is not. * sem_eval.adb (Eval_Concatenation): Handle non-static case properly (Eval_String_Literal): Handle non-static literal properly From-SVN: r197744
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 08a41c2..b69b34a 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -584,8 +584,8 @@ begin
-- Line for -gnatW switch
- Write_Switch_Char ("W");
- Write_Str ("Wide character encoding method (");
+ Write_Switch_Char ("W?");
+ Write_Str ("Wide character encoding method (?=");
for J in WC_Encoding_Method loop
Write_Char (WC_Encoding_Letters (J));