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. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]