From: Kwok Cheung Yeung Date: Fri, 28 Jan 2022 16:57:05 +0000 (+0000) Subject: Add missing ChangeLog.omp entries for previous patch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c918826b0ddc64b0d863eab2095e24aeab47a223;p=thirdparty%2Fgcc.git Add missing ChangeLog.omp entries for previous patch gcc/ * ChangeLog.omp: Update. gcc/testsuite * ChangeLog.omp: Update. libgomp/ * ChangeLog.omp: Update. --- diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp index 02bb6db6ce60..ade76f06a443 100644 --- a/gcc/ChangeLog.omp +++ b/gcc/ChangeLog.omp @@ -1,3 +1,12 @@ +2022-01-28 Kwok Cheung Yeung + + * gimplify.c (gimplify_omp_metadirective): Mark offloadable functions + containing metadirectives with 'construct={target}' in the selector. + * omp-general.c (omp_has_target_constructor_p): New. + * omp-general.h (omp_has_target_constructor_p): New prototype. + * omp-low.c (lower_omp_1): Emit warning if marked functions called + outside of a target context. + 2022-01-25 Kwok Cheung Yeung * builtin-types.def (BT_FN_BOOL_INT_CONST_PTR_CONST_PTR_CONST_PTR): New diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index 173a35353924..b91936e1de1f 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,3 +1,8 @@ +2022-01-28 Kwok Cheung Yeung + + * c-c++-common/gomp/metadirective-4.c (main): Add expected warning. + * gfortran.dg/gomp/metadirective-4.f90 (test): Likewise. + 2022-01-25 Kwok Cheung Yeung * c-c++-common/gomp/metadirective-7.c: New. diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index e7d058fbf731..a3de02f445f4 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,9 @@ +2022-01-28 Kwok Cheung Yeung + + * testsuite/libgomp.c-c++-common/metadirective-2.c (main): Add + expected warning. + * testsuite/libgomp.fortran/metadirective-2.f90 (test): Likewise. + 2022-01-25 Kwok Cheung Yeung * Makefile.am (libgomp_la_SOURCES): Add selector.c.