OSDN Git Service

* gcc.dg/builtins-config.h: Disable C99 runtime testing for
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2008 00:13:01 +0000 (00:13 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2008 00:13:01 +0000 (00:13 +0000)
Windows.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132652 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-config.h

index 1e844e3..c4df534 100644 (file)
@@ -1,5 +1,10 @@
 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
 
+       * gcc.dg/builtins-config.h: Disable C99 runtime testing for
+       Windows.
+
+2008-02-25  Joseph Myers  <joseph@codesourcery.com>
+
        * lib/target-supports.exp (check_profiling_available): Report -p
        unavailable on *-*-mingw*.
 
index 060db4f..a6d280a 100644 (file)
@@ -19,6 +19,8 @@
 /* NetWare doesn't have the entire C99 runtime.  */
 #elif defined(__vxworks)
 /* VxWorks doesn't have a full C99 time.  (cabs is missing, for example.)  */
+#elif defined(_WIN32) && !defined(__CYGWIN__)
+/* Windows doesn't have the entire C99 runtime.  */
 #elif (defined(__APPLE__) && defined(__ppc__) \
        && ! defined (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__))
 /* MacOS versions before 10.3 don't have many C99 functions.