Summary: | sys-devel/gcc-14: ICE when building app-cdr/redumper::tatsh-overlay | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Udvare <audvare> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | audvare |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116929 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 914580 | ||
Attachments: |
build log with CXXFLAGS=-save-temps
Build log Work directory, compiled with -save-temps Testcase |
Description
Andrew Udvare
2024-10-01 01:24:19 UTC
Created attachment 904419 [details]
build log with CXXFLAGS=-save-temps
Created attachment 904420 [details]
Build log
Build log without -save-temps above shows a different crash. Created attachment 904421 [details]
Work directory, compiled with -save-temps
Can you upload a standalone testcase please? Run the command which fails manually in the builddir with -save-temps, then copy the .ii it makes to /tmp/foo or whatever, then run the command again in there but with the path to .cc replaced by .ii so it's standalone. Created attachment 904629 [details]
Testcase
.ii file and required modmap file.
Extract and run `make`. The failing command:
/usr/bin/x86_64-pc-linux-gnu-g++ -flto=auto -ggdb -march=native -mtune=native -std=gnu++20 -fmodules-ts -fmodule-mapper=hex_bin.ixx.o.modmap -MD -fdeps-format=p1689r5 -x c++ -o hex_bin.ixx.o -c hex_bin.ixx.ii -freport-bug
Thanks, forwarded upstream at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116929. Fixed in: commit 8091263bb4a3107216a468588dfdd905cb0324f1 Author: Sam James <sam@gentoo.org> Date: Sun Oct 27 02:06:30 2024 +0000 sys-devel/gcc: add 14.2.1_p20241026 Signed-off-by: Sam James <sam@gentoo.org> Thanks for the report. |