[Bug c/90478] ice in emit_case_dispatch_table at gcc/stmt.c:796
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90478 --- Comment #2 from David Binderman --- Reduced code is typedef struct { long a } c; d() { c *b; switch (b->a) case 8: case 2: case 2057594037927936: case 0: case 4611686018427387904: e(); }
[Bug c/90478] ice in emit_case_dispatch_table at gcc/stmt.c:796
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90478 --- Comment #1 from David Binderman --- Bug seems to first occur sometime between revision 271050 and 271100.