[Webkit-unassigned] [Bug 59261] Compile error with GCC 4.6.0, tries to assign unsigned& to bitfield

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 16:20:47 PDT 2011


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


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xan.lopez at gmail.com




--- Comment #3 from Xan Lopez <xan.lopez at gmail.com>  2011-04-25 16:20:47 PST ---
(In reply to comment #2)
> (From update of attachment 90814 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=90814&action=review
> 
> > Source/JavaScriptCore/runtime/Structure.cpp:103
> > +        // Use unary '+' for m_attributesInPrevious to force precise
> > +        // type detection with GCC >= 4.6.0. See
> > +        // https://bugs.webkit.org/show_bug.cgi?id=59261 for more
> > +        // details.
> 
> Can this be written in one line?
> 

Wouldn't that be a lot more difficult to read? No other comment in the file seems to do this when they are long-ish. Are you asking because of the weird line-breaks and the bugzilla URL?

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