This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Generalize pragma Validity_Checks


2001-12-04  Ed Schonberg <schonber@gnat.com>

	* sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as 
	a configuration pragma, it is now legal wherever a pragma can appear.

*** sem_prag.adb	2001/10/03 02:43:12	1.560
--- sem_prag.adb	2001/10/11 16:09:25	1.561
***************
*** 8388,8394 ****
           begin
              GNAT_Pragma;
              Check_Arg_Count (1);
-             Check_Valid_Configuration_Pragma;
              Check_No_Identifiers;
  
              if Nkind (A) = N_String_Literal then
--- 8388,8393 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]