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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [bessel_3.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! { dg-options "-std=f2003 -Wimplicit-procedure" }
3
!
4
! PR fortran/36158 - Transformational BESSEL_JN/YN
5
! PR fortran/33197 - F2008 math functions
6
!
7
IMPLICIT NONE
8
print *, SIN (1.0)
9
print *, BESSEL_J0(1.0) ! { dg-error "has no IMPLICIT type" })
10
print *, BESSEL_J1(1.0) ! { dg-error "has no IMPLICIT type" }
11
print *, BESSEL_JN(1,1.0) ! { dg-error "has no IMPLICIT type" }
12
print *, BESSEL_JN(1,2,1.0) ! { dg-error "has no IMPLICIT type" }
13
 
14
print *, BESSEL_Y0(1.0) ! { dg-error "has no IMPLICIT type" }
15
print *, BESSEL_Y1(1.0) ! { dg-error "has no IMPLICIT type" }
16
print *, BESSEL_YN(1,1.0) ! { dg-error "has no IMPLICIT type" }
17
print *, BESSEL_YN(1,2,1.0) ! { dg-error "has no IMPLICIT type" }
18
end

powered by: WebSVN 2.1.0

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