g77 Bug

Rob McDonald robm@asdl.gatech.edu
Tue May 1 12:45:00 GMT 2001


g77 is supposed to allow the opening of files with LUN's = [1 2^31-1];
however, the following program will core dump with n>99....

        program test
        n=100
        open(unit=n,status='unknown')
        close(n,status='delete')
        stop
        end


               Rob



More information about the Gcc-bugs mailing list