]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtins-config.h: Disable C99 runtime testing for Windows.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 26 Feb 2008 00:13:01 +0000 (00:13 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 26 Feb 2008 00:13:01 +0000 (00:13 +0000)
* gcc.dg/builtins-config.h: Disable C99 runtime testing for
Windows.

From-SVN: r132652

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

index 1e844e3baa8cdb678a70b5a063975185b50f23bc..c4df5345daa719c369470db74f8771b45d5c5ee5 100644 (file)
@@ -1,3 +1,8 @@
+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
index 060db4ffc189eac4a3078cbee71142037d662db3..a6d280ac509a902846f06688bb1c96b70a38c7b9 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.