]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix gcc.dg/long_branch.c on hppa.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 8 Apr 2023 16:01:26 +0000 (16:01 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 8 Apr 2023 16:01:26 +0000 (16:01 +0000)
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*-*-*.

gcc/testsuite/gcc.dg/long_branch.c

index 97fb169b0431be7c397cb0b69b0b28b08aa3782d..c1ac24f511662a8e91234d55f90a34973541d742 100644 (file)
@@ -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 ();