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:
Tobias Burnus 2020-07-22 12:12:48 +02:00
parent cd91a08487
commit ade6e7204c
4 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* { dg-do compile } */
#include <omp.h>
void

View File

@ -1,3 +1,4 @@
/* { dg-do compile } */
/* { dg-additional-options "-fdump-tree-original" } */
#include <omp.h>

View File

@ -1,3 +1,5 @@
! { dg-do compile }
subroutine example_criticial ()
use omp_lib
implicit none

View File

@ -1,3 +1,4 @@
! { dg-do compile }
! { dg-additional-options "-fdump-tree-original" }
subroutine example_criticial ()
use omp_lib