From: Ghjuvan Lacambre Date: Mon, 21 Jun 2021 11:32:45 +0000 (+0200) Subject: [Ada] usage.adb: make -gnatw.c description clearer X-Git-Tag: basepoints/gcc-13~4627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e86334302c9315a56ba419f85ad388ca0c0a940;p=thirdparty%2Fgcc.git [Ada] usage.adb: make -gnatw.c description clearer gcc/ada/ * usage.adb (Usage): Update -gnatw.c messages. --- diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index c88ccece83ad..bca35271ae6e 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -483,8 +483,10 @@ begin Write_Line (" .B turn off warnings for biased representation"); Write_Line (" c+ turn on warnings for constant conditional"); Write_Line (" C* turn off warnings for constant conditional"); - Write_Line (" .c+ turn on warnings for unrepped components"); - Write_Line (" .C* turn off warnings for unrepped components"); + Write_Line (" .c+ turn on warnings for components without " & + "representation clauses"); + Write_Line (" .C* turn off warnings for components without " & + "representation clauses"); Write_Line (" _c* turn on warnings for unknown " & "Compile_Time_Warning"); Write_Line (" _C turn off warnings for unknown " &