URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [PR19754_1.f90] - Rev 165
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