[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-30 20:47 --- Fixed on mainline. 4.0 branch does not have support for large real kinds, so no need to apply there. -- What|Removed |Added ---

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-30 20:45 --- Subject: Bug 22436 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-30 20:45:03 Modified files: libgfortran: ChangeLog libgfortran/io : w

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-19 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-19 16:48 --- Created an attachment (id=9305) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9305&action=view) Patch Attached patch fixes this problem, using 1PG24.15E4 as format for real(10) and 1PG40.31E4 for re

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-18 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-18 21:43 --- I noticed that one when I worked on large kinds I/O but didn't know what format to choose for real(10) and real(16). Any ideas welcome. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22436

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 22:19 --- Confirmed. -- What|Removed |Added Last reconfirmed|2005-07-12 15:30:29 |2005-07-15

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-14 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-14 07:12 --- We are assuming at most three digits for the exponent, which isn't true for a kind=10 real. This is both in unformatted and formatted output. $ cat tiny2.f90 program main real(kind=10) a a = tiny(a)

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-12 15:30 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E