URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [array_constructor_3.f90] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! Check that empty array constructors are rejected
program hum
print *, (//) { dg-error "Empty array constructor" }
end program hum
Go to most recent revision | Compare with Previous | Blame | View Log