[EMAIL PROTECTED] cpu2006]$ cat foo.f90 subroutine foo(self) character(*) :: self pointer :: self allocate(self) end subroutine [EMAIL PROTECTED] cpu2006]$ /usr/gcc-4.2/bin/gcc -S foo.f90 -m32 foo.f90: In function foo: foo.f90:4: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. [EMAIL PROTECTED] cpu2006]$ /usr/gcc-4.2/bin/gcc --version gcc (GCC) 4.2.0 20060119 (experimental) [trunk revision 109972 clean]
-- Summary: FORTRAN segfault Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hjl at lucon dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26038