]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: fix ICE when building webkitgtk
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 17 Dec 2025 07:26:53 +0000 (15:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Dec 2025 13:53:50 +0000 (13:53 +0000)
commit187d0af5e6b5ec63e06fa97c20bf1da649c8b0f4
tree7b5e42c96a8b409c1610d40b9e8a04b1fe20b8b4
parentb54f0ce999f64d3f9cb2166dfd90f3c6b1c74b64
gcc: fix ICE when building webkitgtk

Compile webkitgtk failed with ICE
...
|tmp/work/x86-64-v3-oe-linux/webkitgtk/2.50.0/sources/webkitgtk-2.50.0/
Source/WebCore/platform/ScrollAnimationMomentum.cpp:96:6: internal compiler
error: in expand_debug_locations, at cfgexpand.cc:6042
...

Backport a patch from upstream to fix the issue [1][2]

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122394
[2] https://gcc.gnu.org/cgit/gcc/commit/?id=e55dcff97708a4937dc4d8736b8b3074ebbff6f3

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-15.2.inc
meta/recipes-devtools/gcc/gcc/0027-gcc15-pr122394.patch [new file with mode: 0644]