From: John David Anglin Date: Sat, 9 Mar 2019 19:56:06 +0000 (+0000) Subject: re PR inline-asm/87010 (FAIL: gcc.dg/torture/20180712-1.c -O1 (test for excess... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e613d7a5271a58288d054ffb0cdec3501898097;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dcc75f3d4f7..16c1c136545 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2019-03-09 John David Anglin + 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 3ac2c7f9f54..ba649dbcf78 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 } } */