URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [array_constructor_25.f03] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-std=f2003" }! PR fortran/36492! Check for incorrect error message with -std=f2003.! Reduced test based on the one from comment #4, PR 36492.type tcharacter (2) :: arr (1) = [ "a" ]end type tend
