aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2019-03-09 19:56:06 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2019-03-09 19:56:06 +0000
commit1e613d7a5271a58288d054ffb0cdec3501898097 (patch)
treee38ba68daac27d96b4caa5a0ab1f95ada308290c
parent4ecbb52b6e52d62bc4ca2800ca7dd0d48c87137d (diff)
downloadgcc-1e613d7a5271a58288d054ffb0cdec3501898097.zip
gcc-1e613d7a5271a58288d054ffb0cdec3501898097.tar.gz
gcc-1e613d7a5271a58288d054ffb0cdec3501898097.tar.bz2
re PR inline-asm/87010 (FAIL: gcc.dg/torture/20180712-1.c -O1 (test for excess errors))
PR inline-asm/87010 * gcc.dg/torture/20180712-1.c: Skip on hppa*-*-*. From-SVN: r269535
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.dg/torture/20180712-1.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index dcc75f3..16c1c13 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2019-03-09 John David Anglin <dave.anglin@bell.net>
+ PR inline-asm/87010
+ * gcc.dg/torture/20180712-1.c: Skip on hppa*-*-*.
+
* gfortran.dg/coarray_data_1.f90: Link against libatomic if target
libatomic_available.
diff --git a/gcc/testsuite/gcc.dg/torture/20180712-1.c b/gcc/testsuite/gcc.dg/torture/20180712-1.c
index 3ac2c7f..ba649db 100644
--- a/gcc/testsuite/gcc.dg/torture/20180712-1.c
+++ b/gcc/testsuite/gcc.dg/torture/20180712-1.c
@@ -1,4 +1,5 @@
/* { dg-do run } */
+/* { dg-skip-if "asm operand has impossible constraints" { hppa*-*-* } } */
/* { dg-additional-options "-fstack-protector" { target fstack_protector } } */
/* { dg-additional-options "-fPIC" { target fpic } } */