re PR middle-end/78691 (ICE compiling Linux boot code)
authorBin Cheng <bin.cheng@arm.com>
Wed, 7 Dec 2016 10:14:58 +0000 (10:14 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Wed, 7 Dec 2016 10:14:58 +0000 (10:14 +0000)
commitebf417348808be4608fd44ba3b2863b735b4324e
tree9cea72e97f3641dd7b37c8e0b7ddbb4091e51a32
parent81a58ffbb7d6dd26bf13a09d293e6082aceda520
re PR middle-end/78691 (ICE compiling Linux boot code)

PR tree-optimization/78691
* match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)):
Require integral type for the outer expression.
gcc/testsuite
PR tree-optimization/78691
* gcc.target/i386/pr78691-i386.c: New test.
* gcc.target/powerpc/pr78691-ppc.c: New test.

From-SVN: r243335
gcc/ChangeLog
gcc/match.pd
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr78691-i386.c [new file with mode: 0644]
gcc/testsuite/gcc.target/powerpc/pr78691-ppc.c [new file with mode: 0644]