mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 17:05:59 +08:00
re PR libfortran/48047 (Incorrect output rounding of double precision numbers)
2011-03-11 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/48047 * io/write_float.def (write_float): Change MIN_FIELD_WIDTH to 48. From-SVN: r170895
This commit is contained in:
parent
548c4e2bcd
commit
8e71a20690
@ -1,3 +1,8 @@
|
||||
2011-03-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/48047
|
||||
* io/write_float.def (write_float): Change MIN_FIELD_WIDTH to 48.
|
||||
|
||||
2011-03-04 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
PR libfortran/47802
|
||||
|
@ -1020,7 +1020,7 @@ write_float (st_parameter_dt *dtp, const fnode *f, const char *source, int len)
|
||||
{
|
||||
|
||||
#if defined(HAVE_GFC_REAL_16) || __LDBL_DIG__ > 18
|
||||
# define MIN_FIELD_WIDTH 46
|
||||
# define MIN_FIELD_WIDTH 48
|
||||
#else
|
||||
# define MIN_FIELD_WIDTH 31
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user