From 5e86334302c9315a56ba419f85ad388ca0c0a940 Mon Sep 17 00:00:00 2001 From: Ghjuvan Lacambre Date: Mon, 21 Jun 2021 13:32:45 +0200 Subject: [PATCH] [Ada] usage.adb: make -gnatw.c description clearer gcc/ada/ * usage.adb (Usage): Update -gnatw.c messages. --- gcc/ada/usage.adb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 " & -- 2.47.2