[Bug fortran/33108] unformatted string write errors with End of record.

2007-08-18 Thread dagurasu15 at hotmail dot com
--- Comment #4 from dagurasu15 at hotmail dot com 2007-08-18 17:58 --- marking as invalid -- dagurasu15 at hotmail dot com changed: What|Removed |Added Status

[Bug fortran/33108] unformatted string write errors with End of record.

2007-08-18 Thread dagurasu15 at hotmail dot com
--- Comment #3 from dagurasu15 at hotmail dot com 2007-08-18 17:55 --- As it turns out (not surprisingly), you are correct. It never did work, just the old compiler didn't catch the runtime error. I usually use a left justify routine on my strings in the end so I never noticed the spa

[Bug fortran/33108] unformatted string write errors with End of record.

2007-08-18 Thread dagurasu15 at hotmail dot com
--- Comment #2 from dagurasu15 at hotmail dot com 2007-08-18 17:48 --- OK, I don't remember these spaces but you may be right. Also, thinking about it, g77 doesn't detect these types of runtime errors well, maybe it didn't really work. Let me rerun with some print statements on the old

[Bug fortran/33108] unformatted string write errors with End of record.

2007-08-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-08-18 17:42 --- When using list directed formatting, the default for a string appends a " " (space) in front of the output. If you replace * with '(a)' you will see that it is fine. Why the others accept it, I don't know. One q