re PR testsuite/64886 (FAIL: gcc.dg/pr64434.c scan-rtl-dump-times expand "Swap operands" 1)

PR rtl-optimization/64886
	* gcc.dg/pr64434.c: Skip on hppa*-*-hpux*.

From-SVN: r234852
This commit is contained in:
John David Anglin 2016-04-09 15:43:05 +00:00
parent 09bf990eb8
commit 8ef378f8d7
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2016-04-09 John David Anglin <danglin@gcc.gnu.org>
PR rtl-optimization/64886
* gcc.dg/pr64434.c: Skip on hppa*-*-hpux*.
2016-04-09 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/68953

View file

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-rtl-expand-details" } */
/* { dg-skip-if "PR64886" { hppa*-*-hpux* } { "*" } { "" } } */
#define N 256
int a1[N], a2[N], a3[N], a4[N];