]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:09:23 +0000 (01:09 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 16 Oct 2006 01:09:23 +0000 (01:09 +0000)
PR middle-end/20491
gcc.dg/torture/asm-subreg-1.c: Skip on hppa*64*-*-*.

From-SVN: r117768

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

index 504341df14e6ffcdf217bced023521d1832b6076..9a0dcccbd9a9393bbad5f38a802f6c4abb6307ec 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-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        Revert:
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.  */