[Bug c++/103994] Module ICE in write_var_def with global variable in global module fragment

2024-03-07 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103994 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|---

[Bug c++/103994] Module ICE in write_var_def with global variable in global module fragment

2024-03-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103994 --- Comment #5 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:f5c1224708a0cf9cc2770c44bbbe7d0c883942be commit r14-9374-gf5c1224708a0cf9cc2770c44bbbe7d0c883942be Author: Patrick Palka Date:

[Bug c++/103994] Module ICE in write_var_def with global variable in global module fragment

2024-03-04 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103994 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/103994] Module ICE in write_var_def with global variable in global module fragment

2024-01-27 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103994 Patrick Palka changed: What|Removed |Added Last reconfirmed||2024-01-27

[Bug c++/103994] Module ICE in write_var_def with global variable in global module fragment

2024-01-27 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103994 --- Comment #3 from Patrick Palka --- We accept the comment #1 testcase after r14-6979, but still ICE on the original testcase: cfg.cc:5:9: internal compiler error: in insert, at cp/module.cc:4924 0x77357d trees_out::insert(tree_node*,

[Bug c++/103994] Module ICE in write_var_def with global variable in global module fragment

2023-02-01 Thread Melven.Roehrig-Zoellner at DLR dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103994 --- Comment #2 from Melven.Roehrig-Zoellner at DLR dot de --- Can confirm this with current trunk (see https://godbolt.org/z/16K1jhrsW). I stumbled upon this while trying to include the C++ library Eigen in the global module fragment (same

[Bug c++/103994] Module ICE in write_var_def with global variable in global module fragment

2022-10-18 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103994 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org