diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2023-10-02 20:23:06 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2023-10-02 20:23:06 +0000 |
commit | 8ef36f6887319b3944f9795946bce61f1e2f00a3 (patch) | |
tree | f74422c3a713339c5b291e0f27c023cb5755d6e9 | |
parent | 594fe745765a2b2e9417b8da680effd2bcdd4669 (diff) | |
download | gcc-8ef36f6887319b3944f9795946bce61f1e2f00a3.zip gcc-8ef36f6887319b3944f9795946bce61f1e2f00a3.tar.gz gcc-8ef36f6887319b3944f9795946bce61f1e2f00a3.tar.bz2 |
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
2023-10-02 John David Anglin <danglin@gcc.gnu.org>
gcc/testsuite/ChangeLog:
* gcc.dg/long_branch.c: Increase timeout factor for hppa*-*-*.
-rw-r--r-- | gcc/testsuite/gcc.dg/long_branch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/long_branch.c b/gcc/testsuite/gcc.dg/long_branch.c index c1ac24f..ba80ab3 100644 --- a/gcc/testsuite/gcc.dg/long_branch.c +++ b/gcc/testsuite/gcc.dg/long_branch.c @@ -1,7 +1,7 @@ /* { dg-do run } */ /* { dg-options "-O2 -fno-reorder-blocks" } */ /* { dg-skip-if "limited code space" { pdp11-*-* } } */ -/* { dg-timeout-factor 2.0 { target hppa*-*-* } } */ +/* { dg-timeout-factor 4.0 { target hppa*-*-* } } */ void abort (); |