aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2008-12-05 17:04:27 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2008-12-05 17:04:27 +0000
commit2503f730c938835a044ffe7594ce814a1fb627ad (patch)
tree6337d71be6ce54e658cba27b3deb43e89c70b6c1 /gcc
parent45dc13b919a68ab42ff8e3698a8c1e6627ac570d (diff)
downloadgcc-2503f730c938835a044ffe7594ce814a1fb627ad.zip
gcc-2503f730c938835a044ffe7594ce814a1fb627ad.tar.gz
gcc-2503f730c938835a044ffe7594ce814a1fb627ad.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/g++.dg/torture/pr31863.C3
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20001226-1.c3
3 files changed, 12 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 26578f5..5da9900 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/g++.dg/torture/pr31863.C b/gcc/testsuite/g++.dg/torture/pr31863.C
index 5028d99..47c9f03 100644
--- a/gcc/testsuite/g++.dg/torture/pr31863.C
+++ b/gcc/testsuite/g++.dg/torture/pr31863.C
@@ -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
{
diff --git a/gcc/testsuite/gcc.c-torture/compile/20001226-1.c b/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
index 64cf37c..1a1af7b 100644
--- a/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
+++ b/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
@@ -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. */