[Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions

2007-12-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33615

[Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions

2007-10-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #4 from rsandifo at gcc dot gnu dot org 2007-10-09 11:10 --- Patches applied. The consensus seemed to be that we need better infrastructure. The suggestions were: - set TREE_SIDE_EFFECTS for throwing expressions - add a new predicate for checking TREE_SIDE_EFFECTS, t

[Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions

2007-10-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2007-10-09 11:05 --- Subject: Bug 33615 Author: rsandifo Date: Tue Oct 9 11:05:33 2007 New Revision: 129164 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129164 Log: gcc/ PR tree-optimization/33615 * tree-ssa

[Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions

2007-10-09 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2007-10-09 11:04 --- Subject: Bug 33615 Author: rsandifo Date: Tue Oct 9 11:04:46 2007 New Revision: 129163 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129163 Log: gcc/ PR tree-optimization/33615 * tree-ssa

[Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions

2007-10-01 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2007-10-01 21:41 --- I have a patch. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added Assigned