Re: [v8-users] Error graph-builder-tester.h:172:56: error: no matching function for call to 'v8::internal::compiler::SimplifiedOperatorBuilder::ChangeFloat64ToTagged()' when trying to build V8 with GC

2017-08-02 Thread Jakob Kummerow
On Wed, Aug 2, 2017 at 1:04 PM, Georgi Sotirov wrote: > Yes, sure. We have gcc-4.8 bots on our waterfall and they're happy. Feel >> free to submit a patch for >> gcc-7.1 support :-) >> > > GCC 4.8 is at least 4 years old and as I

Re: [v8-users] 32-bit powerpc -- a lost cause?

2017-08-02 Thread michael_dawson
Based on current priorities, going forward 32 bit is not going to be a priority. We will not be testing it in v8 or the Node.js repos. On Tuesday, August 1, 2017 at 10:40:32 AM UTC-4, HÃ¥vard Eidnes wrote: > > Hi, > > although NetBSD runs on various PPC hardware, some possibly also with no >

Re: [v8-users] Error graph-builder-tester.h:172:56: error: no matching function for call to 'v8::internal::compiler::SimplifiedOperatorBuilder::ChangeFloat64ToTagged()' when trying to build V8 with GC

2017-08-02 Thread Georgi Sotirov
> Feel free to delete the offending function > (in test/cctest/compiler/graph-builder-tester.h:171-173), it doesn't seem > to be used (which is presumably why clang doesn't complain here). > Sure, I did it and build continues, but isn't this supposed to be fixed upstream? I though V8 is