URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [f2c_5.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! { dg-additional-sources f2c_5.c }! { dg-options "-fno-f2c -w" }! Check calling conventions without -ff2cprogram f2c_5call f2c_5a()endreal function f2c_5b(x)double precision xf2c_5b = xend
