[Bug libfortran/32611] Print sign of negative zero

2007-07-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-07-15 16:36 --- Fixed on trunk, closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/32611] Print sign of negative zero

2007-07-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-07-15 16:35 --- Subject: Bug 32611 Author: jvdelisle Date: Sun Jul 15 16:35:07 2007 New Revision: 126656 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126656 Log: 2007-07-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/32611] Print sign of negative zero

2007-07-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-07-15 16:29 --- Subject: Bug 32611 Author: jvdelisle Date: Sun Jul 15 16:29:19 2007 New Revision: 126655 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126655 Log: 2007-07-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/32611] Print sign of negative zero

2007-07-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-07-15 16:26 --- Subject: Bug 32611 Author: jvdelisle Date: Sun Jul 15 16:26:22 2007 New Revision: 126654 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126654 Log: 2007-07-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/32611] Print sign of negative zero

2007-07-08 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2007-07-09 05:57 --- Subject: Bug number PR32611 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00746.html -- http://gcc.gnu.org/bugzilla/sh

[Bug libfortran/32611] Print sign of negative zero

2007-07-08 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-07-08 07:01 --- F77 Standard: 13.5.9 (3) "On output, the representation of a positive or zero internal value in the field may be prefixed with a plus, as controlled by the S, SP, and SS edit descriptors (13.5.6) or the processor.

[Bug libfortran/32611] Print sign of negative zero

2007-07-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-07-04 15:23 --- OK, you talked me into it. :) -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/32611] Print sign of negative zero

2007-07-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-07-04 07:49 --- IIRC, F95 requires not to print the minus sign but F2003 allows to do it (and we should probably do it since we handle negative zeros well on most other counts). -- fxcoudert at gcc dot gnu dot org changed:

[Bug libfortran/32611] Print sign of negative zero

2007-07-04 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-07-04 07:08 --- Jerry, I think this is something for you. y = -0.0 is printed as 0.E+00 instead of -0.E+00 I think the problem is in io/write.c's output_float. -- burnus at gcc dot gnu dot org changed: