https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116349
--- Comment #3 from Sam James <sjames at gcc dot gnu.org> --- Created attachment 58920 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58920&action=edit zoneinfo_read.go ``` $ /var/tmp/portage/sys-devel/gcc-15.0.9999/work/build/./gcc/gccgo -B/var/tmp/portage/sys-devel/gcc-15.0.9999/work/build/./gcc/ -c zoneinfo_read.go -O2 during RTL pass: ce1 zoneinfo_read.go: In function ‘go.a.LoadLocation’: zoneinfo_read.go:24:1: internal compiler error: in expand_simple_binop, at optabs.cc:1264 24 | func LoadLocation(d string) (*m, error) { | ^ 0x56490b87bb57 internal_error(char const*, ...) [...] ```