[Bug libfortran/21621] Inconsistency with binary sequential output

tobi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 19 16:44:00 GMT 2005


------- Additional Comments From tobi at gcc dot gnu dot org  2005-05-19 16:43 -------
Can you be a little more specific on what you're trying to do and why you think
that what gfortran does is wrong?

I don't think the standard requires sequential access files to be in any
reliable format.  I find the results surprising, but I'm not yet sure it's a bug.

[tobi@marktplatz tests]$ gfortran pr21621.f
[tobi@marktplatz tests]$ ./a.out

   666.00               13

   0.0000       1143373824            8           13

[tobi@marktplatz tests]$ g77 pr21621.f
[tobi@marktplatz tests]$ ./a.out

   666.00               13

   666.00               13            8            8

[tobi@marktplatz tests]$


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-19 16:43:58
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21621



More information about the Gcc-bugs mailing list