From: danglin Date: Wed, 25 Jul 2007 18:49:13 +0000 (+0000) Subject: PR rtl-optimization/31500 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd1a57f0b0d38631f96e9828703588625e515cbe;p=thirdparty%2Fgcc.git PR rtl-optimization/31500 * gcc.dg/Warray-bounds.c: Remove hppa xfails. * g++.dg/warn/Warray-bounds.C: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126924 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ba92802cc519..ffa4cfbc0126 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-07-25 John David Anglin + + PR rtl-optimization/31500 + * gcc.dg/Warray-bounds.c: Remove hppa xfails. + * g++.dg/warn/Warray-bounds.C: Likewise. + 2007-07-25 H.J. Lu * gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c: Updated. diff --git a/gcc/testsuite/g++.dg/warn/Warray-bounds.C b/gcc/testsuite/g++.dg/warn/Warray-bounds.C index 12b564730d11..0385516abd4e 100644 --- a/gcc/testsuite/g++.dg/warn/Warray-bounds.C +++ b/gcc/testsuite/g++.dg/warn/Warray-bounds.C @@ -1,5 +1,4 @@ /* { dg-do compile } */ -/* { dg-xfail-if "PR 31500" { hppa*-*-* && { ! hppa*64*-*-* } } } */ /* { dg-options "-O2 -Warray-bounds" } */ int a[10]; @@ -88,5 +87,5 @@ int* f(void) { c.c[-1] = 0; return a; -} /* { dg-excess-errors "PR 31500" { xfail { hppa*-*-* && { ! hppa*64*-*-* } } } } */ +} diff --git a/gcc/testsuite/gcc.dg/Warray-bounds.c b/gcc/testsuite/gcc.dg/Warray-bounds.c index a73cb5f796e5..fde457036cb4 100644 --- a/gcc/testsuite/gcc.dg/Warray-bounds.c +++ b/gcc/testsuite/gcc.dg/Warray-bounds.c @@ -1,5 +1,4 @@ /* { dg-do compile } */ -/* { dg-xfail-if "PR 31500" { hppa*-*-* && { ! hppa*64*-*-* } } } */ /* { dg-options "-O2 -Warray-bounds" } */ int a[10]; @@ -91,5 +90,5 @@ int* f(void) { a[i] = 1; /* { dg-warning "array subscript" } */ return a; -} /* { dg-excess-errors "PR 31500" { xfail { hppa*-*-* && { ! hppa*64*-*-* } } } } */ +}