From cdfc6883f228e7847a470de615dfbd1bb0b591f8 Mon Sep 17 00:00:00 2001 From: charlet Date: Mon, 29 Aug 2011 13:21:45 +0000 Subject: 2011-08-29 Yannick Moy * exp_ch13.adb (Expand_N_Freeze_Entity): Do nothing in Alfa mode. * exp_ch9.adb: Do not expand tasking constructs in Alfa mode. * gnat1drv.adb (Adjust_Global_Switches): Suppress the expansion of tagged types and dispatching calls in Alfa mode. 2011-08-29 Javier Miranda * sem_ch3.adb (Process_Discriminants): Add missing check to ensure that we do not report an error on an Empty node. 2011-08-29 Geert Bosch * Makefile.rtl (GNATRTL_NONTASKING_OBJECTS): Add a-nllrar.o, a-nlrear.o and a-nurear.o. 2011-08-29 Robert Dewar * freeze.adb: Minor code reorganization. Minor reformatting. * sem_util.adb, errout.adb, exp_ch11.adb, a-ngrear.adb, s-gearop.adb, sem_ch6.adb: Minor reformatting 2011-08-29 Tristan Gingold * s-except.ads, s-except.adb: Provide dummy body. 2011-08-29 Yannick Moy * sem_warn.adb (Within_Postcondition): Take into account the case of an Ensures component in a Test_Case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178222 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/exp_ch11.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ada/exp_ch11.adb') diff --git a/gcc/ada/exp_ch11.adb b/gcc/ada/exp_ch11.adb index ceca349d058..5238a1c7c0c 100644 --- a/gcc/ada/exp_ch11.adb +++ b/gcc/ada/exp_ch11.adb @@ -1665,7 +1665,6 @@ package body Exp_Ch11 is -- does not have a choice parameter specification, then we provide one. else - -- Bypass expansion to a run-time call when back-end exception -- handling is active, unless the target is a VM or CodePeer. -- cgit v1.2.1