URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [transfer_simplify_6.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }! Checks the fix for PR33733, in which the functions of arrays! for the 'source' argument would cause an ICE.!! Contributed by FX Coudert <fxcoudert@gcc.gnu.org>!print *, transfer(sqrt([100.]), 0_1)print *, transfer(achar([100]), 0_1)end
