URL
                    https://opencores.org/ocsvn/openrisc/openrisc/trunk
                
            Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgomp/] [testsuite/] [libgomp.fortran/] [pr27416-1.f90] - Rev 735
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
