]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add ChangeLog.omp entries for "Build fix for 'openmp: allow requires unified_shared_m...
authorKwok Cheung Yeung <kcy@codesourcery.com>
Thu, 30 Jun 2022 18:46:57 +0000 (19:46 +0100)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Thu, 30 Jun 2022 18:46:57 +0000 (19:46 +0100)
gcc/c/ChangeLog.omp
gcc/cp/ChangeLog.omp

index 0724d190a61dfb727fcb7e664797aea5efe6ab83..77b7602ad69cd89d6f8d619ab139dac2bc592578 100644 (file)
@@ -1,3 +1,7 @@
+2022-06-30  Tobias Burnus  <tobias@codesourcery.com>
+
+       * c-parser.cc (c_parser_omp_requires): Add missing %<...%> in error.
+
 2022-03-17  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
        * c-typeck.cc (handle_omp_array_sections_1): Add check to ensure
index 275bed34cf2e7c462d747195ff40b11e216501e7..17d8625e00933b2412693b02a59cd457e0674006 100644 (file)
@@ -1,3 +1,7 @@
+2022-06-30  Tobias Burnus  <tobias@codesourcery.com>
+
+       * parser.cc (cp_parser_omp_requires): Add missing %<...%> in error.
+
 2022-03-17  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
        * semantics.cc (handle_omp_array_sections_1):  Add check to ensure