The term "unrepped" can be hard to understand for users.
Tested on x86_64-pc-linux-gnu, committed on trunk
gcc/ada/
* usage.adb (Usage): Update -gnatw.c messages.
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
--- 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 " &