Status: New
Owner: ----

New issue 2947 by [email protected]: compile error on splay-tree-inl.h
http://code.google.com/p/v8/issues/detail?id=2947

I am running CentOS 6.4 64-bit which has g++ 4.4.7. When I compile v8 3.22.15 with:

make native library=shared -j8

I receive the error below. I've gotten around it by adding werror=no, which lets me compile v8 successfully, but I just wanted to raise this issue in case it's something that could be fixed. Please let me know if I can supply more information. Thanks.

cc1plus: warnings being treated as errors
../src/splay-tree-inl.h: In member function "virtual void v8::internal::AstTyper::VisitVariableProxy(v8::internal::VariableProxy*)": ../src/splay-tree-inl.h:236: error: "dummy_node" may be used uninitialized in this function
../src/splay-tree-inl.h:236: note: "dummy_node" was declared here
make[1]: *** [/tmp/v8-3.22.15/out/native/obj.target/v8_base.x64/src/typing.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/tmp/v8-3.22.15/out'
make: *** [native] Error 2


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to