| 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())
|
|
|
|
|