[Bug c++/106087] Segmentation fault in GIMPLE pass: ccp

2022-07-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106087 --- Comment #8 from Andrew Pinski --- (In reply to Patrick Palka from comment #7) > The error_mark_node in question is the TREE_TYPE of an SSA_NAME, which was > set in tree-ssanames.cc:release_ssa_name_fn: > > 598 if it happens to

[Bug c++/106087] Segmentation fault in GIMPLE pass: ccp

2022-07-07 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106087 --- Comment #7 from Patrick Palka --- The error_mark_node in question is the TREE_TYPE of an SSA_NAME, which was set in tree-ssanames.cc:release_ssa_name_fn: 598 if it happens to come along a released SSA name and tries 599

[Bug c++/106087] Segmentation fault in GIMPLE pass: ccp

2022-07-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106087 Andrew Pinski changed: What|Removed |Added Component|tree-optimization |c++ --- Comment #6 from Andrew Pinski

[Bug c/106087] Segmentation fault in GIMPLE pass: ccp

2022-06-26 Thread nyh at math dot technion.ac.il via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106087 --- Comment #1 from Nadav Har'El --- Created attachment 53199 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53199&action=edit preprocessed source file which gcc saved for reporting the crash (compressed because of bugzilla's attachment le