[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-27 Thread dnovillo at gcc dot gnu dot org
-- Bug 21994 depends on bug 21959, which changed state. Bug 21959 Summary: [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21959 What|Old Value |New Valu

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-13 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-13 21:20 --- tree_split_edge, at tree-cfg.c: moved to PR22022 expected ssa_name: moved to PR22055 compensate_hedge: moved to PR22053 gnatlib doesn't currently build because of PR22053. I'll try to post a "remove library code

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-13 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-13 20:02 --- Well then you're going to have to tell me what local changes you have such that you can build gnatlib. Or wait until someone bothers to check in changes such that it Just Works. -- http://gcc.gnu.org/bugzi

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-13 19:55 --- compensate_edge ones are not related to this bug at all, it is most likely caused by the changes to reg- stack by Roger. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21994

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-13 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-13 19:51 --- I picked up in my tree only the tree-complex.c change, with that no more "throw in the middle of block" problems. I'm redoing a build to see if a-ncelfu and other runtime files that had the problem now compile (I

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-12 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-13 06:16 --- Fixed in C++ for sure; I don't seem to be able to build Ada at the moment. -- What|Removed |Added

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-13 06:10 --- Subject: Bug 21994 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-13 06:10:49 Modified files: gcc: ChangeLog tree-complex.c Log messag

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-11 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-11 23:05 --- 12 ACATS tests have the same ICE "throw in middle of block": cxg1001 cxg1003 cxg1004 cxg1005 cxg2002 cxg2006 cxg2007 cxg2008 cxg2018 cxg2019 cxg2020 cxg2021 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2

[Bug tree-optimization/21994] [4.1 regression] complex throwing functions cause ICE

2005-06-11 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW