Commit 7ed967e8 by Jerry DeLisle

re PR fortran/32446 (F0.n output format fails with large numbers)

2007-06-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/32446
	* gfortran.dg/fmt_huge.f90: New test.

From-SVN: r125986
parent 69774e69
2007-06-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/32446
* gfortran.dg/fmt_huge.f90: New test.
2007-06-24 Tobias Burnus <burnus@net-de>
PR fortran/32460
! { dg-do run }
! PR32446 printing big numbers in F0.1 format.
! This segfaulted before the patch.
open (10, status="scratch")
write (10,'(F0.1)') huge(1.0)
END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment