[Webkit-unassigned] [Bug 281564] New: REGRESSION(285128 at main)[GTK][WPE] Build error with gcc11/12
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 16 01:38:11 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281564
Bug ID: 281564
Summary: REGRESSION(285128 at main)[GTK][WPE] Build error with
gcc11/12
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: magomez at igalia.com
CC: bugs-noreply at webkitgtk.org
The error is
In file included from /host/home/magomez/webkit/WebKit/Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp:54,
from /host/home/magomez/webkit/WebKit/WebKitBuild/GTK/Release/WebCore/DerivedSources/unified-sources/UnifiedSource-2f84417a-24.cpp:4:
/host/home/magomez/webkit/WebKit/Source/WebCore/css/parser/CSSPropertyParserConsumer+LengthPercentageDefinitions.h: In static member function ‘static constexpr bool WebCore::CSSPropertyParserHelpers::LengthPercentageValidator::isValid(WebCore::CSSUnitType, WebCore::CSSPropertyParserOptions)’:
/host/home/magomez/webkit/WebKit/Source/WebCore/css/parser/CSSPropertyParserConsumer+LengthPercentageDefinitions.h:36:40: error: call to non-‘constexpr’ function ‘static bool WebCore::CSSPropertyParserHelpers::LengthValidator::isValid(WebCore::CSSUnitType, WebCore::CSSPropertyParserOptions)’
36 | return LengthValidator::isValid(unitType, options);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /host/home/magomez/webkit/WebKit/Source/WebCore/css/parser/CSSPropertyParserConsumer+LengthPercentageDefinitions.h:27:
/host/home/magomez/webkit/WebKit/Source/WebCore/css/parser/CSSPropertyParserConsumer+LengthDefinitions.h:33:17: note: ‘static bool WebCore::CSSPropertyParserHelpers::LengthValidator::isValid(WebCore::CSSUnitType, WebCore::CSSPropertyParserOptions)’ declared here
33 | static bool isValid(CSSUnitType unitType, CSSPropertyParserOptions options)
| ^~~~~~~
[4525/8448] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-2f84417a-23.cpp.o
This is not being triggered on the normal bots, that's why I think it's a gcc11/12 error only (or the bots have these errors disabled for some reason).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241016/43ee82d7/attachment.htm>
More information about the webkit-unassigned
mailing list