Comment #5 on issue 4297 by [email protected]: v8's code-stubs-ia32.cc
shifts negative values around, which is undefined behavior
https://code.google.com/p/v8/issues/detail?id=4297
This shouldn't affect the clang roll, we have this contraption to add
-Wno-shift-negative-value if clang is new enough (so that the warning
doesn't fire then) and to not add it if clang is too old (so that clang
doesn't complain that it doesn't understand the flag):
https://code.google.com/p/chromium/codesearch#chromium/src/build/common.gypi&l=3102
Does that not work for you?
--
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/d/optout.