From: David Edelsohn Date: Mon, 9 Aug 2004 22:01:05 +0000 (+0000) Subject: * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix). X-Git-Tag: releases/gcc-4.0.0~6027 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=feb21f0d146b949153c91d6a800f5707b0da516d;p=thirdparty%2Fgcc.git * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix). From-SVN: r85726 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f776d191f6a6..4a54700ee512 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-09 David Edelsohn + + * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix). + 2004-08-09 Paolo Bonzini * gcc.dg/wchar_t-2.c: Fix typo. diff --git a/gcc/testsuite/gcc.dg/cpp/assert4.c b/gcc/testsuite/gcc.dg/cpp/assert4.c index 402e4232a498..e53b148f767c 100644 --- a/gcc/testsuite/gcc.dg/cpp/assert4.c +++ b/gcc/testsuite/gcc.dg/cpp/assert4.c @@ -78,7 +78,7 @@ # error #endif -#if defined __unix__ +#if defined __unix__ || defined _AIX # if !#system(unix) # error # endif