https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79426
Bug ID: 79426 Summary: fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251 Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: for2008 at web dot de Target Milestone: --- Created attachment 40695 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40695&action=edit The file consisted of several moduls, which in the original version of the programm are in several files. This is the reason for all the modules. Hi, the source gets compiled with no errors, but no executable is created. Tested on following systems: ubuntu 16.10 with gfortran 6.2.0 windows 10, MSYS2, mingw64 gfortran 6.3.0 IDE: Code Blocks for Fortran ERROR message: internal compiler error: in fold_convert_loc, at fold-const.c:2251 libbacktrace could not find executable to open The error goes away, if I change in Line 74 class(*) to class(CElement)