------- Comment #1 from kargl at gcc dot gnu dot org 2008-11-24 17:00 ------- (In reply to comment #0) > I have some legacy code that I just tried compiling with gfortan (on a > i686-linux-slackware-12.1 box). There were a large number of warnings of the > type: > > Warning: Nonconforming tab character in column 1 of line 69 > > (These where lines which started with a single tab instead of 7 spaces). > > In addition there were some errors related to continuation lines of the form: > > 6 spaces 1 tab code
You failed to give the command line. But, to fix the warning problem by replacing the tab character. > all this was easy to fix, but when I ran the code, it sigsev'd dieing on a > read(*,*)x,y line. > > Changing it to read(1,*)x,y works. Unit 1 is not equivalent to unit 5 or *. You need to define works. This is a regression I think. > > One last thing: I'd been running the program as: > > echo 1 2 | a.out Patient: It hurts when I do this. Dcotor: Well, don't do that! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38249