http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44545
--- Comment #10 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-16 13:53:53 UTC --- Author: rguenth Date: Tue Nov 16 13:53:50 2010 New Revision: 166796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166796 Log: 2010-11-16 Richard Guenther <rguent...@suse.de> PR tree-optimization/44545 * tree-ssa-reassoc.c (linearize_expr_tree): Possibly throwing statements are not reassociatable. (reassociate_bb): Likewise. * gcc.dg/pr44545.c: New testcase. Added: branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr44545.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/testsuite/ChangeLog branches/gcc-4_5-branch/gcc/tree-ssa-reassoc.c