From: Kwok Cheung Yeung Date: Thu, 30 Jun 2022 18:46:57 +0000 (+0100) Subject: Add ChangeLog.omp entries for "Build fix for 'openmp: allow requires unified_shared_m... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed03ae94cfa2890bbfedc4e3f96b588553a19dc5;p=thirdparty%2Fgcc.git Add ChangeLog.omp entries for "Build fix for 'openmp: allow requires unified_shared_memory'" --- diff --git a/gcc/c/ChangeLog.omp b/gcc/c/ChangeLog.omp index 0724d190a61d..77b7602ad69c 100644 --- a/gcc/c/ChangeLog.omp +++ b/gcc/c/ChangeLog.omp @@ -1,3 +1,7 @@ +2022-06-30 Tobias Burnus + + * c-parser.cc (c_parser_omp_requires): Add missing %<...%> in error. + 2022-03-17 Kwok Cheung Yeung * c-typeck.cc (handle_omp_array_sections_1): Add check to ensure diff --git a/gcc/cp/ChangeLog.omp b/gcc/cp/ChangeLog.omp index 275bed34cf2e..17d8625e0093 100644 --- a/gcc/cp/ChangeLog.omp +++ b/gcc/cp/ChangeLog.omp @@ -1,3 +1,7 @@ +2022-06-30 Tobias Burnus + + * parser.cc (cp_parser_omp_requires): Add missing %<...%> in error. + 2022-03-17 Kwok Cheung Yeung * semantics.cc (handle_omp_array_sections_1): Add check to ensure