URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [zero_sized_6.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }
! PR38709 - ICE-on-invalid on zero-sized array in init-expr.
INTEGER, PARAMETER :: a(1) = (/ 1 /)
INTEGER, PARAMETER :: i = a(shape(1)) ! { dg-error "Incompatible ranks" }
END