------- Additional Comments From tobi at gcc dot gnu dot org  2005-03-13 18:56 
-------
The problem is that carriage return is not dealt with correctly. See the
following session, where 80 is replaced by 10 in the testcase:
[EMAIL PROTECTED] tests]$ ./a.out
12345678901234567890       <- input
1234567890                 <- output
1                          <- input
2
3
4
5
6
7
8
9
0                          <- till here
1234567890                 <- output
s123456789                 <- input
s123456789                 <- output
STOP 0


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gfortran not correctly      |console input doesn't deal
                   |padding keyboard or text    |correctly with CR
                   |file input                  |


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

Reply via email to