re PR testsuite/64886 (FAIL: gcc.dg/pr64434.c scan-rtl-dump-times expand "Swap operan...
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Apr 2016 15:43:05 +0000 (15:43 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Apr 2016 15:43:05 +0000 (15:43 +0000)
PR rtl-optimization/64886
* gcc.dg/pr64434.c: Skip on hppa*-*-hpux*.

From-SVN: r234852

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr64434.c

index 1b8a9c7..7ebf563 100644 (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
index 550a63d..6996871 100644 (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];