------- Additional Comments From laurent at guerby dot net  2005-06-19 13:25 
-------
Note that with the following patch on the reduced testcase (supressing the
anonymous array) it works:

-   A : array (-F .. 1) of Boolean;
+   type BA is array (Integer range <>) of Boolean;
+   A : BA (-F .. 1);


-- 


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

Reply via email to