This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/26038] New: FORTRAN segfault
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2006 22:35:12 -0000
- Subject: [Bug fortran/26038] New: FORTRAN segfault
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
[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