]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ada: Report that -gnatyz is included in -gnatyg
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 5 Oct 2025 09:10:17 +0000 (11:10 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Sun, 5 Oct 2025 09:12:06 +0000 (11:12 +0200)
gcc/ada/
PR ada/112446
* usage.adb (Usage): Add 'z' to the list of 'g' style.

gcc/ada/usage.adb

index e59f32448d17d9e777a458435ce1f5584a0b0dad..bf8417a92c85f0b190f291597e05197cf4451056 100644 (file)
@@ -674,7 +674,7 @@ begin
    Write_Line ("        D    check declared identifiers in mixed case");
    Write_Line ("        e    check end/exit labels present");
    Write_Line ("        f    check no form feeds/vertical tabs in source");
-   Write_Line ("        g    check standard GNAT style rules, same as ydISux");
+   Write_Line ("        g    check GNAT style rules, same as ydISuxz");
    Write_Line ("        h    check no horizontal tabs in source");
    Write_Line ("        i    check if-then layout");
    Write_Line ("        I    check mode in");