* gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 18 Nov 2011 22:26:47 +0000 (22:26 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 18 Nov 2011 22:26:47 +0000 (22:26 +0000)
From-SVN: r181496

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

index b48fa68..d4e8dfb 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.
+
 2011-11-18  Fabien ChĂȘne  <fabien@gcc.gnu.org>
 
        PR c++/51188
index a05ef13..5141953 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2006, 2008, 2009, 2011 Free Software Foundation, Inc.
    Test builtin preprocessor assertions.
    By Kaveh Ghazi <ghazi@caip.rutgers.edu>.  */
 
@@ -7,7 +7,7 @@
 
 /* Check for #system assertions.  */
 
-#if defined __gnu_linux__
+#if defined __linux__
 # if !#system(linux) || !#system(unix) || !#system(posix)
 #  error
 # endif