This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34427] [4.3 Regression] Revision 130708 breaks namelist input
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2007 22:31:32 -0000
- Subject: [Bug fortran/34427] [4.3 Regression] Revision 130708 breaks namelist input
- References: <bug-34427-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from hjl at lucon dot org 2007-12-11 22:31 -------
The current Inf/NAN I/O support is broken. Given a namelist input
&nl
foo = 5,
infinity1 = 1,
/
where foo is an array of 2 reals, we need to unget up to 8 chars (infinity).
If it can't be done with the current runtime support, we should revert revision
130708.
--
hjl at lucon dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.3 Regression] 481.wrf |[4.3 Regression] Revision
|in SPEC CPU 2006 miscompiled|130708 breaks namelist input
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34427