------- Additional Comments From laurent at guerby dot net 2004-11-28 18:34 ------- (In reply to comment #1) > Does not happen on ppc-darwin, I wonder why.
This problem is due to ZCX being active on x86 and x86_64 but not on ppc, if I deactivate ZCX on x86 and x86_64 (setting the system-linux-xxx.ads constants below to False) it also fails there. ZCX_By_Default : constant Boolean := True; GCC_ZCX_Support : constant Boolean := True; Front_End_ZCX_Support : constant Boolean := False; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18662