From 1399d355cb74c0de280637c1ce678df71f4adb38 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 30 Jul 2014 12:50:23 +0200 Subject: [multiple changes] 2014-07-30 Bob Duff * exp_ch6.adb (Add_Task_Actuals_To_Build_In_Place_Call): New parameter Chain to be used in the allocator case. (Make_Build_In_Place_Call_In_Allocator): If the allocated object has tasks, wrap the code in a block that will activate them, including the usual finalization code to kill them off in case of exception or abort. 2014-07-30 Robert Dewar * treepr.adb, treepr.ads; Reorganize documentation for new pp routines Remove renamings (don't work for gdb). (par): New synonym for p (avoid gdb ambiguities). * inline.adb, sem_ch6.adb, sem_ch13.adb: Minor reformatting. From-SVN: r213249 --- gcc/ada/sem_ch13.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ada/sem_ch13.adb') diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 1336e21..a026223 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -2013,7 +2013,6 @@ package body Sem_Ch13 is declare Discard : Entity_Id; - pragma Warnings (Off, Discard); begin if Restricted_Profile then Discard := RTE (RE_Activate_Restricted_Tasks); -- cgit v1.1