------- Comment #7 from ludovic at ludovic-brenta dot org  2008-04-09 20:25 
-------
Further reduced test case: replace observers.ads with:

package Observers is
   type Observer is new Integer;
   type Observer_Access is access Observer;
end Observers;

and the bug is still there.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29015

Reply via email to