URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgomp/] [testsuite/] [libgomp.fortran/] [nestedfn3.f90] - Rev 735
Compare with Previous | Blame | View Log
! PR middle-end/28790! { dg-do run }program nestompinteger :: jj = 8call barif (j.ne.10) call abortcontainssubroutine foo (i)integer :: i!$omp atomicj = j + i - 5end subroutinesubroutine baruse omp_libinteger :: ii = 6call omp_set_dynamic (.false.)!$omp parallel num_threads (2)call foo(i)!$omp end parallelend subroutineend
