https://gcc.gnu.org/g:865791ae8b1ed7f22a54adb0f9940ede3375c81f

commit r16-4225-g865791ae8b1ed7f22a54adb0f9940ede3375c81f
Author: Eric Botcazou <[email protected]>
Date:   Sun Oct 5 11:10:17 2025 +0200

    Ada: Report that -gnatyz is included in -gnatyg
    
    gcc/ada/
            PR ada/112446
            * usage.adb (Usage): Add 'z' to the list of 'g' style.

Diff:
---
 gcc/ada/usage.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index e59f32448d17..bf8417a92c85 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -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");

Reply via email to