[Bug c++/115062] [modules] internal compiler error: in simplify_aggr_init_exp

2024-08-08 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115062 Nathaniel Shead changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |nshead at gcc dot gnu.org

[Bug c++/115062] [modules] internal compiler error: in simplify_aggr_init_exp

2024-08-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115062 --- Comment #3 from GCC Commits --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:71aebb36174c194231da5f9c7c23f81dbb082ca4 commit r15-2819-g71aebb36174c194231da5f9c7c23f81dbb082ca4 Author: Nathaniel Shead Date:

[Bug c++/115062] [modules] internal compiler error: in simplify_aggr_init_exp

2024-08-07 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115062 --- Comment #2 from Nathaniel Shead --- This minimal patch fixes the (reduced) issue: diff --git a/gcc/cp/class.cc b/gcc/cp/class.cc index 718601756dd..81429f3a73b 100644 --- a/gcc/cp/class.cc +++ b/gcc/cp/class.cc @@ -2312,6 +2312,7 @@ fixup_t

[Bug c++/115062] [modules] internal compiler error: in simplify_aggr_init_exp

2024-08-07 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115062 Nathaniel Shead changed: What|Removed |Added Ever confirmed|0 |1 Keywords|