]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/execute/990804-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 990804-1.c
diff --git a/gcc/testsuite/gcc.c-torture/execute/990804-1.c b/gcc/testsuite/gcc.c-torture/execute/990804-1.c
deleted file mode 100644 (file)
index 130c0fb..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-int gfbyte ( void ) 
-{
- return 0;
-} 
-
-int main( void ) 
-{
- int i,j,k ;
-
- i = gfbyte();
-
- i = i + 1 ;
-
- if ( i == 0 ) 
-     k = -0 ;
- else
-     k = i + 0 ;
-
- if (i != 1)
-   abort ();
-
- k = 1 ;
- if ( k <= i)
-     do 
-        j = gfbyte () ;
-     while ( k++ < i ) ;
-
- exit (0);
-} 
-