* gcc.c-torture/compile/pr25310.c: Disable test on 16-bit targets.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jan 2006 21:27:18 +0000 (21:27 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jan 2006 21:27:18 +0000 (21:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109676 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr25310.c

index daf4596..f951d73 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.c-torture/compile/pr25310.c: Disable test on 16-bit targets.
+
 2006-01-13  Bernhard Fischer  <rep.nop@aon.at>
 
        PR fortran/25756
index 4cd3087..71081d8 100644 (file)
@@ -1,4 +1,7 @@
 
+/* Prevent spurious test failures on 16-bit targets.  */
+#if __INT_MAX__ >= 2147483647L
+
 extern int f (char *, int);
 
 void test (void)
@@ -15,3 +18,5 @@ void test (void)
     bufptr += bytes;
 }
 
+#endif
+