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/] [c_kind_int128_test1.f03] - Diff between revs 302 and 384

Only display areas with differences | Details | Blame | View Log

Rev 302 Rev 384
! { dg-do compile }
! { dg-do compile }
! { dg-options "-std=f2003" }
! { dg-options "-std=f2003" }
! { dg-require-effective-target fortran_integer_16 }
! { dg-require-effective-target fortran_integer_16 }
!
!
subroutine c_kind_int128_1
subroutine c_kind_int128_1
  use, intrinsic :: iso_c_binding
  use, intrinsic :: iso_c_binding
  implicit none
  implicit none
  integer(c_int128_t) :: a   ! { dg-error "has no IMPLICIT type" }
  integer(c_int128_t) :: a   ! { dg-error "has no IMPLICIT type" }
  integer(c_int_least128_t) :: b   ! { dg-error "has no IMPLICIT type" }
  integer(c_int_least128_t) :: b   ! { dg-error "has no IMPLICIT type" }
  integer(c_int_fast128_t) :: c   ! { dg-error "has no IMPLICIT type" }
  integer(c_int_fast128_t) :: c   ! { dg-error "has no IMPLICIT type" }
end subroutine c_kind_int128_1
end subroutine c_kind_int128_1
subroutine c_kind_int128_2
subroutine c_kind_int128_2
  use, intrinsic :: iso_c_binding
  use, intrinsic :: iso_c_binding
  integer(c_int128_t) :: a   ! { dg-error "has not been declared or is a variable" }
  integer(c_int128_t) :: a   ! { dg-error "has not been declared or is a variable" }
  integer(c_int_least128_t) :: b   ! { dg-error "has not been declared or is a variable" }
  integer(c_int_least128_t) :: b   ! { dg-error "has not been declared or is a variable" }
  integer(c_int_fast128_t) :: c   ! { dg-error "has not been declared or is a variable" }
  integer(c_int_fast128_t) :: c   ! { dg-error "has not been declared or is a variable" }
end subroutine c_kind_int128_2
end subroutine c_kind_int128_2
 
 

powered by: WebSVN 2.1.0

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