diff options
Diffstat (limited to 'gcc/ada/sem_attr.adb')
-rw-r--r-- | gcc/ada/sem_attr.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index 69963e4..43ae847 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -8892,8 +8892,8 @@ package body Sem_Attr is LB := Make_Attribute_Reference (Loc, Prefix => P, - Attribute_Name => Name_First, - Expressions => (Dims)); + Attribute_Name => Name_First, + Expressions => (Dims)); -- Do not share the dimension indicator, if present. Even -- though it is a static constant, its source location |