OSDN Git Service

* gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2009 21:38:33 +0000 (21:38 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2009 21:38:33 +0000 (21:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151098 138bc75d-0d04-0410-961f-82ee72b054a4

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

index eff7d26..a8d265a 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 10f8714..65e60b3 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)