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

[EMAIL PROTECTED] tests]$ gfortran pr21621.f
[EMAIL PROTECTED] tests]$ ./a.out

   666.00               13

   0.0000       1143373824            8           13

[EMAIL PROTECTED] tests]$ g77 pr21621.f
[EMAIL PROTECTED] tests]$ ./a.out

   666.00               13

   666.00               13            8            8

[EMAIL PROTECTED] 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

Reply via email to