Status: New
Owner: ----

New issue 2136 by [email protected]: GCC 4.7 compilaton error due to missing space
http://code.google.com/p/v8/issues/detail?id=2136

In C++11 mode, there must be spaces between the different token of macro.
See http://gcc.gnu.org/gcc-4.7/porting_to.html "User-defined literals and whitespace"

This affect the macros JSON_*   in src/profile-generator.cc
And in one line of src/x64/disasm-x64.cc
AppendToBuffer("test%c rax,0x%"V8_PTR_PREFIX"x"

Patch attached.

Attachments:
        0001-Compile-With-GCC-4.7-in-C-11-mode.patch  1.6 KB

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

Reply via email to