From: GCC Administrator Date: Sun, 23 Oct 2022 00:16:38 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-14~3762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39624519ae9e3b3160baf443e519ef22724edb3;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ff1780d86cc..1f1d3b6c76d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,26 @@ +2022-10-22 Michael Eager + + * config/microblaze/microblaze.cc + (microblaze_legitimize_address): Initialize 'reg' to NULL, check for NULL. + (microblaze_address_insns): Replace abort() with gcc_unreachable(). + (print_operand_address): Same. + (microblaze_expand_move): Initialize 'p1' to NULL, check for NULL. + (get_branch_target): Replace abort() with gcc_unreachable(). + +2022-10-22 Aldy Hernandez + + * value-range.cc (range_tests_floats): Predicate [-Inf, +Inf] test + with !flag_finite_math_only. + +2022-10-22 Takayuki 'January June' Suwa + + * config/xtensa/xtensa.cc (xtensa_conditional_register_usage): + Remove register A0 from FIXED_REGS if the CALL0 ABI. + (xtensa_expand_epilogue): Change to emit '(use (reg:SI A0_REG))' + unconditionally after restoring callee-saved registers for + sibling-call functions, in order to prevent misleading that + register A0 is free to use. + 2022-10-21 Jakub Jelinek PR target/107322 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8d5e5406b709..e09d253a0d68 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20221022 +20221023