https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109730
Bug ID: 109730 Summary: ICE in c_common_parse_file() Product: gcc Version: 13.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tocic at protonmail dot ch Target Milestone: --- Created attachment 54991 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54991&action=edit result of -freport-bug I'm trying to compile https://github.com/cschreib/snitch. `gcc 12.2.1` works fine, `gcc 13.1.1` produces an ICE on the line ``` std::array<ElemType, MaxLength> data_buffer = {}; ``` Originally posted here https://bugs.archlinux.org/task/78385.