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/] [func_decl_2.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }! Test fix for PR16943 in which the double typing of! N caused an error.!! Contributed by Paul Thomas <pault@gcc.gnu.org>!program bug8implicit nonestop " OK. "containsinteger function bugf(M) result (N)integer, intent (in) :: Minteger :: N ! { dg-error "already has basic type of INTEGER" }N = Mreturnend function bugfend program bug8
