> cat small.f90
interface assignment (=)
interface pseudo_scalar
pure function double_tensor2odd (x, t2) result (xt2)
> gfortran small.f90
small.f90:2.25:
interface pseudo_scalar
1
Error: Unexpected INTERFACE statement in INTERFACE block at (1)
f951: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: Unexpected INTERFACE statement in INTERFACE block at (1)
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: jv244 at cam dot ac dot uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43592