[Bug libfortran/20092] console input doesn't deal correctly with CR

2005-04-10 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-10 08:41 --- Fixed in 4.1.0, waiting for 4.0 to reopen. -- What|Removed |Added Keywords|

[Bug libfortran/20092] console input doesn't deal correctly with CR

2005-04-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-10 08:36 --- Subject: Bug 20092 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-10 08:35:40 Modified files: libgfortran: ChangeLog libgfortran/io : t

[Bug libfortran/20092] console input doesn't deal correctly with CR

2005-03-13 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-03-13 21:10 --- I believe this is also fixed with http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00729.html Copyright papers, where are you? :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20092

[Bug libfortran/20092] console input doesn't deal correctly with CR

2005-03-13 Thread tobi at gcc dot gnu dot org
--- 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 1234