[Bug fortran/115193] using indices with character type within a select type causes ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115193 --- Comment #1 from Ryan Mulhall --- Error output: test2.F90:18:43: 18 | print *, 'String is "', bar(1:strlen), '"' ! fails here | 1 internal compiler error: Segmentation fault 0xe5329f
[Bug fortran/115193] New: using indices with character type within a select type causes ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115193 Bug ID: 115193 Summary: using indices with character type within a select type causes ICE Product: gcc Version: 14.1.0 Status: UNCONFIRMED Keywords: wrong-code