URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [array_memcpy_4.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-O2 -fdump-tree-original" }type tlogical validinteger :: x, yend typetype (t) :: s(5)type (t) :: d(5)d = send! { dg-final { scan-tree-dump-times "MEM.*d\\\] = MEM" 1 "original" } }! { dg-final { cleanup-tree-dump "original" } }
