URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [pr40839.f90] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
! PR fortran/40839
! { dg-do compile }
write(fmt='(a)'), 'abc' ! { dg-error "UNIT not specified" }
write(fmt='()') ! { dg-error "UNIT not specified" }
end
Go to most recent revision | Compare with Previous | Blame | View Log