From: John David Anglin Date: Thu, 26 Feb 2004 15:57:05 +0000 (+0000) Subject: * gcc.dg/builtins-config.h: Use #elif. X-Git-Tag: releases/gcc-4.0.0~9830 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d5cc608927d438e3642ef857ee087e6499511e7;p=thirdparty%2Fgcc.git * gcc.dg/builtins-config.h: Use #elif. From-SVN: r78506 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 926447f7fa6e..e86d65422cdd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-26 John David Anglin + + * gcc.dg/builtins-config.h: Use #elif. + 2004-02-26 Michael Matz * gcc.dg/20000724-1.c: Add regparm attribute to decl and def. diff --git a/gcc/testsuite/gcc.dg/builtins-config.h b/gcc/testsuite/gcc.dg/builtins-config.h index 9d9922a68cca..220a2aa85185 100644 --- a/gcc/testsuite/gcc.dg/builtins-config.h +++ b/gcc/testsuite/gcc.dg/builtins-config.h @@ -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