https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80235
Bug ID: 80235
Summary: ICE: coarrays, submodule
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: mexas at bristol dot ac.uk
Target Milestone: ---
Created attachment 41063
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41063&action=edit
module file
$ caf -c m.f90
$ caf -c sm.f90
sm.f90:22:0:
maxfe = size( cgca_pfem_centroid_tmp%r, dim=2 )
internal compiler error: Segmentation fault
m.f90 - module, sm.f90 - submodule, both attached.