diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4c2efe41af7..519a2c40011 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-10-15 John David Anglin + + PR middle-end/20491 + gcc.dg/torture/asm-subreg-1.c: Skip on hppa*64*-*-*. + 2006-10-15 Steven G. Kargl 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 2a539208529..b935f134499 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. */