Bug 153424 - [mips] Use reinterpret_cast_ptr to suppress alignment warnings.
Summary: [mips] Use reinterpret_cast_ptr to suppress alignment warnings.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-25 08:11 PST by Konstantin Tokarev
Modified: 2016-01-27 15:45 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2016-01-25 08:13 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-01-25 08:11:37 PST
Use of reinterpret_cast in JSGenericTypedArrayView::sortFloat results in series of warnings on MIPS. Use reinterpret_cast_ptr instead.
Comment 1 Konstantin Tokarev 2016-01-25 08:13:03 PST
Created attachment 269752 [details]
Patch
Comment 2 WebKit Commit Bot 2016-01-27 15:45:53 PST
Comment on attachment 269752 [details]
Patch

Clearing flags on attachment: 269752

Committed r195701: <http://trac.webkit.org/changeset/195701>
Comment 3 WebKit Commit Bot 2016-01-27 15:45:57 PST
All reviewed patches have been landed.  Closing bug.