re PR testsuite/91549 (gcc.dg/wrapped-binop-simplify.c fails starting with r274925)

PR testsuite/91549

gcc/testsuite/ChangeLog:
	* gcc.dg/wrapped-binop-simplify.c: Test only on x86, s390 with lp64.

From-SVN: r274951
This commit is contained in:
Robin Dapp 2019-08-27 12:08:58 +00:00 committed by Robin Dapp
parent 0ad7981cb4
commit 6c14d00812
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2019-08-27 Robin Dapp <rdapp@linux.ibm.com>
PR testsuite/91549
* gcc.dg/wrapped-binop-simplify.c: Test only on x86, s390 with lp64.
2019-08-26 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/91390

View file

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target { { i?86-*-* x86_64-*-* s390*-*-* } && lp64 } } } */
/* { dg-options "-O2 -fdump-tree-vrp2-details" } */
/* { dg-final { scan-tree-dump-times "gimple_simplified to" 4 "vrp2" } } */