[Bug libfortran/24685] [4.1 only] real(10) formatted input is broken for huge values

2006-02-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-02-16 10:55 --- The test doesn't pass on SPARC/Solaris (this is with 4.1): At line 12 of file /home/eric/svn/gcc-4_1-branch/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 Fortran runtime error: Range error during

[Bug libfortran/24685] [4.1 only] real(10) formatted input is broken for huge values

2006-02-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-02-14 15:47 --- Subject: Bug 24685 Author: fxcoudert Date: Tue Feb 14 15:47:49 2006 New Revision: 110975 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=110975 Log: PR libfortran/24685 *

[Bug libfortran/24685] [4.1 only] real(10) formatted input is broken for huge values

2006-02-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-02-14 15:50 --- Fixed on both 4.2 and 4.1. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/24685] [4.1 only] real(10) formatted input is broken for huge values

2006-02-05 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-02-05 22:19 --- OK, now I understand: huge(0._10) is 1.1897314953572317650E+4932. But when you write it with a format not long enough, you may (as was the case) write it as 1.189731495357232E+4932, which is larger than

[Bug libfortran/24685] [4.1 only] real(10) formatted input is broken for huge values

2006-02-05 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-02-05 23:04 --- Subject: Bug 24685 Author: fxcoudert Date: Sun Feb 5 23:04:07 2006 New Revision: 110627 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=110627 Log: PR libfortran/24685 * io/write.c