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/] [malloc_free_1.f90] - Diff between revs 149 and 154

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

Rev 149 Rev 154
! Test for the MALLOC and FREE intrinsics
! Test for the MALLOC and FREE intrinsics
! If something is wrong with them, this test might segfault
! If something is wrong with them, this test might segfault
! { dg-do run }
! { dg-do run }
  integer j
  integer j
  integer(kind=8) i8
  integer(kind=8) i8
  do j = 1, 10000
  do j = 1, 10000
    i8 = malloc (10 * j)
    i8 = malloc (10 * j)
    call free (i8)
    call free (i8)
  end do
  end do
  end
  end
 
 

powered by: WebSVN 2.1.0

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