[v8-dev] Re: Disable cfi-unrelated-cast sanitizer in OpParameter function. (issue 1196483003 by p...@chromium.org)

2015-06-19 Thread bmeurer
I think we should fix the bugs instead of trying to silence some warnings. I've uploaded a fix for the issue, see https://codereview.chromium.org/1196623002 https://codereview.chromium.org/1196483003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev ---

[v8-dev] Re: Disable cfi-unrelated-cast sanitizer in OpParameter function. (issue 1196483003 by p...@chromium.org)

2015-06-19 Thread svenpanne
Hmmm, I'm not sure if this is the right way to proceed: With this CL, we effectively just shut up the compiler without fixing the underlying adventurous/creative use of C++'s dark corners. IIRC, OpParameter and/or the related classes should change or vanish, but I can't remember the details. If