From: Julian Brown Date: Tue, 28 Mar 2023 13:19:27 +0000 (+0000) Subject: Add missing ChangeLog.omp entries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac4adfca3f80081db5bba81435c330ee23f981e;p=thirdparty%2Fgcc.git Add missing ChangeLog.omp entries --- diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp index 86b1735c268d..28b3990df1a6 100644 --- a/gcc/ChangeLog.omp +++ b/gcc/ChangeLog.omp @@ -1,3 +1,9 @@ +2023-03-27 Julian Brown + + * omp-builtins.def (BUILT_IN_OMP_IS_INITIAL_DEVICE): New builtin. + * tree.cc (get_file_function_name): Support names for on-target + constructor/destructor functions. + 2023-03-22 Andrew Jenner * config/gcn/gcn-protos.h (gcn_expand_dpp_swap_pairs_insn) diff --git a/gcc/cp/ChangeLog.omp b/gcc/cp/ChangeLog.omp index a0af25cc01f4..c2fcce15d2aa 100644 --- a/gcc/cp/ChangeLog.omp +++ b/gcc/cp/ChangeLog.omp @@ -1,3 +1,21 @@ +2023-03-27 Julian Brown + + * decl2.cc (priority_info): Add omp_tgt_initializations_p and + omp_tgt_destructions_p. + (start_objects, start_static_storage_duration_function, + do_static_initialization_or_destruction, + one_static_initialization_or_destruction, + generate_ctor_or_dtor_function): Add 'omp_target' parameter. Support + "declare target" decls. Update forward declarations. + (OMP_SSDF_IDENTIFIER): New macro. + (omp_tgt_ssdf_decls): New vec. + (get_priority_info): Initialize omp_tgt_initializations_p and + omp_tgt_destructions_p fields. + (handle_tls_init): Update call to + omp_static_initialization_or_destruction. + (c_parse_final_cleanups): Support constructors/destructors on OpenMP + offload targets. + 2023-02-09 Kwok Cheung Yeung * parser.cc (cp_parser_omp_var_list_no_open): Add new parameter with diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 6b816e46cd28..e8f5295a1577 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,10 @@ +2023-03-27 Julian Brown + + * testsuite/libgomp.c++/static-aggr-constructor-destructor-1.C: New + test. + * testsuite/libgomp.c++/static-aggr-constructor-destructor-2.C: New + test. + 2023-03-24 Thomas Schwinge * testsuite/libgomp.c/alloc-ompx_host_mem_alloc-1.c: New.