https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83042
Bug ID: 83042 Summary: [8.0 regression] ICE on valid code Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: juergen.reuter at desy dot de Target Milestone: --- Created attachment 42645 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42645&action=edit File(s) triggering the ICE The following code ICE's with gfortran: gfortran -c evaluators.f90 evaluators.f90:1881:0: mask = int%get_mask () internal compiler error: Segmentation fault: 11 libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. Code example is attached, will try to boil it down more to the essentials. I believe that it should have been introduced somewhere between r253992 and r254916. Just unpack the example and do 'make'.