https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66969
Bug ID: 66969 Summary: Internal compiler error, segmentation fault Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: lgmsantos+gccbug at gmail dot com Target Milestone: --- Created attachment 36034 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36034&action=edit Source code and system info The program itself has a bug, in function f the expression "size(A(1,:))" at x variable definition, line 11, should to be "size(B(1,:))" instead. But that causes a segmentation fault on compiling.