aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch2.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-02-19 15:42:55 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-02-19 15:42:55 +0100
commitffdeb7023fb9bff52a925e785715b9d24a2484dd (patch)
treedb05e0d932e454a1ab80237bc41440687641aed3 /gcc/ada/exp_ch2.adb
parentedbd98c4cbdef1063e6cc12a8568d2d1e3dbeebb (diff)
downloadgcc-ffdeb7023fb9bff52a925e785715b9d24a2484dd.zip
gcc-ffdeb7023fb9bff52a925e785715b9d24a2484dd.tar.gz
gcc-ffdeb7023fb9bff52a925e785715b9d24a2484dd.tar.bz2
[multiple changes]
2014-02-19 Ed Schonberg <schonberg@adacore.com> * sem_prag.adb (Check_Arg_Is_Local_Name): For an aspect that applies to a subprogram body, the name is the current scope, rather than being declared in the current scope. (Analyze_Pragma, case No_Return): Handle properly a No_Return aspect applied to a subprogram body. 2014-02-19 Ed Schonberg <schonberg@adacore.com> * sem_ch13.adb (Resolve_Iterable_Operation): Improve resolution of overloaded subprograms, and fix bug in handling of primitive operation Element. 2014-02-19 Pascal Obry <obry@adacore.com> * s-os_lib.adb: Minor reformatting. 2014-02-19 Yannick Moy <moy@adacore.com> * expander.adb (Expand): Do nothing inside generics. * sem_aggr.adb (Aggregate_Constraint_Checks): Do nothing inside generics. 2014-02-19 Yannick Moy <moy@adacore.com> * exp_ch2.adb: Remove useless 'with' of unit Uintp. From-SVN: r207901
Diffstat (limited to 'gcc/ada/exp_ch2.adb')
-rw-r--r--gcc/ada/exp_ch2.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch2.adb b/gcc/ada/exp_ch2.adb
index de3bbbc..2abbd25 100644
--- a/gcc/ada/exp_ch2.adb
+++ b/gcc/ada/exp_ch2.adb
@@ -44,7 +44,6 @@ with Sinfo; use Sinfo;
with Sinput; use Sinput;
with Snames; use Snames;
with Tbuild; use Tbuild;
-with Uintp; use Uintp;
package body Exp_Ch2 is