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-01 Thread Jakob Kummerow
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). Also, next time, please indicate the version of V8 that you're compiling. On Tue, Aug 1, 2017 at 8:40 AM, Georgi

[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 GCC 7.

2017-08-01 Thread Georgi Sotirov
Hello, I'm trying to build V8 with the following command: time make V=1 ia32.release GYPFLAGS='-Dclang=0 -Dwerror= -Dcomponent=shared_library' with GCC 7.1.0, but I'm stuck with the following error: g++ '-DV8_GYP_BUILD' '-DCR_CLANG_REVISION=308728-3' '-DV8_TARGET_ARCH_IA32'

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

2017-08-01 Thread Håvard Eidnes
Hi, although NetBSD runs on various PPC hardware, some possibly also with no FPU, my personal interest is in >= G4 (possibly >= G3), which AFAIK means 32-bit but with FPU. However, reading what you write I get the sense that you're going to drop all 32-bit PPC support? Regards, - Håvard