[Bug fortran/26038] New: FORTRAN segfault

hjl at lucon dot org gcc-bugzilla@gcc.gnu.org
Mon Jan 30 22:35:00 GMT 2006


[hjl@gnu-16 cpu2006]$ cat foo.f90
   subroutine foo(self)
    character(*) :: self
      pointer :: self
      allocate(self)
   end subroutine
[hjl@gnu-16 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.
[hjl@gnu-16 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



More information about the Gcc-bugs mailing list