[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#518642: /usr/bin/gfortran: "-malign-double" induces segmentation fault in presence of format string



tags 518642 + moreinfo
thanks

please recheck with gcc 4.4 4.4.2-8 and gcc-snapshot from unstable


On 07.03.2009 17:30, J. P. Malhado wrote:
Package: gfortran
Version: 4:4.3.2-2
Severity: normal
File: /usr/bin/gfortran


The fortran program

write(6,*) 'string1'
write(6,'(A)') 'string2'
end

outputs string1 and issues a segmentation fault before printing string2
when compiled with gfortran and flag -malign-double. Without this flag
the program ends normally.

Best regards,
João



Reply to: