From 65a333394f7ea2bc72b48aff8fa72e92f750d838 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sun, 15 Apr 2007 01:17:41 +0000 Subject: [PATCH] re PR rtl-optimization/31500 (FAIL: gcc.dg/Warray-bounds.c (internal compiler error)) PR rtl-optimization/31500 * gcc.dg/Warray-bounds.c: Skip on hppa*-*-*. * g++.dg/warn/Warray-bounds.C: Likewise. From-SVN: r123837 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/warn/Warray-bounds.C | 1 + gcc/testsuite/gcc.dg/Warray-bounds.c | 1 + 3 files changed, 8 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7bec6e81d737..c82555837a70 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-04-14 John David Anglin + + PR rtl-optimization/31500 + * gcc.dg/Warray-bounds.c: Skip on hppa*-*-*. + * g++.dg/warn/Warray-bounds.C: Likewise. + 2007-04-14 Andrew Pinski PR C/31520 diff --git a/gcc/testsuite/g++.dg/warn/Warray-bounds.C b/gcc/testsuite/g++.dg/warn/Warray-bounds.C index 0385516abd4e..4f7a397fcb8d 100644 --- a/gcc/testsuite/g++.dg/warn/Warray-bounds.C +++ b/gcc/testsuite/g++.dg/warn/Warray-bounds.C @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */ /* { dg-options "-O2 -Warray-bounds" } */ int a[10]; diff --git a/gcc/testsuite/gcc.dg/Warray-bounds.c b/gcc/testsuite/gcc.dg/Warray-bounds.c index fde457036cb4..31f6c6e7d3a1 100644 --- a/gcc/testsuite/gcc.dg/Warray-bounds.c +++ b/gcc/testsuite/gcc.dg/Warray-bounds.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */ /* { dg-options "-O2 -Warray-bounds" } */ int a[10];