------- Comment #11 from hjl at gcc dot gnu dot org 2010-08-30 13:32 ------- Subject: Bug 45393
Author: hjl Date: Mon Aug 30 13:32:18 2010 New Revision: 163642 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163642 Log: Properly transfer and clean EH info when CSE sincos. gcc/ 2010-08-30 H.J. Lu <hongjiu...@intel.com> Backport from mainline 2010-08-25 Richard Guenther <rguent...@suse.de> PR tree-optimization/45393 * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer and clean EH info. Avoid SSA update. (execute_cse_sincos): Cleanup the CFG if it has changed. gcc/testsuite/ 2010-08-30 H.J. Lu <hongjiu...@intel.com> Backport from mainline 2010-08-25 Richard Guenther <rguent...@suse.de> PR tree-optimization/45393 * g++.dg/torture/pr45393.C: New testcase. Added: branches/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr45393.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-math-opts.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45393