re PR tree-optimization/23234 (ICE in verify_flow_info())
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 9 Aug 2005 03:28:38 +0000 (03:28 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 9 Aug 2005 03:28:38 +0000 (03:28 +0000)
commit2ef571e2c282999a7c3f46e6a0b85a1a46500135
treee06f14d183b255d4bb3d257328e666b13eec089a
parent3d092c45bf57b3f9df0892e8d95a6284106a86c2
re PR tree-optimization/23234 (ICE in verify_flow_info())

gcc/
PR tree-optimization/23234
* tree-ssa-math-opts.c (place_reciprocal): New enum.
(execute_cse_reciprocals_1): Replace the 'phi' argument with an
argument of the new enum.
(execute_cse_reciprocals): Add reciprocals for function arguments
on the unique successor edge of the entry block.  Update other calls
to execute_cse_reciprocals_1.

testsuite/
PR tree-optimization/23234
* gcc.dg/tree-ssa/pr23234.c: New test.

From-SVN: r102895
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr23234.c [new file with mode: 0644]
gcc/tree-ssa-math-opts.c