URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [convert_1.f90] - Rev 816
Compare with Previous | Blame | View Log
! { dg-do compile }! PR 26201: Check that the __convert_*_* functions are treated as intrinsics! rather than module functions.! Testcase contributed by Philippe Schaffnit and François-Xavier Coudert.MODULE MODULE_AREAL :: a = 0END MODULE MODULE_AMODULE MODULE_BREAL :: b = 0END MODULE MODULE_BUSE MODULE_AUSE MODULE_Ba = 0END! { dg-final { cleanup-modules "MODULE_A MODULE_B" } }
