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 tree-optimization/18662] [4.0 Regression] ACATS ICE c97114a verify_stmts failed / Statement marked for throw, but doesn't


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


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