From: Uros Bizjak Date: Tue, 25 Aug 2009 21:38:33 +0000 (+0200) Subject: limits-fndefn.c: Add dg-timeout-factor. X-Git-Tag: releases/gcc-4.5.0~3845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=027c625ced58b2e001f32c2622de1c75533ac661;p=thirdparty%2Fgcc.git limits-fndefn.c: Add dg-timeout-factor. * gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor. From-SVN: r151098 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eff7d269e619..a8d265a12e63 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-08-25 Uros Bizjak + + * gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor. + 2009-08-25 Ville Voutilainen * g++.dg/cpp0x/alignof.C: New. Tests that the alignof diff --git a/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c b/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c index 10f8714414fe..65e60b39e1a0 100644 --- a/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c +++ b/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c @@ -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)