URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [func_decl_2.f90] - Rev 700
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log
