re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal.c:3042)

PR middle-end/20491
	gcc.dg/torture/asm-subreg-1.c: Skip on hppa*64*-*-*.

From-SVN: r117766
This commit is contained in:
John David Anglin 2006-10-16 01:05:51 +00:00 committed by John David Anglin
parent 8e9f197690
commit 0e52074611
2 changed files with 6 additions and 0 deletions

View 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

View 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. */