[Webkit-unassigned] [Bug 90666] GCC can't compile NEONHelpers.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 02:50:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90666





--- Comment #7 from Zoltan Herczeg <zherczeg at webkit.org>  2012-07-06 02:50:54 PST ---
> Yes this just hide the problem from older compilers.

The ifdefs were clearly wrong, if ARM_NEON_INTRINSICS is not defined, it should not be compiled.

On the long run, we should do something with the uninitalized variable. From our point if view, the initialization is really unnecessary, and would reduce the performance. Would be good to tell the compiler to ignore this message.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list