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

Unified Diff: test/cctest/compiler/test-operator.cc

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: re-upload - catch up to 8/19 level Created 6 years, 4 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
Index: test/cctest/compiler/test-operator.cc
diff --git a/test/cctest/compiler/test-operator.cc b/test/cctest/compiler/test-operator.cc
index 0bf8cb755bc5a88ed93d9af94525edaa5134835f..960cd6ffeb1bb8bd0ebbecb23780a4ad6eb1fa77 100644
--- a/test/cctest/compiler/test-operator.cc
+++ b/test/cctest/compiler/test-operator.cc
@@ -10,6 +10,9 @@
using namespace v8::internal;
using namespace v8::internal::compiler;
+// PPC builds fail on GCC 4.4.6 due to a warning in Operator1.
+#pragma GCC diagnostic ignored "-Wstrict-aliasing"
+
#define NaN (v8::base::OS::nan_value())
#define Infinity (std::numeric_limits<double>::infinity())

Powered by Google App Engine
This is Rietveld 408576698