]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/991213-2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 991213-2.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/991213-2.c b/gcc/testsuite/gcc.c-torture/compile/991213-2.c
deleted file mode 100644 (file)
index 98385d5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-typedef long           __kernel_time_t;
-typedef __kernel_time_t                time_t;
-time2(
-    void (* const  (funcp)(time_t)),
-    const long offset, int * const okayp)
-{
-       register int                    bits;
-       time_t                          t;
-       for (bits = 0, t = 1; t > 0; ++bits, t <<= 1)
-               ;
-       t = (t < 0) ? 0 : ((time_t) 1 << bits);
-       for ( ; ; ) {
-               (*funcp)((time_t)&t);
-       }
-}