[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#408703: gnat-4.1.1-15: compilation hangs



flags 408703 confirmed
thanks

I have been able to reproduce the bug with this command:

cd xmit;
gnatmake gnatmake test_indexed_sequential_io.adb

with Integer_Indexed_Sequential_IO.Debug;
procedure Test_408703 is
begin
   null;
end Test_408703;

In contrast, the following does not trigger an infinite loop:

with Integer_Indexed_Sequential_IO;
procedure Test_408703 is
begin
   null;
end Test_408703;

So the trigger is actually the instantiation of the debug child
package.

-- 
Ludovic Brenta.




Reply to: