Status: New
Owner: ----

New issue 1288 by angelo.d...@gmail.com: V8 x64 compilation error
http://code.google.com/p/v8/issues/detail?id=1288


While compiling V8 (with arch=x64) I got this compilation error.

g++ -o obj/release/x64/codegen-x64.o -c -fPIC -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fvisibility=hidden -fPIC -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DV8_FAST_TLS -DENABLE_DEBUGGER_SUPPORT -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING -Isrc src/x64/codegen-x64.cc
cc1plus: warnings being treated as errors
src/virtual-frame-heavy-inl.h: In member function 'v8::internal::Result v8::internal::CodeGenerator::EmitNamedLoad(v8::internal::Handle<v8::internal::String>, bool)': src/virtual-frame-heavy-inl.h:162: error: array subscript is below array bounds
scons: *** [obj/release/x64/codegen-x64.o] Error 1
scons: building terminated because of errors.



--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to