The "strict alignment" compilation mode is controlled by -gnatd.a,
as described in Adjust_Global_Switches.

Tested on x86_64-pc-linux-gnu, committed on trunk

gcc/ada/

        * ttypes.ads (Target_Strict_Alignment): Fix comment.
diff --git a/gcc/ada/ttypes.ads b/gcc/ada/ttypes.ads
--- a/gcc/ada/ttypes.ads
+++ b/gcc/ada/ttypes.ads
@@ -210,7 +210,7 @@ package Ttypes is
                                Set_Targ.Strict_Alignment /= 0;
    --  True if instructions will fail if data is misaligned. Note that this
    --  is a variable rather than a constant since it can be modified (set to
-   --  True) if the debug flag -gnatd.A is used.
+   --  True) if the debug flag -gnatd.a is used.
 
    Target_Double_Float_Alignment : constant Nat :=
                                      Set_Targ.Double_Float_Alignment;


Reply via email to