gfortran fails in compiling the following program. I wish this problem fixed soon.
$ cat bug.f90 character(len=12) :: string = "SEQUENTIAL" open(10, access=trim(string)) end program $ gfortran bug.f90 bug.f90: In function 'MAIN__': bug.f90:2: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. -- Summary: internal compiler error in open statement Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: iguchi at coral dot t dot u-tokyo dot ac dot jp http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25201