URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [assign_1.f90] - Rev 816
Compare with Previous | Blame | View Log
! { dg-do compile }! Option passed to avoid excess errors from obsolete warning! { dg-options "-w" }integer i(5)assign 1000 to i ! { dg-error "scalar default INTEGER" }1000 continueend
