OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [advance_3.f90] - Blame information for rev 699

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
subroutine foo
3
  real :: a
4
  a = 1
5
  write(*, '(a)', advance=a) "hello world" ! { dg-error "must be of type CHARACTER" }
6
end subroutine foo
7
subroutine bar
8
  write(*, '(a)', advance=5.) "hello world" ! { dg-error "must be of type CHARACTER" }
9
end subroutine bar

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.