URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [libgomp/] [testsuite/] [libgomp.fortran/] [pr27416-1.f90] - Rev 320
Go to most recent revision | Compare with Previous | Blame | View Log
! PR middle-end/27416! { dg-do run }integer :: jj = 6!$omp parallel num_threads (4)call foo (j)!$omp end parallelif (j.ne.6+16) call abortendsubroutine foo (j)integer :: i, j!$omp do firstprivate (j) lastprivate (j)do i = 1, 16if (i.eq.16) j = j + iend doend subroutine foo
Go to most recent revision | Compare with Previous | Blame | View Log
