Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927830 - sys-devel/gcc-13.2.1_p20240210[go]: internal compiler error (libgo/go/runtime/mheap.go:808:29: internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2cfi.cc:1844)
Summary: sys-devel/gcc-13.2.1_p20240210[go]: internal compiler error (libgo/go/runtime...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-25 18:50 UTC by Alan Mock
Modified: 2024-03-27 05:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (gcc-build-logs.tar.xz,313.41 KB, application/x-xz)
2024-03-25 18:50 UTC, Alan Mock
Details
emerge --info '=sys-devel/gcc-13.2.1_p20240210::gentoo' (emerge.info,7.42 KB, text/plain)
2024-03-25 18:50 UTC, Alan Mock
Details
emerge -pqv '=sys-devel/gcc-13.2.1_p20240210::gentoo' (emerge.pqv,378 bytes, text/plain)
2024-03-25 18:51 UTC, Alan Mock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Mock 2024-03-25 18:50:11 UTC
Created attachment 888573 [details]
Build log

I am trying to update from default/linux/ppc64/17.0 to default/linux/ppc64/23.0/split-usr and the results of running emerge --ask --oneshot sys-devel/gcc is that the build fails with:

during RTL pass: dwarf2
/var/tmp/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgo/go/runtime/mheap.go: In function ‘runtime.mheap.reclaimChunk..stub2’:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgo/go/runtime/mheap.go:808:29: internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2cfi.cc:1844
  808 | func (h *mheap) reclaimChunk(arenas []arenaIdx, pageIdx, n uintptr) uintptr {
      |                             ^
Comment 1 Alan Mock 2024-03-25 18:50:41 UTC
Created attachment 888574 [details]
emerge --info '=sys-devel/gcc-13.2.1_p20240210::gentoo'
Comment 2 Alan Mock 2024-03-25 18:51:00 UTC
Created attachment 888575 [details]
emerge -pqv '=sys-devel/gcc-13.2.1_p20240210::gentoo'
Comment 3 Alan Mock 2024-03-25 20:03:04 UTC
The build is successful if I add -go to the use flags.