* gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 9 Aug 2004 22:01:05 +0000 (22:01 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 9 Aug 2004 22:01:05 +0000 (18:01 -0400)
From-SVN: r85726

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/assert4.c

index f776d19..4a54700 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-09  David Edelsohn  <edelsohn@gnu.org>
+
+       * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
+
 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
 
        * gcc.dg/wchar_t-2.c: Fix typo.
index 402e423..e53b148 100644 (file)
@@ -78,7 +78,7 @@
 # error
 #endif
 
-#if defined __unix__
+#if defined __unix__ || defined _AIX
 # if !#system(unix)
 #  error
 # endif