re PR rtl-optimization/85925 (compilation of masking with 257 goes wrong in combine...
authorJakub Jelinek <jakub@redhat.com>
Wed, 21 Nov 2018 20:45:59 +0000 (21:45 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 21 Nov 2018 20:45:59 +0000 (21:45 +0100)
commit4fd723f869c976c27d9140e36cd79df49032efc6
tree595666e7fc98a7a9cd4c3e84ca623e3be1c8a63b
parent96af90b5d6f0a29d09627bba215ffe2f2d638f3e
re PR rtl-optimization/85925 (compilation of masking with 257 goes wrong in combine at -02)

PR rtl-optimization/85925
* gcc.c-torture/execute/20181120-1.c: Require effective target
int32plus.
(u): New variable.
(main): Compare d against u.f1 rather than 0x101.  Use 0x4030201
instead of 0x10101.

From-SVN: r266357
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20181120-1.c