URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [write_check.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do run }! { dg-shouldfail "Compile-time specifier checking" }! Check keyword checking for specifiers! PR fortran/29452program testimplicit nonecharacter(len=5) :: strstr = 'yes'write(*,'(a)',advance=str) ''str = 'no'write(*,'(a)',advance=str) ''str = 'NOT'write(*,'(a)',advance=str) ''end program test! { dg-output "At line 13 of file.*" }! { dg-output "Bad ADVANCE parameter in data transfer statement" }
