diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 14:11:53 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 14:11:53 +0200 |
commit | 3b6d290a25c33ef16565cdd15b08bfd9d8ac527c (patch) | |
tree | f9926b84f5b63f54c32d0e4ab6648928a77bb10a /gcc/ada/sem_attr.adb | |
parent | 8d2547f23f5ffbcc884ad0218def1ff3b9fc516b (diff) | |
download | gcc-3b6d290a25c33ef16565cdd15b08bfd9d8ac527c.zip gcc-3b6d290a25c33ef16565cdd15b08bfd9d8ac527c.tar.gz gcc-3b6d290a25c33ef16565cdd15b08bfd9d8ac527c.tar.bz2 |
[multiple changes]
2010-06-22 Vincent Celier <celier@adacore.com>
* prj-nmsc.adb (Process_Naming_Scheme): Initialize table Lib_Data_Table.
2010-06-22 Robert Dewar <dewar@adacore.com>
* par-ch4.adb (P_Name): Recognize 'Mod attribute in Ada 95 mode
* sem_attr.adb (Attribute_05): Add Name_Mod so that 'Mod recognized in
Ada 95 mode as an implementation defined attribute.
From-SVN: r161166
Diffstat (limited to 'gcc/ada/sem_attr.adb')
-rw-r--r-- | gcc/ada/sem_attr.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index a3dfdf0..9d1589a 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -136,6 +136,7 @@ package body Sem_Attr is Attribute_05 : constant Attribute_Class_Array := Attribute_Class_Array'( Attribute_Machine_Rounding | + Attribute_Mod | Attribute_Priority | Attribute_Stream_Size | Attribute_Wide_Wide_Width => True, |