aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 11:20:28 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 11:20:28 +0200
commitbaa571ab785c7b183d1dda08a077d1658e28c4f1 (patch)
tree2340b57ac0d4c3b76bc55e007451fe73864a209b /gcc/ada/lib.ads
parentfc999c5d2e9f0f594fe82739494fb36b0b428384 (diff)
downloadgcc-baa571ab785c7b183d1dda08a077d1658e28c4f1.zip
gcc-baa571ab785c7b183d1dda08a077d1658e28c4f1.tar.gz
gcc-baa571ab785c7b183d1dda08a077d1658e28c4f1.tar.bz2
[multiple changes]
2014-07-18 Robert Dewar <dewar@adacore.com> * sem_ch13.adb (Build_Discrete_Static_Predicate): New name for Build_Static_Predicate (Build_Predicate_Functions): Don't try to build discrete predicate for real type. (Build_Predicate_Functions): Report attempt to use Static_Predicate function on real type as unimplemented. * sem_util.adb (Check_Expression_Against_Static_Predicate): Add guard to prevent blow up on predicate for real type. 2014-07-18 Ed Schonberg <schonberg@adacore.com> * einfo.adb (Set_Static_Predicate): Simplify assertion to handle properly static predicate on enumeration types and modular types (not subtypes). 2014-07-18 Pierre-Marie Derodat <derodat@adacore.com> * scos.ads (SCO_Unit_Table_Entry): Add a field to keep track of the corresponding source file index. * get_scos.ads (Get_SCOs): Add a default value for it. * par_sco.adb (SCO_Record): Fill the corresponding value. * scos.h: New. 2014-07-18 Vincent Celier <celier@adacore.com> * a-strunb-shared.adb, s-auxdec.ads, s-rannum.adb, atree.ads, urealp.adb, vms_data.ads, lib.ads, s-auxdec-vms_64.ads: Minor reformatting. * gnat_ugn.texi: Add documentation for new gnatmem switch -t. 2014-07-18 Thomas Quinot <quinot@adacore.com> * g-sercom.ads (Set): document possible data loss. 2014-07-18 Ed Schonberg <schonberg@adacore.com> * exp_attr.adb (Expand_N_Attribute_Reference, cases Input, Output, Read, Write): If the restriction No_Streams is active, replace each occurrence of a stream attribute by an explicit Raise statement. From-SVN: r212782
Diffstat (limited to 'gcc/ada/lib.ads')
-rw-r--r--gcc/ada/lib.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/lib.ads b/gcc/ada/lib.ads
index fea2f14..0de88fe 100644
--- a/gcc/ada/lib.ads
+++ b/gcc/ada/lib.ads
@@ -279,9 +279,9 @@ package Lib is
-- This is the number of the unit within the generated dependency
-- lines (D lines in the ALI file) which are sorted into alphabetical
-- order. The number is ones origin, so a value of 2 refers to the
- -- second generated D line. The Dependency_Number values are set
- -- as the D lines are generated, and are used to generate proper
- -- unit references in the generated xref information and SCO output.
+ -- second generated D line. The Dependency_Num values are set as the
+ -- D lines are generated, and are used to generate proper unit
+ -- references in the generated xref information and SCO output.
-- Dynamic_Elab
-- A flag indicating if this unit was compiled with dynamic elaboration