This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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=gcc&view=rev&rev=110975
Log:
        PR libfortran/24685

        * gfortran.dg/large_real_kind_form_io_2.f90: New test.

        * io/write.c (write_real): Widen the default format for real(10)
        variables output.

Added:
   
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90
      - copied unchanged from r110627,
trunk/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90
Modified:
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/io/write.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24685


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]