Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Aug 2021 00:16:32 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Aug 2021 00:16:32 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index a9753a5..545a81d 100644 (file)
@@ -1,3 +1,19 @@
+2021-08-15  ClĂ©ment Chigot  <clement.chigot@atos.net>
+
+       * config/rs6000/rs6000.c (xcoff_tls_exec_model_detected): New.
+       (rs6000_legitimize_tls_address_aix): Use it.
+       (rs6000_xcoff_file_end): Add ".ref __tls_get_addr" when
+       xcoff_tls_exec_model_detected is true.
+
+2021-08-15  Jeff Law  <jlaw@localhost.localdomain>
+
+       * config/h8300/h8300.c (shift_alg_si): Retune H8/300H shifts
+       to allow a bit more code growth, saving many dozens of cycles.
+       (h8300_option_override): Adjus shift_alg_si if optimizing for
+       code size.
+       (get_shift_alg): Use special + inline shifts for residuals
+       in more cases.
+
 2021-08-14  Stafford Horne  <shorne@gmail.com>
 
        PR target/99783
index bcfecf4..3d4cb61 100644 (file)
@@ -1 +1 @@
-20210815
+20210816
index 7e1db26..f4016f6 100644 (file)
@@ -1,3 +1,13 @@
+2021-08-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/99351
+       * match.c (sync_statement): Replace %v code by %e in gfc_match to
+       allow for function references as STAT and ERRMSG arguments.
+       * resolve.c (resolve_sync): Adjust checks of STAT= and ERRMSG= to
+       being definable arguments.  Function references with a data
+       pointer result are accepted.
+       * trans-stmt.c (gfc_trans_sync): Adjust assertion.
+
 2021-08-12  Tobias Burnus  <tobias@codesourcery.com>
 
        * gfortran.h (gfc_omp_proc_bind_kind): Add OMP_PROC_BIND_PRIMARY.
index 48eb054..92fc81a 100644 (file)
@@ -1,3 +1,9 @@
+2021-08-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/99351
+       * gfortran.dg/coarray_sync.f90: New test.
+       * gfortran.dg/coarray_3.f90: Adjust error messages.
+
 2021-08-14  Martin Sebor  <msebor@redhat.com>
 
        PR middle-end/101791