From: John David Anglin Date: Mon, 16 Oct 2006 01:09:23 +0000 (+0000) Subject: re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal... X-Git-Tag: releases/gcc-4.0.4~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=607f32822b868364cf14e6e8af97f6396f283ef0;p=thirdparty%2Fgcc.git 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: r117768 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 504341df14e6..9a0dcccbd9a9 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-13 Kaveh R. Ghazi Revert: diff --git a/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c b/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c index 2a5392085295..b935f1344996 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. */