diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2019-03-16 17:31:30 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2019-03-16 17:31:30 +0000 |
commit | 3c390eda35f889b554ce9f2765c12521769970c9 (patch) | |
tree | 0d578fb6fcddfb8ca2ffe31384929e7f9ced976b /gcc | |
parent | 38ea73a8c18ccc5e2920529c5d608388f54cb1dc (diff) | |
download | gcc-3c390eda35f889b554ce9f2765c12521769970c9.zip gcc-3c390eda35f889b554ce9f2765c12521769970c9.tar.gz gcc-3c390eda35f889b554ce9f2765c12521769970c9.tar.bz2 |
re PR inline-asm/84941 (internal compiler error: in reg_overlap_mentioned_p, at rtlanal.c:1870 (reg_overlap_mentioned_p()/match_asm_constraints_1()))
PR testsuite/84941
* gcc.dg/pr84941.c: Skip on hppa*-*-*.
From-SVN: r269730
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr84941.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0dd1e8f..83fe86f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,4 +1,7 @@ -2019-03-16 John David Anglin <danglin@gcc.gnu.org> +2019-03-16 John David Anglin <danglin@gcc.gnu.org> + + PR testsuite/84941 + * gcc.dg/pr84941.c: Skip on hppa*-*-*. * gcc.dg/Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*. * gcc.dg/gimplefe-34.c: Likewise. diff --git a/gcc/testsuite/gcc.dg/pr84941.c b/gcc/testsuite/gcc.dg/pr84941.c index 6f4674e..a3a4fdc 100644 --- a/gcc/testsuite/gcc.dg/pr84941.c +++ b/gcc/testsuite/gcc.dg/pr84941.c @@ -1,5 +1,6 @@ /* PR inline-asm/84941 */ /* { dg-do compile } */ +/* { dg-skip-if "asm operand has impossible constraints" { hppa*-*-* } } */ /* { dg-options "-O2" } */ void |