From 308aab0bb643f5237eb0bfc6c7134a35907a33a9 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 20 Feb 2014 14:54:18 +0100 Subject: [multiple changes] 2014-02-20 Vincent Celier * gnatcmd.adb, make.adb, prj-makr.adb, clean.adb: Call Stringt.Initialize in all project aware tools. 2014-02-20 Doug Rupp * gnat_ugn.texi: Document gnatbind -X option. * vms_data.ads: Minor warnings documentation reformatting. 2014-02-20 Ed Schonberg * exp_ch3.adb (Expand_Freeze_Array_Type): Only create invariant procedure for a base type. 2014-02-20 Robert Dewar * sem_ch4.adb (Analyze_Case_Expression): Get type from first expression with type info. * sem_ch13.adb: Minor reformatting. * sem_eval.adb (Subtypes_Statically_Match): Make sure we return False if predicates do not match on the two types. 2014-02-20 Arnaud Charlet * sem_prag.adb (Analyze_Pragma [pragma Attach_Handler]): In Relaxed_RM_Semantics mode, allow any static integer value, for compatibility with other compilers. From-SVN: r207948 --- gcc/ada/make.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/ada/make.adb') diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 5078f0e..e8acb4e 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -55,6 +55,7 @@ with Sdefault; with SFN_Scan; with Sinput.P; with Snames; use Snames; +with Stringt; pragma Warnings (Off); with System.HTable; @@ -6411,6 +6412,7 @@ package body Make is Csets.Initialize; Snames.Initialize; + Stringt.Initialize; Prj.Initialize (Project_Tree); -- cgit v1.1