Bug 219579 - [WebKit] Fix use of max_align_t with gcc 10
Summary: [WebKit] Fix use of max_align_t with gcc 10
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-06 07:41 PST by Samuel Thibault
Modified: 2020-12-06 13:43 PST (History)
2 users (show)

See Also:


Attachments
proposed fix (1.17 KB, text/plain)
2020-12-06 07:41 PST, Samuel Thibault
no flags Details
Patch (1.67 KB, patch)
2020-12-06 13:01 PST, Samuel Thibault
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Thibault 2020-12-06 07:41:46 PST
Created attachment 415515 [details]
proposed fix

Hello,

This fixes an erroneous use of std::max_align_t, shown by gcc 10 at least.
Comment 1 Samuel Thibault 2020-12-06 13:01:27 PST
Created attachment 415527 [details]
Patch
Comment 2 EWS 2020-12-06 13:42:52 PST
Committed r270489: <https://trac.webkit.org/changeset/270489>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 415527 [details].
Comment 3 Radar WebKit Bug Importer 2020-12-06 13:43:16 PST
<rdar://problem/72027143>