>From https://bugzilla.novell.com/show_bug.cgi?id=546031
> cat without_comma.f
c without comma
common /uno/ aa
equivalence (aa,aaaaa) (bb,cc)
end
>gfortran without_comma.f
f951: internal compiler error: Violación de segmento
Please submit a full bug report,
with preprocessed source if appropriate.
--
Summary: Segfault on invalid code
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rguenth at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41755