OSDN Git Service

2012-01-22 Douglas B Rupp <rupp@gnat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / builtins-config.h
index fc1ade6..8d5a10d 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003, 2004, 2005, 2006, 2009, 2011 Free Software Foundation.
+/* Copyright (C) 2003, 2004, 2005, 2006, 2009, 2011, 2012
+   Free Software Foundation.
 
    Define macros useful in tests for bulitin functions.  */
 
@@ -11,6 +12,8 @@
 
 #if defined(__hppa) && defined(__hpux)
 /* PA HP-UX doesn't have the entire C99 runtime.  */
+#elif defined(__INTERIX)
+/* Interix6 doesn't have the entire C99 runtime.  */
 #elif defined(__AVR__)
 /* AVR doesn't have the entire C99 runtime.  */
 #elif defined(__FreeBSD__) && (__FreeBSD__ < 9)