diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/i386-loop-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/i386-loop-3.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/i386-loop-3.c b/gcc/testsuite/gcc.dg/i386-loop-3.c index c1b4bce..59ed5bf 100644 --- a/gcc/testsuite/gcc.dg/i386-loop-3.c +++ b/gcc/testsuite/gcc.dg/i386-loop-3.c @@ -4,6 +4,9 @@ /* { dg-do run { target i?86-*-* } } */ /* { dg-options "-mtune=k6 -O3 -ffast-math -funroll-loops" } */ +extern void *memset (void *, int, __SIZE_TYPE__); +extern void abort (void); + typedef struct { unsigned char colormod; |