mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:00:55 +08:00
re PR middle-end/28614 (gcc.c-torture/compile/20001226-1.c times out)
PR other/28614 * gcc.c-torture/compile/20001226-1.c: Add dg-timeout-factor. * g++.dg/torture/pr31863.C: Ditto. From-SVN: r142485
This commit is contained in:
parent
45dc13b919
commit
2503f730c9
@ -1,3 +1,9 @@
|
||||
2008-12-05 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
PR other/28614
|
||||
* gcc.c-torture/compile/20001226-1.c: Add dg-timeout-factor.
|
||||
* g++.dg/torture/pr31863.C: Ditto.
|
||||
|
||||
2008-12-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/37248
|
||||
|
@ -1,4 +1,7 @@
|
||||
/* { dg-do link } */
|
||||
/* If list of targets on dg-timeout-factor grows to 3, make it unconditional
|
||||
for all targets. */
|
||||
/* { dg-timeout-factor 2.0 { target hppa*-*-* } } */
|
||||
|
||||
namespace Loki
|
||||
{
|
||||
|
@ -6,6 +6,9 @@
|
||||
/* { dg-xfail-if "jump beyond 128K not supported" { xtensa*-*-* } { "-O0" } { "" } } */
|
||||
/* { dg-xfail-if "PR36698" { spu-*-* } { "-O0" } { "" } } */
|
||||
/* { dg-skip-if "" { m32c-*-* } { "*" } { "" } } */
|
||||
/* If list of targets on dg-timeout-factor grows to 3, make it unconditional
|
||||
for all targets. */
|
||||
/* { dg-timeout-factor 2.0 { target hppa*-*-* } } */
|
||||
|
||||
/* This testcase exposed two branch shortening bugs on powerpc. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user