[Bug tree-optimization/18662] [4.0 Regression] ACATS ICE c97114a verify_stmts failed / Statement marked for throw, but doesn't
laurent at guerby dot net
gcc-bugzilla@gcc.gnu.org
Sun Nov 28 18:34:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list