aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/torture/asm-subreg-1.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4c2efe4..519a2c4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR middle-end/20491
+ gcc.dg/torture/asm-subreg-1.c: Skip on hppa*64*-*-*.
+
2006-10-15 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/29403
diff --git a/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c b/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c
index 2a53920..b935f13 100644
--- a/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c
+++ b/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c
@@ -1,6 +1,7 @@
/* PR middle-end/20491 */
/* { dg-do compile } */
+/* { dg-skip-if "" { hppa*64*-*-* } "*" "" } */
/* Combine used to introduce invalid subregs for the asm input, and
we'd crash later on, when removing all subregs. */