From efe1035c41d7bb8a580b3153e8d5e4ceeab1013f Mon Sep 17 00:00:00 2001 From: charlet Date: Mon, 19 Mar 2012 16:27:18 +0000 Subject: 2012-03-19 Hristian Kirtchev * sem_ch4.adb (Analyze_Allocator): Detect an allocator generated by the build-in-place machinery where the designated type is indefinite, but the underlying type is not. Do not emit errors related to missing initialization in this case. 2012-03-19 Robert Dewar * gnat_ugn.texi: Add documentation for -gnateinnn switch. * sem_elab.adb, put_alfa.adb, lib-xref-alfa.adb: Minor reformatting. * sem_prag.adb: Minor comment update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185525 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/put_alfa.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ada/put_alfa.adb') diff --git a/gcc/ada/put_alfa.adb b/gcc/ada/put_alfa.adb index a5580a8018c..f4715bfdd84 100644 --- a/gcc/ada/put_alfa.adb +++ b/gcc/ada/put_alfa.adb @@ -56,6 +56,7 @@ begin Write_Info_Char ('-'); Write_Info_Char ('>'); Write_Info_Char (' '); + for N in F.Unit_File_Name'Range loop Write_Info_Char (F.Unit_File_Name (N)); end loop; -- cgit v1.2.1