Commit 2e5a1510 by Loren J. Rittle Committed by Loren J. Rittle

* gcc.dg/builtins-config.h: Handle FreeBSD.

From-SVN: r83532
parent 0f59171d
2004-06-22 Loren James Rittle <ljrittle@acm.org>
* gcc.dg/builtins-config.h: Handle FreeBSD.
2006-06-22 Richard Henderson <rth@redhat.com> 2006-06-22 Richard Henderson <rth@redhat.com>
* g++.dg/opt/devirt1.C: New. * g++.dg/opt/devirt1.C: New.
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
/* Solaris doesn't have the entire C99 runtime. */ /* Solaris doesn't have the entire C99 runtime. */
#elif defined(__sgi) #elif defined(__sgi)
/* Irix6 doesn't have the entire C99 runtime. */ /* Irix6 doesn't have the entire C99 runtime. */
#elif defined(__FreeBSD__) && (__FreeBSD__ < 5)
/* FreeBSD before version 5 doesn't have the entire C99 runtime. */
#else #else
/* Newlib has the "f" variants of the math functions, but not the "l" /* Newlib has the "f" variants of the math functions, but not the "l"
variants. TARGET_C99_FUNCTIONS is only defined if all C99 variants. TARGET_C99_FUNCTIONS is only defined if all C99
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment