aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2013-07-08 09:47:39 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2013-07-08 09:47:39 +0200
commit9e40f163c2948dd7550cbda5de582e84623e767b (patch)
tree69e24bf84cd90dc2f3e2b0d30abf8f6fd73e23e6 /gcc/ada/sem.ads
parent85f6a831a631b643880fe66e480af0c0b465ba9f (diff)
downloadgcc-9e40f163c2948dd7550cbda5de582e84623e767b.zip
gcc-9e40f163c2948dd7550cbda5de582e84623e767b.tar.gz
gcc-9e40f163c2948dd7550cbda5de582e84623e767b.tar.bz2
[multiple changes]
2013-07-08 Javier Miranda <miranda@adacore.com> * sem_ch8.adb (Save_Scope_Stack): Adding documentation. (Restore_Scope_Stack): Remove the elements of the list when the visibility of each entity is restored. 2013-07-08 Robert Dewar <dewar@adacore.com> * exp_ch9.adb, sem.ads, sem_util.adb: Minor reformatting. From-SVN: r200756
Diffstat (limited to 'gcc/ada/sem.ads')
-rw-r--r--gcc/ada/sem.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem.ads b/gcc/ada/sem.ads
index 545aadc..57d5d91 100644
--- a/gcc/ada/sem.ads
+++ b/gcc/ada/sem.ads
@@ -562,7 +562,7 @@ package Sem is
-- Note: for integer and real literals, the analyzer sets the flag to
-- indicate that the result is a static expression. If the expander
-- generates a literal that does NOT correspond to a static expression,
- -- e.g. by folding an expression whose value is known at compile-time,
+ -- e.g. by folding an expression whose value is known at compile time,
-- but is not technically static, then the caller should reset the
-- Is_Static_Expression flag after analyzing but before resolving.
--