This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/21242] [4.1 Regression] wrong array copy code (ACATS c52102b c52102d)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]