]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
limits-fndefn.c: Add dg-timeout-factor.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 25 Aug 2009 21:38:33 +0000 (23:38 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 25 Aug 2009 21:38:33 +0000 (23:38 +0200)
* gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor.

From-SVN: r151098

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c

index eff7d269e619eb3b0410db6adbf85e55e9e1a7b2..a8d265a12e63575229ecf2a9256d9cf11cbd8257 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-25  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor.
+
 2009-08-25 Ville Voutilainen <ville.voutilainen@gmail.com>
 
        * g++.dg/cpp0x/alignof.C: New. Tests that the alignof
index 10f8714414fea954192dca2c95161e9e900b416b..65e60b39e1a03fdbecdab5502a915cdd81c3244d 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-skip-if "too complex for avr and picochip" { picochip-*-* avr-*-* } { "*" } { "" } } */
+/* { dg-timeout-factor 4.0 } */
 #define LIM1(x) x##0, x##1, x##2, x##3, x##4, x##5, x##6, x##7, x##8, x##9,
 #define LIM2(x) LIM1(x##0) LIM1(x##1) LIM1(x##2) LIM1(x##3) LIM1(x##4) \
                LIM1(x##5) LIM1(x##6) LIM1(x##7) LIM1(x##8) LIM1(x##9)