OSDN Git Service

* gcc.dg/builtins-config.h: Use #elif.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Feb 2004 15:57:05 +0000 (15:57 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Feb 2004 15:57:05 +0000 (15:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78506 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-config.h

index 926447f..e86d654 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/builtins-config.h: Use #elif.
+
 2004-02-26  Michael Matz  <matz@suse.de>
 
        * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
index 9d9922a..220a2aa 100644 (file)
@@ -11,8 +11,7 @@
 
 #if defined(__hppa) && defined(__hpux)
 /* PA HP-UX doesn't have the entire C99 runtime.  */
-#else
-#if defined(sun)
+#elif defined(sun)
 /* Solaris doesn't have the entire C99 runtime.  */
 #else
 /* Newlib has the "f" variants of the math functions, but not the "l"
@@ -30,4 +29,3 @@
 #define HAVE_C99_RUNTIME
 #endif
 #endif
-#endif