[Webkit-unassigned] [Bug 23501] Overlapping memcpy in TestDecoder::reset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 27 10:51:03 PST 2009


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





------- Comment #6 from deanm at chromium.org  2009-01-27 10:51 PDT -------
(In reply to comment #5)
> Sounds like http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32667
> 

Thanks Dan.  So I guess it's a GCC bug.

I could implement a custom operator=() that did the obvious thing, that would
probably avoid the memcpy() on the structure assignment.  It's not really a big
deal, but it seems nice to avoid the poorly generated code.  Darin?


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



More information about the webkit-unassigned mailing list