aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 12:09:08 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 12:09:08 +0200
commit9d2a20713d87bed983029db5ffacb8dc06662ff6 (patch)
treef57566a77072c4f68d1cbfc9fa74d269655364e6 /gcc/ada/sem.adb
parent7bfff488f808213bf183da60f89f4230271957f4 (diff)
downloadgcc-9d2a20713d87bed983029db5ffacb8dc06662ff6.zip
gcc-9d2a20713d87bed983029db5ffacb8dc06662ff6.tar.gz
gcc-9d2a20713d87bed983029db5ffacb8dc06662ff6.tar.bz2
[multiple changes]
2014-07-31 Robert Dewar <dewar@adacore.com> * frontend.adb: Minor reformatting. * sem.adb: Minor reformatting. * sem_ch6.adb (Analyze_Null_Procedure): Set proper sloc for identifiers on rewrite. * par.adb: Minor comment updates. * a-ngelfu.adb (Cos): Minor simplification. * par-ch13.adb (Get_Aspect_Specifications): Improve messages and recovery for bad aspect. * exp_ch3.adb: Code clean up. * sem_util.ads: Minor comment correction. * sem_ch13.adb (Check_Array_Type): Properly handle large types. * sem_ch3.adb: Code clean up. * binderr.ads: Minor comment correction. 2014-07-31 Ed Schonberg <schonberg@adacore.com> * exp_disp.adb (Expand_Interface_Conversion): A call whose prefix is a static conversion to an interface type that is not class-wide is not dispatching. From-SVN: r213338
Diffstat (limited to 'gcc/ada/sem.adb')
-rw-r--r--gcc/ada/sem.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem.adb b/gcc/ada/sem.adb
index b1368f4..0da096e 100644
--- a/gcc/ada/sem.adb
+++ b/gcc/ada/sem.adb
@@ -1268,7 +1268,6 @@ package body Sem is
Next => Suppress_Stack_Entries);
Suppress_Stack_Entries := Global_Suppress_Stack_Top;
return;
-
end Push_Global_Suppress_Stack_Entry;
-------------------------------------