re PR tree-optimization/70586 (wrong code at -O2 and -O3 on x86_64-linux-gnu in 32...
authorJakub Jelinek <jakub@redhat.com>
Sat, 9 Apr 2016 11:23:51 +0000 (13:23 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 9 Apr 2016 11:23:51 +0000 (13:23 +0200)
commitf55460af163cc791a59bed42aa8f152417150a7e
tree278ad08deaf680f882d21d74af54385c37e7b401
parent0b77bbf392d30d1b9335c329131c4d7ce476a15f
re PR tree-optimization/70586 (wrong code at -O2 and -O3 on x86_64-linux-gnu in 32-bit and 64-bit modes)

PR tree-optimization/70586
* tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
for any calls.

* gcc.c-torture/execute/pr70586.c: New test.

From-SVN: r234849
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr70586.c [new file with mode: 0644]
gcc/tree-ssa-ifcombine.c