From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id D10243858D32; Sun, 7 Jan 2024 00:18:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D10243858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704586690; bh=WhCU6Pso+U6dEVSWuCMNp5egc7poDLZzWGllu7aFZxk=; h=From:To:Subject:Date:From; b=OsliU+buvBW/c1tMIWaKaHhAuUWDwCEcBuMsoSkvHrh6g5xfp5bcjRDfdPfOB9chU V14TGSjgVAUUvxts8MaX2DV0A55K9UeA0JrKUYjzB3sVoZC+2EnhNS23FtjhU8yle9 jvqHJ3tm1Ukl1PQC6f7AohmCNVRsKu1PSSuPeAhw= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-6972] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: ff981616a6093b7075581c45ad6240d86ebe6f3e X-Git-Newrev: b368d79998003c2e5657a91055cb27991988b44b Message-Id: <20240107001810.D10243858D32@sourceware.org> Date: Sun, 7 Jan 2024 00:18:10 +0000 (GMT) List-Id: https://gcc.gnu.org/g:b368d79998003c2e5657a91055cb27991988b44b commit r14-6972-gb368d79998003c2e5657a91055cb27991988b44b Author: GCC Administrator Date: Sun Jan 7 00:17:43 2024 +0000 Daily bump. Diff: --- 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