[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-12-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25109

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-12-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2005-12-02 06:10 --- Fixed on 4.1 and 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2005-11-30 02:53 --- Subject: Bug 25109 Author: jvdelisle Date: Wed Nov 30 02:53:18 2005 New Revision: 107699 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107699 Log: 2005-11-29 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2005-11-30 02:09 --- Subject: Bug 25109 Author: jvdelisle Date: Wed Nov 30 02:09:13 2005 New Revision: 107697 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107697 Log: 2005-11-29 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-11-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2005-11-28 00:23 --- Subject: Bug 25109 Author: jvdelisle Date: Mon Nov 28 00:23:28 2005 New Revision: 107588 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107588 Log: 2005-11-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-11-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2005-11-27 00:34 --- Confirmed, we are deafaulting BLANK = to UNSPECIFIED rather than NULL as required by F95 Standard. Regression testing a patch now. -- jvdelisle at gcc dot gnu dot org changed: What|Removed

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-11-26 Thread brad dot finney at humboldt dot edu
--- Comment #3 from brad dot finney at humboldt dot edu 2005-11-27 00:04 --- (From update of attachment 10347) use input data 1 3 5 with inpter reads uncommented, use input data 1 3 -- brad dot finney at humboldt dot edu changed: What|Removed

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-11-26 Thread brad dot finney at humboldt dot edu
--- Comment #2 from brad dot finney at humboldt dot edu 2005-11-27 00:00 --- Created an attachment (id=10347) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10347&action=view) test code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25109

[Bug fortran/25109] formatted reads with embedded blanks in input fields

2005-11-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2005-11-26 23:53 --- Please attach an actual example of the code so we can study it. This is probably a duplicate of pr25039, but I need to see an example to confirm. -- jvdelisle at gcc dot gnu dot org changed: What