conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 2 Nov 2012 23:20:43 +0000 (23:20 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 2 Nov 2012 23:20:43 +0000 (23:20 +0000)
ChangeLog
conform/data/complex.h-data
conform/data/inttypes.h-data

index 13bb8c6e66fab3608074e2a793fb22e2a18c4c92..c13fe181f1ce543a544622bff15d230e53214f70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
 
+       * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
+       POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
+       && !UNIX98].  Enables tests for XOPEN2K8.
+       * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
+       POSIX2008]: Likewise.
+
        * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
        (struct rusage): Do not expect type or its members.
 
index 8f31d220575528cd25766de48440758fda73a090..8abfb507b9924d89e10b65e65daefeeab4f2def1 100644 (file)
@@ -1,4 +1,4 @@
-#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
+#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
 macro complex
 macro _Complex_I
 optional-macro imaginary
index d308a5225522f70dd7666d3a8957c828b5111690..5ef54f6ebe53aeead498a663f5fdfd810d46c3af 100644 (file)
@@ -1,4 +1,4 @@
-#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
+#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
 type int8_t
 type int16_t
 type int32_t