This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/18662] [4.0 Regression] ACATS ICE c97114a verify_stmts failed / Statement marked for throw, but doesn't
- From: "laurent at guerby dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Nov 2004 18:34:11 -0000
- Subject: [Bug tree-optimization/18662] [4.0 Regression] ACATS ICE c97114a verify_stmts failed / Statement marked for throw, but doesn't
- References: <20041124215641.18662.laurent@guerby.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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