diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 2 | ||||
-rw-r--r-- | gcc/ada/sem_ch13.ads | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 5747ee9..302fab7 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -17381,8 +17381,6 @@ package body Sem_Ch13 is Sz : Unat; begin - Reinit_Alignment (T); - -- Find the minimum standard size (8,16,32,64,128) that fits Lo := Enumeration_Rep (Entity (Type_Low_Bound (T))); diff --git a/gcc/ada/sem_ch13.ads b/gcc/ada/sem_ch13.ads index 1386096..555d302 100644 --- a/gcc/ada/sem_ch13.ads +++ b/gcc/ada/sem_ch13.ads @@ -79,8 +79,7 @@ package Sem_Ch13 is procedure Set_Enum_Esize (T : Entity_Id); -- This routine sets the Esize field for an enumeration type T, based -- on the current representation information available for T. Note that - -- the setting of the RM_Size field is not affected. This routine also - -- initializes the alignment field to zero. + -- the setting of the RM_Size field is not affected. Unknown_Minimum_Size : constant Nonzero_Int := -1; |