I'm getting a build failure both in master and bleeding-edge due to unused
private fields deopt_then and depot_else in hydrogen.{h,cc} when compiling
on Mac 10.7.4, Xcode 4.6.1
When I comment out deopt_then and deopt_else, it compiles fine. It works
fine on Linux.
Related review and commit links:
https://codereview.chromium.org/14344004
https://github.com/v8/v8/commit/21310b9150f93ba5282113af8e7838b68ab0537d
$make native
[...]
CXX(target) bleeding-v8/out/native/obj.target/v8_base.ia32/src/hydrogen.o
In file included from ../src/hydrogen.cc:29:
../src/hydrogen.h:1145:10: error: private field 'deopt_then_' is not used
[-Werror,-Wunused-private-field]
bool deopt_then_ : 1;
^
../src/hydrogen.h:1146:10: error: private field 'deopt_else_' is not used
[-Werror,-Wunused-private-field]
bool deopt_else_ : 1;
^
2 errors generated.
make[1]: ***
[bleeding-v8/out/native/obj.target/v8_base.ia32/src/hydrogen.o] Error 1
make: *** [native] Error 2
$ git status
# On branch bleeding_edge
nothing to commit, working directory clean
--
--
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.