URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [PR19754_1.f90] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! Test of fix to PR19754
program PR19754_1
real x(3,3),y(2,2)
x = 1.
y = 2.
x = x + y ! { dg-error "Shapes for operands at" }
end program PR19754_1
Go to most recent revision | Compare with Previous | Blame | View Log