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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [mvbits_2.f90] - Rev 749

Go to most recent revision | Compare with Previous | Blame | View Log

! Test for the MVBITS subroutine
! This used to fail on big-endian architectures (PR 32357)
! { dg-do run }
  integer(kind=8) :: i8 = 0
  integer(kind=4) :: i4 = 0
  integer(kind=2) :: i2 = 0
  integer(kind=1) :: i1 = 0
  call mvbits (1_1, 0, 8, i1, 0)
  if (i1 /= 1) call abort
  call mvbits (1_2, 0, 16, i2, 0)
  if (i2 /= 1) call abort
  call mvbits (1_4, 0, 16, i4, 0)
  if (i4 /= 1) call abort
  call mvbits (1_8, 0, 16, i8, 0)
  if (i8 /= 1) call abort
  end

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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