Commit 027c625c by Uros Bizjak Committed by Uros Bizjak

limits-fndefn.c: Add dg-timeout-factor.

	* gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor.

From-SVN: r151098
parent f4e8a943
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
......
/* { 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment