OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [func_decl_1.f90] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
! { dg-do compile }
! { dg-do compile }
! we didn't correctly reject function declarations without argument lists
! we didn't correctly reject function declarations without argument lists
! note that there are no end statements for syntactically wrong function
! note that there are no end statements for syntactically wrong function
! declarations
! declarations
  interface
  interface
     function f1     ! { dg-error "Expected formal argument list" }
     function f1     ! { dg-error "Expected formal argument list" }
     function f3()
     function f3()
     end function f3
     end function f3
     function f4 result (x) ! { dg-error "Expected formal argument list" }
     function f4 result (x) ! { dg-error "Expected formal argument list" }
     function f5() result (x)
     function f5() result (x)
     end function f5
     end function f5
   end interface
   end interface
  f1 = 1.
  f1 = 1.
end
end
FUNCTION f1          ! { dg-error "Expected formal argument list" }
FUNCTION f1          ! { dg-error "Expected formal argument list" }
function f2()
function f2()
  f2 = 1.
  f2 = 1.
end function f2
end function f2
function f3 result (x) ! { dg-error "Expected formal argument list" }
function f3 result (x) ! { dg-error "Expected formal argument list" }
function f4 () result (x)
function f4 () result (x)
  x = 4.
  x = 4.
end function f4
end function f4
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.