This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32841] [4.3 regression] HUGE(1.0d0) output as +Infinity on ppc-darwin8
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2007 06:50:43 -0000
- Subject: [Bug libfortran/32841] [4.3 regression] HUGE(1.0d0) output as +Infinity on ppc-darwin8
- References: <bug-32841-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #18 from fxcoudert at gcc dot gnu dot org 2007-07-27 06:50 -------
Hum, I don't see anything in rev. 123623
(http://gcc.gnu.org/viewcvs?view=rev&revision=123623) that looks too
suspicious. What would need to be done now, in my opinion, is to:
1. check that rev. 123622 passes,
2. check that rev.123623 fails,
3a. check if reverting the libgfortran/io/write.c change makes it pass again
3b. check whether reverting the change to libgfortran/configure.ac makes it
pass again (after autoreconf && automake in that directory)
This really has the cost of only (sic) one bootstrap, since only libgfortran
needs rebuilding each time. I don't have a ppc-darwin computer anymore, so I
unfortunately can't test.
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu dot
| |org
Summary|[4.3 regression] HUGE(1.0d0)|[4.3 regression] HUGE(1.0d0)
|is written a +Infinity on |output as +Infinity on ppc-
|Darwin8 |darwin8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32841