aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_attr.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2009-05-06 15:08:57 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-05-06 17:08:57 +0200
commite0bf7d650ca008463f43269a57cc2cf602bca20b (patch)
tree818ba69ac8fa94ec7b09ad931f8d3114dbc0ed96 /gcc/ada/exp_attr.adb
parent9419a9fdc8150067898eb5ad6347c3b55d4817e1 (diff)
downloadgcc-e0bf7d650ca008463f43269a57cc2cf602bca20b.zip
gcc-e0bf7d650ca008463f43269a57cc2cf602bca20b.tar.gz
gcc-e0bf7d650ca008463f43269a57cc2cf602bca20b.tar.bz2
sinput.adb (Expr_Last_Char): Fix some copy-paste errors for paren skipping.
2009-05-06 Robert Dewar <dewar@adacore.com> * sinput.adb (Expr_Last_Char): Fix some copy-paste errors for paren skipping. (Expr_First_Char): Add ??? comment that paren skipping needs work (Expr_Last_Char): Add ??? comment that paren skipping needs work * exp_attr.adb: Add processing for Compiler_Version * sem_attr.adb: New attribute Compiler_Version * snames.ads-tmpl: Add entries for Compiler_Version attribute * gnat_rm.texi: Document Compiler_Version attribute From-SVN: r147181
Diffstat (limited to 'gcc/ada/exp_attr.adb')
-rw-r--r--gcc/ada/exp_attr.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/exp_attr.adb b/gcc/ada/exp_attr.adb
index 6d83516..58e0639 100644
--- a/gcc/ada/exp_attr.adb
+++ b/gcc/ada/exp_attr.adb
@@ -5238,6 +5238,7 @@ package body Exp_Attr is
Attribute_Address_Size |
Attribute_Base |
Attribute_Class |
+ Attribute_Compiler_Version |
Attribute_Default_Bit_Order |
Attribute_Delta |
Attribute_Denorm |