OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [gamma_3.f90] - Diff between revs 302 and 384

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

Rev 302 Rev 384
! { dg-do compile }
! { dg-do compile }
!
!
! Test the vendor intrinsic (d)gamma, lgamma and algama/dlgama
! Test the vendor intrinsic (d)gamma, lgamma and algama/dlgama
! gamma is also part of the Fortran 2008 draft; lgamma is called
! gamma is also part of the Fortran 2008 draft; lgamma is called
! log_gamma in the Fortran 2008 draft.
! log_gamma in the Fortran 2008 draft.
!
!
! PR fortran/32980
! PR fortran/32980
!
!
program gamma_test
program gamma_test
implicit none
implicit none
intrinsic :: gamma, lgamma
intrinsic :: gamma, lgamma
real :: x
real :: x
x = gamma(cmplx(1.0,0.0))            ! { dg-error "is not consistent with a specific intrinsic interface" }
x = gamma(cmplx(1.0,0.0))            ! { dg-error "is not consistent with a specific intrinsic interface" }
x = dgamma(cmplx(1.0,0.0,kind(0d0))) ! { dg-error "must be REAL" }
x = dgamma(cmplx(1.0,0.0,kind(0d0))) ! { dg-error "must be REAL" }
x = gamma(int(1))                    ! { dg-error "is not consistent with a specific intrinsic interface" }
x = gamma(int(1))                    ! { dg-error "is not consistent with a specific intrinsic interface" }
x = dgamma(int(1))                   ! { dg-error "must be REAL" }
x = dgamma(int(1))                   ! { dg-error "must be REAL" }
x = lgamma(cmplx(1.0,0.0))           ! { dg-error "must be REAL" }
x = lgamma(cmplx(1.0,0.0))           ! { dg-error "must be REAL" }
x = algama(cmplx(1.0,0.0))           ! { dg-error "must be REAL" }
x = algama(cmplx(1.0,0.0))           ! { dg-error "must be REAL" }
x = dlgama(cmplx(1.0,0.0,kind(0d0))) ! { dg-error "must be REAL" }
x = dlgama(cmplx(1.0,0.0,kind(0d0))) ! { dg-error "must be REAL" }
x = lgamma(int(1))                   ! { dg-error "must be REAL" }
x = lgamma(int(1))                   ! { dg-error "must be REAL" }
x = algama(int(1))                   ! { dg-error "must be REAL" }
x = algama(int(1))                   ! { dg-error "must be REAL" }
x = dlgama(int(1))                   ! { dg-error "must be REAL" }
x = dlgama(int(1))                   ! { dg-error "must be REAL" }
end program gamma_test
end program gamma_test
 
 

powered by: WebSVN 2.1.0

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