Summary: | kde-apps/kio-extras-24.08: fails to build with sys-devel/gcc-15.0.0_pre20241006 (internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3306) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | tdr <ted.d.rodgers> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, ted.d.rodgers |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=941148 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 932474 | ||
Attachments: |
origin .ii file
reduced kio_sftp.cpp.ii |
Description
tdr
2024-10-08 06:05:44 UTC
I have the attachment kio_sftp.cpp.ii.txt reducing (not yet done) Fails with: g++ -march=sapphirerapids -mrtm -mshstk -pipe -std=gnu++20 -fexceptions -c kio_sftp.cpp.ii Dose not fail if either -mrtm or -mshstk are removed Created attachment 905095 [details]
origin .ii file
It's likely the same underlying issue as bug 941148 (-> https://gcc.gnu.org/PR116914). Created attachment 905144 [details]
reduced kio_sftp.cpp.ii
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b4a852b00ffc7c9436d15867d602c28837c97758 commit b4a852b00ffc7c9436d15867d602c28837c97758 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-13 22:47:21 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-13 22:47:21 +0000 15.0.0: add two coro patches Bug: https://gcc.gnu.org/PR116506 Bug: https://gcc.gnu.org/PR116914 Closes: https://bugs.gentoo.org/941147 Closes: https://bugs.gentoo.org/941148 Signed-off-by: Sam James <sam@gentoo.org> 15.0.0/gentoo/70_all_PR116506-coro.patch | 295 +++++++++++++++++++++++++++++++ 15.0.0/gentoo/71_all_PR116914-coro.patch | 51 ++++++ 15.0.0/gentoo/README.history | 5 + 3 files changed, 351 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c687ee2abc73dc2884f6753271e5124028f6097a commit c687ee2abc73dc2884f6753271e5124028f6097a Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-13 22:50:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-13 22:50:58 +0000 sys-devel/gcc: add 15.0.0_pre20241013-r1 This adds some unmerged upstream coroutine patches from Iain. Bug: https://gcc.gnu.org/PR116506 Bug: https://gcc.gnu.org/PR116914 Closes: https://bugs.gentoo.org/941147 Closes: https://bugs.gentoo.org/941148 Signed-off-by: Sam James <sam@gentoo.org> sys-devel/gcc/Manifest | 1 + sys-devel/gcc/gcc-15.0.0_pre20241013-r1.ebuild | 53 ++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) |