Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1442)

Unified Diff: gcc/gcc/testsuite/gcc.dg/builtins-config.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/builtins-44.c ('k') | gcc/gcc/testsuite/gcc.dg/c90-const-expr-2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/builtins-config.h
diff --git a/gcc/gcc/testsuite/gcc.dg/builtins-config.h b/gcc/gcc/testsuite/gcc.dg/builtins-config.h
index eacc09dcf949828d532256c379b16673adef787b..487da415c764bb3b0b1812df1fe4e5c590fbaf33 100644
--- a/gcc/gcc/testsuite/gcc.dg/builtins-config.h
+++ b/gcc/gcc/testsuite/gcc.dg/builtins-config.h
@@ -15,8 +15,8 @@
/* Irix6 doesn't have the entire C99 runtime. */
#elif defined(__AVR__)
/* AVR doesn't have the entire C99 runtime. */
-#elif defined(__FreeBSD__)
-/* FreeBSD up to at least version 8 lacks support for cexp and friends. */
+#elif defined(__FreeBSD__) && (__FreeBSD__ < 9)
+/* FreeBSD up to version 8 lacks support for cexp and friends. */
#elif defined(__netware__)
/* NetWare doesn't have the entire C99 runtime. */
#elif defined(__vxworks)
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/builtins-44.c ('k') | gcc/gcc/testsuite/gcc.dg/c90-const-expr-2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698