Comment #2 on issue 408 by wael.eloraiby: Compiling error on x64: disasm-x64.cc http://code.google.com/p/v8/issues/detail?id=408
Hmm, it seems that the same error persists in bleeding edge on x64 (same configuration): g++ -o obj/release/x64/disasm-x64.o -c -Wall -Werror -W -Wno-unused-parameter -pedantic -fno-strict-aliasing -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -Werror -W -Wno-unused-parameter -pedantic -fno-strict-aliasing -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_LOGGING_AND_PROFILING -Isrc src/x64/disasm-x64.cc cc1plus: warnings being treated as errors src/x64/disasm-x64.cc: In member function 'int disasm::DisassemblerX64::InstructionDecode(v8::internal::Vector<char>, disasm::byte*)': src/x64/disasm-x64.cc:1353: error: suggest parentheses around comparison in operand of & src/x64/disasm-x64.cc:1365: error: suggest parentheses around comparison in operand of & Regards, -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
