Daily bump.

This commit is contained in:
GCC Administrator 2022-01-01 00:16:17 +00:00
parent cb48166e52
commit f17d2677bc
3 changed files with 25 additions and 1 deletions

View File

@ -1 +1 @@
20211231
20220101

View 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

View 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.