OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [mvbits_5.f90] - Blame information for rev 329

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
 
3
! PR fortran/38887
4
! This aborted at runtime for the runtime zero-sized array arguments.
5
 
6
! Contributed by Dick Hendrickson 
7
 
8
program try_ya0013
9
  integer ida(9)
10
  call ya0013(ida,1,5,6)
11
end program
12
 
13
SUBROUTINE YA0013(IDA,nf1,nf5,nf6)
14
  INTEGER IDA(9)
15
  IDA = 1
16
  CALL MVBITS(IDA(NF5:NF1), 0, 1, IDA(NF6:NF1),2)
17
END SUBROUTINE

powered by: WebSVN 2.1.0

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