[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 --- Comment #7 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #6) > Bisection using the original preprocessed code shows it started to ICE with > r13-4937 although maybe that just added an assertion to catch a latent bug.

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 Jonathan Wakely changed: What|Removed |Added CC||aoliva at gcc dot gnu.org ---

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 --- Comment #5 from Andrew Pinski --- Created attachment 55011 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55011=edit Reduced testcase as far as I can get it

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-05 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 --- Comment #4 from Luke Dalessandro --- (In reply to Andrew Pinski from comment #2) > (In reply to Luke Dalessandro from comment #0) > > > > PR: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108451 fails the same > > assert but I don't know if

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-05 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 --- Comment #3 from Luke Dalessandro --- Created attachment 55010 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55010=edit Preprocessed source copied from the godbolt live link.

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 Andrew Pinski changed: What|Removed |Added See Also|https://gcc.gnu.org/bugzill |

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 --- Comment #1 from Andrew Pinski --- Can you provide the preprocessed source?