re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Mon, 16 Oct 2006 01:05:51 +0000 (01:05 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 16 Oct 2006 01:05:51 +0000 (01:05 +0000)
PR middle-end/20491
gcc.dg/torture/asm-subreg-1.c: Skip on hppa*64*-*-*.

From-SVN: r117766

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/asm-subreg-1.c

index 4c2efe41af74dc9ed468be60845dbbde2b5e7a45..519a2c40011ff24a153c49672c81a909a1a90b0e 100644 (file)
@@ -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
index 2a5392085295d376d0776617c3e5ff94cb51bc8b..b935f1344996df666713cbc9d7fdeb6255467eeb 100644 (file)
@@ -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.  */