summaryrefslogtreecommitdiff
path: root/gcc/ada/aspects.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-02 08:31:49 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-02 08:31:49 +0000
commit276da50170da472123e5ddce3099fa7b911a004e (patch)
tree94bdc85fee142089ce51ba41c062c46dddd35534 /gcc/ada/aspects.ads
parenta45d946f0f125cad8b5c4c410b6aca6daf7eb163 (diff)
downloadgcc-276da50170da472123e5ddce3099fa7b911a004e.tar.gz
2012-10-02 Ed Schonberg <schonberg@adacore.com>
* exp_ch4.adb (Expand_N_Case_Expression): Do not introduce indirections when the type of the alternatives is an access type: more efficient, and removes anomalies when an alternative is statically null. 2012-10-02 Robert Dewar <dewar@adacore.com> * aspects.ads: Minor comment addition (Invariant is a GNAT aspect). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191963 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/aspects.ads')
-rw-r--r--gcc/ada/aspects.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/aspects.ads b/gcc/ada/aspects.ads
index 12e5e6b52c9..3b4ebcedfa7 100644
--- a/gcc/ada/aspects.ads
+++ b/gcc/ada/aspects.ads
@@ -95,7 +95,7 @@ package Aspects is
Aspect_Implicit_Dereference,
Aspect_Input,
Aspect_Interrupt_Priority,
- Aspect_Invariant,
+ Aspect_Invariant, -- GNAT
Aspect_Iterator_Element,
Aspect_Link_Name,
Aspect_Machine_Radix,