tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if we're not the only...
authorNathan Sidwell <nathan@acm.org>
Tue, 11 Aug 2015 12:34:06 +0000 (12:34 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 11 Aug 2015 12:34:06 +0000 (12:34 +0000)
commita6810021afdc4e05a44d7c56682eebe9452c359d
tree975f335631ad9587ccc537fcc29be670766001e3
parent739a838e18d8ce5dfbaf3bc40b3b92fd6111a458
tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if we're not the only contributor to target phi.

* tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if
we're not the only contributor to target phi.

testsuite/
* c-c++-common/dfp/operator-comma.c: Call init function.
* c-c++-common/dfp/convert-dfp-2.c: New test.

From-SVN: r226778
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/dfp/convert-dfp-2.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/dfp/operator-comma.c
gcc/tree-ssa-phiopt.c