aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2023-04-08 16:01:26 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2023-04-08 16:01:26 +0000
commit48a48c5e011b615f77f7f44a10e66346e78f5a06 (patch)
treea2f09ac292999e3045a67a534370933ce8d3f338
parent79fb2de020c499bd01708e1418965a11166b7d5b (diff)
downloadgcc-48a48c5e011b615f77f7f44a10e66346e78f5a06.zip
gcc-48a48c5e011b615f77f7f44a10e66346e78f5a06.tar.gz
gcc-48a48c5e011b615f77f7f44a10e66346e78f5a06.tar.bz2
Fix gcc.dg/long_branch.c on hppa.
2023-04-08 John David Anglin <danglin@gcc.gnu.org> gcc/testsuite/ChangeLog: * gcc.dg/long_branch.c: Use timeout factor 2.0 on hppa*-*-*.
-rw-r--r--gcc/testsuite/gcc.dg/long_branch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/long_branch.c b/gcc/testsuite/gcc.dg/long_branch.c
index 97fb169..c1ac24f 100644
--- a/gcc/testsuite/gcc.dg/long_branch.c
+++ b/gcc/testsuite/gcc.dg/long_branch.c
@@ -1,6 +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*-*-* } } */
void abort ();