]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 23 Oct 2022 00:16:38 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 23 Oct 2022 00:16:38 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP

index 2ff1780d86cc6b236213a6554e46df111d21cae8..1f1d3b6c76d5431c8ed879f17031e1bb132a1ea1 100644 (file)
@@ -1,3 +1,26 @@
+2022-10-22  Michael Eager  <eager@eagercon.com>
+
+       * 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  <aldyh@redhat.com>
+
+       * value-range.cc (range_tests_floats): Predicate [-Inf, +Inf] test
+       with !flag_finite_math_only.
+
+2022-10-22  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * 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  <jakub@redhat.com>
 
        PR target/107322
index 8d5e5406b709d8d7b7e228ee7159ff3d7af4dca8..e09d253a0d6827f27c862cf6543b95973f55448b 100644 (file)
@@ -1 +1 @@
-20221022
+20221023