diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-05 10:50:26 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-05 10:50:26 +0000 |
commit | c6431a40435e7709d115c466b204fe9b26c27f1f (patch) | |
tree | c5c209c40ca9749ed464e50350da081265ed2a3f /gcc/ada/sem_attr.ads | |
parent | 40cdae8bb00d40b69079b824c4d429b40db63893 (diff) | |
download | gcc-c6431a40435e7709d115c466b204fe9b26c27f1f.tar.gz |
2012-12-05 Robert Dewar <dewar@adacore.com>
* gnatchop.adb, sem_attr.ads, sem_ch4.adb, sem_ch6.adb, exp_disp.adb,
atree.adb, sem_eval.adb: Minor reformatting.
2012-12-05 Yannick Moy <moy@adacore.com>
* uintp.adb (UI_Div_Rem): Correct algorithm D to remove potential
overflow.
2012-12-05 Robert Dewar <dewar@adacore.com>
* exp_ch4.adb (Expand_N_Op_Mod): Minor comment additions.
(Expand_N_Op_Rem): Ditto.
2012-12-05 Robert Dewar <dewar@adacore.com>
* sem_attr.adb: Minor reformatting.
2012-12-05 Robert Dewar <dewar@adacore.com>
* usage.adb: Update lines for -gnato? switch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194202 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_attr.ads')
-rw-r--r-- | gcc/ada/sem_attr.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_attr.ads b/gcc/ada/sem_attr.ads index b993b9bab82..7583ab434f4 100644 --- a/gcc/ada/sem_attr.ads +++ b/gcc/ada/sem_attr.ads @@ -313,7 +313,7 @@ package Sem_Attr is -- needed, and the value should never be accessed. Attribute_Loop_Entry => True, - -- For every object of a non-limited type, S'Loop_Entry { (Loop_Name) } + -- For every object of a non-limited type, S'Loop_Entry [(Loop_Name)] -- denotes the constant value of prefix S at the point of entry into the -- related loop. The type of the attribute is the type of the prefix. |