! { dg-do compile }!! PR fortran/83057 - OPEN without a filename and without STATUS='SCRATCH'! could produce a warningopen(newunit=iun,file="file")! this is okopen(newunit=jun,status="scratch")! this tooopen(newunit=lun)! { dg-error "NEWUNIT specifier must have" }end