package pak1 is generic package pak2 is end pak2; end pak1;
found 247018 4.3.2-2 found 247019 4.3.2-2 thanks
compiling test_60 with gnat-4.4 I get this : gnatmake test_60.ads gcc-4.4 -c test_60.ads test_60.ads:6:24: expect name of generic package in instantiation gnatmake: "test_60.ads" compilation error here is the code I have used : package pak1 is generic package pak2 is end pak2; end pak1;
No, your test does not correspond to the bug; please try with the exact code to reproduce the bug (i.e. "new pak1.pak2", not "new pak1").
found 247018 4.4.1-1 thanks Sorry for the bad copy and paste :(