* gcc.dg/pr43058.c: Use dg-timeout-factor 4.

From-SVN: r162452
This commit is contained in:
Rainer Orth 2010-07-23 10:25:24 +00:00 committed by Rainer Orth
parent 97a738765d
commit 99bda4d570
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/pr43058.c: Use dg-timeout-factor 4.
2010-07-23 Daniel Kraft <d@domob.eu>
PR fortran/44709

View File

@ -1,6 +1,7 @@
/* PR debug/43058 */
/* { dg-do compile } */
/* { dg-options "-g -O2" } */
/* { dg-timeout-factor 4 } */
extern void *f1 (void *, void *, void *);
extern void *f2 (const char *, int, int, int, void *(*) ());