Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Jan 2022 00:16:17 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Jan 2022 00:16:17 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 9e7c11d..a20c0b2 100644 (file)
@@ -1 +1 @@
-20211231
+20220101
index cf9da9e..ee5c5d1 100644 (file)
@@ -1,3 +1,22 @@
+2021-12-31  Francois-Xavier Coudert  <fxcoudert@gmail.com>
+
+       PR fortran/89639
+       * gfortran.dg/ieee/ieee_9.f90: Adjust test for targets without
+       REAL128.
+
+2021-12-31  Uroš Bizjak  <ubizjak@gmail.com>
+
+       * lib/target-supports.exp (check_vect_slp_store_usage):
+       Handle TEST_V2QI_2.
+       (check_effective_target_vect_slp_v2qi_store_unalign): New procedure.
+       * c-c++-common/Wstringop-overflow-2.c: XFAIL specific tests for
+       vect_slp_v2qi_store_unalign targets.
+       * g++.dg/warn/Wstringop-overflow-3.C: Ditto.
+       * gcc.dg/Wstringop-overflow-28.c: Ditto.
+       * gcc.dg/Wstringop-overflow-68.c: Ditto.
+       * gcc.dg/Wstringop-overflow-75.c: Ditto.
+       * gcc.dg/Wstringop-overflow-76.c: Ditto.
+
 2021-12-30  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/103756
index 96e55f1..3525401 100644 (file)
@@ -1,3 +1,8 @@
+2021-12-31  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * runtime/string.c (gfc_itoa): Use _Static_assert directly
+       instead of via the static_assert macro.
+
 2021-12-29  Francois-Xavier Coudert  <fxcoudert@gmail.com>
 
        * ieee/ieee_helper.c: Fix enum values.