RESOLVED FIXED 239805
[GCC] GCC9.3 defines 'remove_cvref_t' but not '__cpp_lib_remove_cvref'
https://bugs.webkit.org/show_bug.cgi?id=239805
Summary [GCC] GCC9.3 defines 'remove_cvref_t' but not '__cpp_lib_remove_cvref'
Diego Pino
Reported 2022-04-27 00:20:05 PDT
[GCC] GCC9.3 defines 'remove_cvref_t' but not '__cpp_lib_remove_cvref'
Attachments
Patch (1.98 KB, patch)
2022-04-27 00:22 PDT, Diego Pino
no flags
Diego Pino
Comment 1 2022-04-27 00:22:17 PDT
Diego Pino
Comment 2 2022-04-27 00:25:58 PDT
Because of this bug Ubuntu 20.04 build bot is failing: https://build.webkit.org/#/builders/30/builds/442/steps/9/logs/stdio
EWS
Comment 3 2022-04-27 05:01:09 PDT
Committed r293505 (250036@main): <https://commits.webkit.org/250036@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458424 [details].
Radar WebKit Bug Importer
Comment 4 2022-04-27 05:02:13 PDT
Alexey Proskuryakov
Comment 5 2022-04-28 20:11:28 PDT
Comment on attachment 458424 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=458424&action=review > Source/WTF/wtf/StdLibExtras.h:608 > +// TODO: Needed for GCC<=9.3. Remove it after Ubuntu 20.04 end of support (May 2023). Please use FIXME, not TODO: https://webkit.org/code-style-guidelines/
Diego Pino
Comment 6 2022-04-28 20:18:36 PDT
This patch broke Debian 10 build bot since __cplusplus value is 201709L for GCC8.3. https://build.webkit.org/#/builders/46/builds/13047/steps/8/logs/stdio Follow-up in https://bugs.webkit.org/show_bug.cgi?id=239881
Note You need to log in before you can comment on or make changes to this bug.