From b368d79998003c2e5657a91055cb27991988b44b Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sun, 7 Jan 2024 00:17:43 +0000 Subject: [PATCH] Daily bump. --- gcc/ChangeLog | 22 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 7 +++++++ gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++ libgomp/ChangeLog | 13 +++++++++++++ libstdc++-v3/ChangeLog | 5 +++++ 6 files changed, 73 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af1c152f092..2b58fccae1a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2024-01-06 Jiahao Xu + + * config/loongarch/lasx.md: Set the unused bits in operand[3] to 0. + +2024-01-06 Juzhe-Zhong + + PR target/113248 + * config/riscv/riscv-vsetvl.cc (pre_vsetvl::fuse_local_vsetvl_info): + Update the MAX_SEW. + +2024-01-06 Juzhe-Zhong + + * config/riscv/riscv-vector-costs.cc (loop_invariant_op_p): New function. + (variable_vectorized_p): Teach loop invariant. + (has_unexpected_spills_p): Ditto. + +2024-01-06 Juzhe-Zhong + + * config/riscv/riscv-protos.h (whole_reg_to_reg_move_p): New function. + * config/riscv/riscv-v.cc (whole_reg_to_reg_move_p): Ditto. + * config/riscv/vector.md: Allow non-vlmax with len = NUNITS simplification. + 2024-01-05 Richard Sandiford PR target/113104 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7d3dc9a39c2..f5f14f7e81c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240106 +20240107 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 896d588deb4..22a511054ee 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2024-01-06 Harald Anlauf + José Rui Faustino de Sousa + + PR fortran/96724 + * iresolve.cc (gfc_resolve_repeat): Force conversion to + gfc_charlen_int_kind before call to gfc_multiply. + 2024-01-04 David Malcolm * lang.opt.urls: New file, autogenerated by diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 003a18cb37f..a0d601b2247 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,28 @@ +2024-01-06 Harald Anlauf + José Rui Faustino de Sousa + + PR fortran/96724 + * gfortran.dg/repeat_8.f90: New test. + +2024-01-06 Jiahao Xu + + * gcc.target/loongarch/vector/lasx/lasx-xvpremi.c: Removed. + * gcc.target/loongarch/vector/lasx/lasx-xvpermi_q.c: New test. + +2024-01-06 Juzhe-Zhong + + PR target/113248 + * gcc.target/riscv/rvv/vsetvl/pr113248.c: New test. + +2024-01-06 Juzhe-Zhong + + * gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-12.c: New test. + * gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-14.c: New test. + +2024-01-06 Juzhe-Zhong + + * gcc.target/riscv/rvv/base/vf_avl-4.c: New test. + 2024-01-05 Richard Sandiford PR target/113104 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d0d96741c57..eccc898b534 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,16 @@ +2024-01-06 Tobias Burnus + + * libgomp.texi (OpenMP Technical Report 12): Fix a typo. + (Device Memory Routines): Fix OpenMP 5.1 spec refs; add + omp_target_is_accessible. + (Environment Display Routine): Uncomment and add + omp_display_env description. + (OMP_DISPLAY_ENV): Update wording, add 'see also'. + +2024-01-06 Mark Wielaard + + * configure: Regenerate. + 2024-01-03 Jakub Jelinek * libgomp.texi: Bump @copying's copyright year. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1c43b2e720e..4782698b5b3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2024-01-06 Gwenole Beauchesne + + * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Use + nonnull arguments to strtoimax() and wcstoimax() functions. + 2024-01-05 Jonathan Wakely * src/c++17/fs_path.cc (path::_List::reserve): Limit maximum