URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [repeat_1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! { dg-shouldfail "negative NCOPIES argument to REPEAT intrinsic" }character(len=80) :: strinteger :: ii = -1write(str,"(a)") repeat ("a", f())if (trim(str) /= "aaaa") call abortwrite(str,"(a)") repeat ("a", i)containsinteger function f()integer :: x = 5save xx = x - 1f = xend function fend! { dg-output "Fortran runtime error: Argument NCOPIES of REPEAT intrinsic is negative .* line 6)"
