This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Minor edit to -gnatW message


This patch adds a parameter ? to the -gnatW message for better
consistency with other messages

Compiling:

     1. procedure DummyW is
     2. begin
     3.    null;
     4. end;

with -gnath yields an output file contaning the line:

  -gnatW?   Wide character encoding method (?=h/u/s/e/8/b)

Tested on x86_64-pc-linux-gnu, committed on trunk

2013-04-11  Robert Dewar  <dewar@adacore.com>

	* usage.adb (Usage): Minor edit to -gnatW message

Attachment: difs
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]