Updates:
        Summary: V8 does not compile with GCC 4.6 (various compiler warnings)
        Status: Accepted
        Labels: Type-Bug Priority-Low

Comment #2 on issue 1291 by [email protected]: V8 does not compile with GCC 4.6 (various compiler warnings)
http://code.google.com/p/v8/issues/detail?id=1291

V8 currently does not compile with GCC 4.6 due to various warnings. Someone should review this patch, and fix the warnings. The biggest problem is GCC's non-aliasing optimizations, which give errors in some V8 code. These have been turned off, at the cost of some performance loss. Other errors should be solvable without using #pragma.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to