Bug 219579

Summary: [WebKit] Fix use of max_align_t with gcc 10
Product: WebKit Reporter: Samuel Thibault <samuel.thibault>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: Hironori.Fujii, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix
none
Patch none

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>