[Bug c++/118723] internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3346

2025-02-01 Thread regev.ran at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118723 --- Comment #5 from Ran Regev --- I can confirm that the following change removed the ICE (i.e now there is no such error): git diff main.cc diff --git a/main.cc b/main.cc index 3802966626..69e54675a8 100644 --- a/main.cc +++ b/main.cc @@ -245,

[Bug c++/118723] internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3346

2025-02-01 Thread regev.ran at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118723 --- Comment #4 from Ran Regev --- The log/compiled file can be found here: https://github.com/regevran/scylladb/blob/scylla-contracts/logs/cc0pdb3w.out.xz

[Bug c++/118723] internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3346

2025-02-01 Thread regev.ran at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118723 --- Comment #1 from Ran Regev --- The smallest file size I can compress the result of -freport-bug is 1.6M Please advise on how to proceed (as only up to 1M is allowed to be uploaded)

[Bug c++/118723] New: internal compiler error

2025-02-01 Thread regev.ran at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118723 Bug ID: 118723 Summary: internal compiler error Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: