[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
Fri Apr 22 21:52:14 PDT 2011


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





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2011-04-22 21:52:14 PST ---
(From update of attachment 90814)
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?

> Source/JavaScriptCore/runtime/Structure.cpp:132
> +    // 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.

Ditto.

> Source/JavaScriptCore/runtime/Structure.h:304
> +        // 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.

Ditto.

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