From 865791ae8b1ed7f22a54adb0f9940ede3375c81f Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sun, 5 Oct 2025 11:10:17 +0200 Subject: [PATCH] Ada: Report that -gnatyz is included in -gnatyg gcc/ada/ PR ada/112446 * usage.adb (Usage): Add 'z' to the list of 'g' style. --- 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 e59f32448d1..bf8417a92c8 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"); -- 2.47.3