[Bug libfortran/18398] Formatted I/O problems

2005-01-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-07 14:01 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libfortran/18398] Formatted I/O problems

2005-01-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-07 03:25 --- Subject: Bug 18398 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-07 03:25:48 Modified files: gcc/testsuite : ChangeLog libgfortran: C

[Bug libfortran/18398] Formatted I/O problems

2005-01-06 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||19292 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18398

[Bug libfortran/18398] Formatted I/O problems

2005-01-05 Thread bdavis at gcc dot gnu dot org
--- Additional Comments From bdavis at gcc dot gnu dot org 2005-01-06 06:13 --- patch here: http://gcc.gnu.org/ml/fortran/2005-01/msg00038.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18398

[Bug libfortran/18398] Formatted I/O problems

2005-01-05 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-05 08:33 --- A testcase with character variables: $ gfortran cline $ cat cline.f character*2 c1,c2 open(7) write (7,'(A1)') 'a','b','c' rewind(7) read(7,'(A2)') c1,c2 print *,c1,c

[Bug libfortran/18398] Formatted I/O problems

2005-01-04 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-04 22:31 --- > $ gfortran fio.f && ./a.out >1.00 3.00 > $ gfortran -dumpmachine > i686-pc-linux-gnu > Aborted I had mixed up my cut&paste there... of course, it was the test program that aborted, n

[Bug libfortran/18398] Formatted I/O problems

2005-01-04 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-04 22:20 --- Even shorter testcase: $ cat fio.f open(7) write (7,'(F12.5)') 1.0, 2.0, 3.0 rewind(7) read(7,'(F15.5)') a,b print *,a,b if (abs(a-1.0) .gt. 1e-5) call abort if

[Bug libfortran/18398] Formatted I/O problems

2004-11-27 Thread bdavis at gcc dot gnu dot org
--- Additional Comments From bdavis at gcc dot gnu dot org 2004-11-27 15:33 --- here's a shorter test case: program rinput implicit double precision(a-h,o-z) character *8 a,b open(unit=7) write(7,*)'aaa123.456' write(7,*)'bbb-123.456' w

[Bug libfortran/18398] Formatted I/O problems

2004-11-26 Thread bdavis at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2004-11-

[Bug libfortran/18398] Formatted I/O problems

2004-11-09 Thread sfilippone at uniroma2 dot it
--- Additional Comments From sfilippone at uniroma2 dot it 2004-11-09 14:03 --- Created an attachment (id=7501) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7501&action=view) test case input file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18398

[Bug libfortran/18398] Formatted I/O problems

2004-11-09 Thread sfilippone at uniroma2 dot it
--- Additional Comments From sfilippone at uniroma2 dot it 2004-11-09 14:02 --- Created an attachment (id=7500) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7500&action=view) Test case source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18398