This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34427] [4.3 Regression] Revision 130708 breaks namelist input



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]