Bug 239899 - REGRESSION(r293608): [GTK][WPE] Broke clang builds
Summary: REGRESSION(r293608): [GTK][WPE] Broke clang builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords: InRadar
Depends on: 239881
Blocks:
  Show dependency treegraph
 
Reported: 2022-04-29 07:37 PDT by Philippe Normand
Modified: 2022-04-29 09:36 PDT (History)
13 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2022-04-29 07:37:18 PDT
+++ This bug was initially created as a clone of Bug #239881 +++

[GCC] std::remove_cvref is undefined in GCC8.4

In file included from /app/webkit/Source/WTF/wtf/FunctionDispatcher.cpp:26:
In file included from /app/webkit/Source/WTF/config.h:31:
In file included from /app/webkit/Source/WTF/wtf/FastMalloc.h:26:
/app/webkit/Source/WTF/wtf/StdLibExtras.h:612:8: error: redefinition of 'remove_cvref'
struct remove_cvref {
       ^
/usr/lib/gcc/x86_64-unknown-linux-gnu/11.2.0/../../../../include/c++/11.2.0/type_traits:3225:12: note: previous definition is here
    struct remove_cvref
           ^
1 error generated.
Comment 1 Philippe Normand 2022-04-29 07:39:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/437
Comment 2 EWS 2022-04-29 09:36:51 PDT
Committed r293619 (250125@main): <https://commits.webkit.org/250125@main>

Reviewed commits have been landed. Closing PR #437 and removing active labels.