From: GCC Administrator Date: Wed, 28 Dec 2022 00:17:27 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-14~2298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b885ecc05fef0e7437ace59254336f8e8d9ebe6;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e42955373538..f670edf4ae81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,91 @@ +2022-12-27 Jeff Law + + * config/riscv/riscv.md: Add missing modes to last patch.t + +2022-12-27 Raphael Moreira Zinsly + + PR target/95632 + PR target/106602 + * config/riscv/riscv.md: New pattern to simulate complex + const_int loads. + +2022-12-27 Christoph Müllner + + * config/riscv/riscv.cc (riscv_next_saved_reg): New function. + (riscv_is_eh_return_data_register): New function. + (riscv_for_each_saved_reg): Restructure loop. + +2022-12-27 Christoph Müllner + + * config/riscv/riscv.md: Sync comments with code. + +2022-12-27 jinma + + * common/config/riscv/riscv-common.cc: + +2022-12-27 Jonathan Yong <10walls@gmail.com> + + * configure.ac: use grep -i for case insensitive test. + * configure: Regenerate. + +2022-12-27 Max Filippov + + * config/xtensa/xtensa.md (unspec): Extract UNSPEC_* constants + into this enum. + (unspecv): Extract UNSPECV_* constants into this enum. + +2022-12-27 Takayuki 'January June' Suwa + + * config/xtensa/xtensa.md (set_frame_ptr): Fix to reflect + TARGET_DENSITY. + +2022-12-27 Takayuki 'January June' Suwa + + * config/xtensa/xtensa.h (GP_RETURN, GP_RETURN_REG_COUNT): + Change to GP_RETURN_FIRST and GP_RETURN_LAST, respectively. + * config/xtensa/xtensa.cc (xtensa_function_value, + xtensa_libcall_value, xtensa_function_value_regno_p): Ditto. + +2022-12-27 Takayuki 'January June' Suwa + + * config/xtensa/xtensa.cc (xtensa_expand_prologue): Modify to + exit the inspection loops as soon as the necessity of stack + pointer is found. + +2022-12-27 Takayuki 'January June' Suwa + + * config/xtensa/elf.h: Tabify, and trim trailing spaces. + * config/xtensa/linux.h: Likewise. + * config/xtensa/uclinux.h: Likewise. + * config/xtensa/xtensa-dynconfig.c: Likewise. + * config/xtensa/xtensa.cc: Likewise. + * config/xtensa/xtensa.h: Likewise. + * config/xtensa/xtensa.md: Likewise. + +2022-12-27 Ju-Zhe Zhong + + * config/riscv/riscv-vsetvl.cc + (pass_vsetvl::compute_global_backward_infos): Change to visit CFG. + (pass_vsetvl::prune_expressions): Ditto. + +2022-12-27 Ju-Zhe Zhong + + * config/riscv/riscv-vsetvl.cc (change_insn): Remove pp_print. + (avl_info::avl_info): Add copy function. + (vector_insn_info::dump): Remove pp_print. + * config/riscv/riscv-vsetvl.h: Add copy function. + +2022-12-27 Kewen Lin + + PR target/106680 + * common/config/rs6000/rs6000-common.cc (rs6000_handle_option): Remove + the adjustment for option powerpc64 in -m64 handling, and remove the + whole -m32 handling. + * config/rs6000/rs6000.cc (rs6000_option_override_internal): When no + explicit powerpc64 option is provided, enable it for -m64. For 32 bit + and OS_MISSING_POWERPC64, disable powerpc64 if it's enabled but not + specified explicitly. + 2022-12-26 liuhongt PR target/55522 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 154fbb15dde8..e65d79fa1d57 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20221227 +20221228 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6ce81192e303..7dd0a4924022 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,23 @@ +2022-12-27 Raphael Moreira Zinsly + + PR target/95632 + PR target/106602 + * gcc.target/riscv/pr95632.c: New test. + * gcc.target/riscv/pr106602.c: New test. + +2022-12-27 Kito Cheng + + * gcc.target/riscv/rvv/vsetvl/riscv_vector.h: New. + +2022-12-27 Kewen Lin + Iain Sandoe + + PR target/106680 + * gcc.target/powerpc/pr106680-1.c: New test. + * gcc.target/powerpc/pr106680-2.c: New test. + * gcc.target/powerpc/pr106680-3.c: New test. + * gcc.target/powerpc/pr106680-4.c: New test. + 2022-12-26 David Edelsohn * gcc.dg/analyzer/fd-accept.c: Skip.