diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-27 12:58:41 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-27 12:58:41 +0200 |
commit | 2a253c5bba9ecf4f09242253bf8efd05c9cce9de (patch) | |
tree | 2f34e307917721b814a777309cf21c4f55dddb89 /gcc/ada/lib-xref.ads | |
parent | 780fd3766a642683f0026ac3ac8747529f7a839f (diff) | |
download | gcc-2a253c5bba9ecf4f09242253bf8efd05c9cce9de.zip gcc-2a253c5bba9ecf4f09242253bf8efd05c9cce9de.tar.gz gcc-2a253c5bba9ecf4f09242253bf8efd05c9cce9de.tar.bz2 |
[multiple changes]
2016-04-27 Hristian Kirtchev <kirtchev@adacore.com>
* sem_elab.adb (Check_Internal_Call): Do not
consider a call when it appears within pragma Initial_Condition
since the pragma is part of the elaboration statements of a
package body and may only call external subprograms or subprograms
whose body is already available.
(Within_Initial_Condition): New routine.
2016-04-27 Ed Schonberg <schonberg@adacore.com>
* exp_util.adb (Build_Procedure_Form): Prevent double generation
of the procedure form when dealing with an expression function
whose return type is an array.
* sem_ch3.adb: Fix out-of order Has_Predicates setting.
* exp_ch6.adb: Proper conversion for inherited operation in C.
* sem_ch6.adb: Code cleanup.
2016-04-27 Hristian Kirtchev <kirtchev@adacore.com>
* lib-xref.ads, sem_ch10.adb: minor style fix in comment
* g-socket.adb: Minor reformatting.
* sinfo.ads: Minor comment correction.
* sem_warn.ads: minor grammar fix in comment
From-SVN: r235482
Diffstat (limited to 'gcc/ada/lib-xref.ads')
-rw-r--r-- | gcc/ada/lib-xref.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads index 33e20ee..4b5edb8 100644 --- a/gcc/ada/lib-xref.ads +++ b/gcc/ada/lib-xref.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1998-2015, Free Software Foundation, Inc. -- +-- Copyright (C) 1998-2016, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -611,7 +611,7 @@ package Lib.Xref is Table_Name => "Name_Deferred_References"); procedure Process_Deferred_References; - -- This procedure is called from Frontend to process these table entries. + -- This procedure is called from Frontend to process these table entries ----------------------------- -- SPARK Xrefs Information -- |