comparison gcc/testsuite/gcc.dg/tree-ssa/pr64910-2.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-reassoc1" } */ 2 /* { dg-options "-O2 -fdump-tree-reassoc1 -fno-ipa-icf" } */
3 3
4 /* We want to make sure that we reassociate in a way that has the 4 /* We want to make sure that we reassociate in a way that has the
5 constant last. With the constant last, it's more likely to result 5 constant last. With the constant last, it's more likely to result
6 in a bitfield test on targets with such capabilities. */ 6 in a bitfield test on targets with such capabilities. */
7 7