URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [assign_4.f] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile } ! Option passed to avoid excess errors from obsolete warning ! { dg-options "-w" } ! PR17423 program testit c assign 12 to i write(*, i) 0012 format (" **** ASSIGN FORMAT NUMBER TO INTEGER VARIABLE ****" ) end
Go to most recent revision | Compare with Previous | Blame | View Log