]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 Dec 2021 00:18:15 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 Dec 2021 00:18:15 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 3ea3bb2cb1adc3ec7e05d90dc13423e7800381cf..ffcc827a5ec635eca27b659abc0161ba58482be9 100644 (file)
@@ -1,3 +1,13 @@
+2021-12-27  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa-protos.h: Delete
+       pa_maybe_emit_compare_and_swap_exchange_loop() declaration.
+       * config/pa/pa.c (pa_expand_compare_and_swap_loop): Delete.
+       (pa_maybe_emit_compare_and_swap_exchange_loop): Delete.
+       * config/pa/pa.md (atomic_storeq): Use __sync_lock_test_and_set
+       instead of pa_maybe_emit_compare_and_swap_exchange_loop.
+       (atomic_storehi, atomic_storesi, atomic_storedi): Likewise.
+
 2021-12-16  Martin Sebor  <msebor@redhat.com>
 
        PR middle-end/101751
index 1092928a364746a51689ef3def032ccb07bcae5e..0802d0e2c51a8ea54740dfe1cbf1f2c3c9d294f9 100644 (file)
@@ -1 +1 @@
-20211227
+20211228
index 4365d3159469a6e6a8a9bafce85fd7ad348ed3cc..fc20bf1baa449d729336b91b34fcfe05509db6d1 100644 (file)
@@ -1,3 +1,31 @@
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103776
+       * match.c (match_case_selector): Reject expressions in CASE
+       selector which are not scalar.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103778
+       * check.c (is_c_interoperable): A BOZ literal constant is not
+       interoperable.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-18  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/101329
+       * check.c (is_c_interoperable): Reject NULL() as it is not
+       interoperable.
+
 2021-12-19  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 80130a4560adda47f53751ad85efd293564c0e7d..33487e8a5975be6a6a4526b216dee514d2edf952 100644 (file)
@@ -1,3 +1,28 @@
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103776
+       * gfortran.dg/select_10.f90: New test.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103778
+       * gfortran.dg/illegal_boz_arg_3.f90: New test.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-18  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/101329
+       * gfortran.dg/pr101329.f90: New test.
+
 2021-12-19  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
This page took 0.091766 seconds and 5 git commands to generate.