testsuite/97066 - minor change to bypass plusminus-with-convert rule
authorFeng Xue <fxue@os.amperecomputing.com>
Wed, 16 Sep 2020 08:21:14 +0000 (16:21 +0800)
committerFeng Xue <fxue@os.amperecomputing.com>
Wed, 16 Sep 2020 12:20:38 +0000 (20:20 +0800)
commitf419a0158950034ed9996ae860b0c8df03731119
tree19d115f2cffdaac675de01396394cf84685001a7
parent2cab2431d519b8ce951829624c882dd24485bde8
testsuite/97066 - minor change to bypass plusminus-with-convert rule

The following testcases will be simplified by the new rule
(T)(A) +- (T)(B) -> (T)(A +- B), so could not keep code pattern
expected by test-check. Adjust test code to suppress simplification.

2020-09-16  Feng Xue  <fxue@os.amperecomputing.com>

gcc/testsuite/
PR testsuite/97066
* gcc.dg/ifcvt-3.c: Modified to suppress simplification.
* gcc.dg/tree-ssa/20030807-10.c: Likewise.
gcc/testsuite/gcc.dg/ifcvt-3.c
gcc/testsuite/gcc.dg/tree-ssa/20030807-10.c