[comp.sys.sun] Add one more to SUN's f77 bugs....

echidna@eric.ecr.mu.oz.au (Eric H. Echidna) (03/16/91)

A student produced a program that caused the f77 (1.3.1) compiler to have
an internal error. I've cut it down to a tiny program to demonstrate the
error:

Script started on Thu Feb 28 15:52:11 1991
gondwana{echidna}102: cat t.f
        program t

        write(3, 0)'Hi'

        end

gondwana{echidna}103: f77 t.f
t.f:
 MAIN t:

Compiler error line 3 of t.f: Segmentation fault

gondwana{echidna}104: exit
gondwana{echidna}105: 
script done on Thu Feb 28 15:52:42 1991