From: Eric Botcazou Date: Sun, 5 Oct 2025 09:10:17 +0000 (+0200) Subject: Ada: Report that -gnatyz is included in -gnatyg X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=865791ae8b1ed7f22a54adb0f9940ede3375c81f;p=thirdparty%2Fgcc.git 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 --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");