Commit 6c14d008 by Robin Dapp Committed by Robin Dapp

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
parent 0ad7981c
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> 2019-08-26 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/91390 PR fortran/91390
......
/* { dg-do compile } */ /* { dg-do compile { target { { i?86-*-* x86_64-*-* s390*-*-* } && lp64 } } } */
/* { dg-options "-O2 -fdump-tree-vrp2-details" } */ /* { dg-options "-O2 -fdump-tree-vrp2-details" } */
/* { dg-final { scan-tree-dump-times "gimple_simplified to" 4 "vrp2" } } */ /* { dg-final { scan-tree-dump-times "gimple_simplified to" 4 "vrp2" } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment