[Ada] usage.adb: make -gnatw.c description clearer
authorGhjuvan Lacambre <lacambre@adacore.com>
Mon, 21 Jun 2021 11:32:45 +0000 (13:32 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 20 Sep 2021 12:31:28 +0000 (12:31 +0000)
gcc/ada/

* usage.adb (Usage): Update -gnatw.c messages.

gcc/ada/usage.adb

index c88ccec..bca3527 100644 (file)
@@ -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 " &