From afb4a8cda0247500a0084508af16b7ccaf943c8b Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 11 Apr 2013 14:46:16 +0200 Subject: [multiple changes] 2013-04-11 Ed Schonberg * par-ch6.adb (P_Subprogram): Attach aspects to subprogram stub. * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Allow aspects on subprogram stubs. * sem_ch13.adb (Analyze_Aspect_Specifications): Analyze generated pre/post pragmas at once before analyzing the proper body. * sem_prag.adb (Chain_PPC): Handle pragma that comes from an aspect on a subprogram stub. * aspects.adb: Aspect specifications can appear on a subprogram_Body_Stub. 2013-04-11 Vincent Celier * gnatname.adb: Minor comment fix. 2013-04-11 Vincent Celier * prj-makr.adb (Process_Directory): Create a new temporary file for each invocation of the compiler, in directory pointed by environment variable TMPDIR if it exists. 2013-04-11 Arnaud Charlet * gnat_ugn.texi: Minor editing/clean ups. From-SVN: r197781 --- gcc/ada/aspects.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ada/aspects.adb') diff --git a/gcc/ada/aspects.adb b/gcc/ada/aspects.adb index 8186e0c..2ef728c 100644 --- a/gcc/ada/aspects.adb +++ b/gcc/ada/aspects.adb @@ -220,6 +220,7 @@ package body Aspects is N_Subprogram_Body => True, N_Subprogram_Declaration => True, N_Subprogram_Renaming_Declaration => True, + N_Subprogram_Body_Stub => True, N_Subtype_Declaration => True, N_Task_Body => True, N_Task_Type_Declaration => True, -- cgit v1.1