This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35582] New: very simple error gives segmentation fault
- From: "leandromartinez dot spam at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Mar 2008 13:29:43 -0000
- Subject: [Bug fortran/35582] New: very simple error gives segmentation fault
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This porgram, when compiled with $ gfortran prog.f -o prog gives segmentation
fault:
real, parameter :: a = 1.
write(*,a) 'test'
end
Result:
test.f:0: 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.
--
Summary: very simple error gives segmentation fault
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: leandromartinez dot spam at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35582