+2004-02-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
+ HP-UX.
+
2004-02-24 Michael Matz <matz@suse.de>
* gcc.dg/i386-regparm.c: New.
indicating whether or not TARGET_C99_FUNCTIONS is set, but it does
not presently do that.) */
+#if defined(__hppa) && defined(__hpux)
+/* PA HP-UX doesn't have the entire C99 runtime. */
+#else
#if defined(sun)
/* Solaris doesn't have the entire C99 runtime. */
#else
#define HAVE_C99_RUNTIME
#endif
#endif
+#endif