]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Oct 2021 00:18:01 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Oct 2021 00:18:01 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 202e0fefcbaa26a68a731b6a92ce1cf8c1a686bc..352475cf0bb6b994e5b4dd259f590d3d66583cce 100644 (file)
@@ -1 +1 @@
-20211008
+20211009
index 585e4455efb50048264fa26e16e0a4def2b49f97..14b80f7f263d34b030ed826df4edef2d359f1666 100644 (file)
@@ -1,3 +1,12 @@
+2021-10-08  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-10-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/102640
+       * parser.c (handle_omp_declare_target_clause): New function.
+       (cp_parser_omp_declare_target): Use it.
+
 2021-10-07  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 1318fd9bf475657c5381dc7cf46ff7137516b938..72fcb74d7b6e5d442b8e88a0da3fa0bf8bd8f2e4 100644 (file)
@@ -1,3 +1,11 @@
+2021-10-08  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-10-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/102640
+       * c-c++-common/gomp/pr102640.c: New test.
+
 2021-10-07  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: