Comment #2 on issue 3030 by [email protected]: 3.23.15 build failed on Mac OS 10.9
http://code.google.com/p/v8/issues/detail?id=3030

Getting a very similar trying to compile v8 (after git pull --rebase):

$ make x64.release
CXX(target) [...]/v8/out/x64.release/obj.target/v8_base.x64/src/hydrogen-check-elimination.o
In file included from ../src/hydrogen-check-elimination.cc:28:
../src/hydrogen-check-elimination.h:62:7: error: private field 'redundant_' is not used
      [-Werror,-Wunused-private-field]
  int redundant_;
      ^
../src/hydrogen-check-elimination.h:63:7: error: private field 'removed_' is not used
      [-Werror,-Wunused-private-field]
  int removed_;
      ^
../src/hydrogen-check-elimination.h:64:7: error: private field 'removed_cho_' is not used
      [-Werror,-Wunused-private-field]
  int removed_cho_;
      ^
../src/hydrogen-check-elimination.h:65:7: error: private field 'narrowed_' is not used
      [-Werror,-Wunused-private-field]
  int narrowed_;
      ^
../src/hydrogen-check-elimination.h:66:7: error: private field 'loads_' is not used
      [-Werror,-Wunused-private-field]
  int loads_;
      ^
../src/hydrogen-check-elimination.h:67:7: error: private field 'empty_' is not used
      [-Werror,-Wunused-private-field]
  int empty_;
      ^
../src/hydrogen-check-elimination.h:68:7: error: private field 'compares_true_' is not
      used [-Werror,-Wunused-private-field]
  int compares_true_;
      ^
../src/hydrogen-check-elimination.h:69:7: error: private field 'compares_false_' is not
      used [-Werror,-Wunused-private-field]
  int compares_false_;
      ^
../src/hydrogen-check-elimination.h:70:7: error: private field 'transitions_' is not used
      [-Werror,-Wunused-private-field]
  int transitions_;
      ^
9 errors generated.


--
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