critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp/testsuite
libgomp/ChangeLog: * testsuite/libgomp.c-c++-common/critical-hint-1.c: New; moved from gcc/testsuite/c-c++-common/gomp/. * testsuite/libgomp.c-c++-common/critical-hint-2.c: Likewise. * testsuite/libgomp.fortran/critical-hint-1.f90: New; moved from gcc/testsuite/gfortran.dg/gomp/. * testsuite/libgomp.fortran/critical-hint-2.f90: Likewise. gcc/testsuite/ChangeLog: * c-c++-common/gomp/critical-hint-1.c: Moved to libgomp/. * c-c++-common/gomp/critical-hint-2.c: Moved to libgomp/. * gfortran.dg/gomp/critical-hint-1.f90: Moved to libgomp/. * gfortran.dg/gomp/critical-hint-2.f90: Moved to libgomp/.
This commit is contained in:
parent
cd91a08487
commit
ade6e7204c
@ -1,3 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
|
||||
#include <omp.h>
|
||||
|
||||
void
|
@ -1,3 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-additional-options "-fdump-tree-original" } */
|
||||
#include <omp.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
! { dg-do compile }
|
||||
|
||||
subroutine example_criticial ()
|
||||
use omp_lib
|
||||
implicit none
|
@ -1,3 +1,4 @@
|
||||
! { dg-do compile }
|
||||
! { dg-additional-options "-fdump-tree-original" }
|
||||
subroutine example_criticial ()
|
||||
use omp_lib
|
Loading…
Reference in New Issue
Block a user