]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 16 Feb 2024 00:21:30 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 16 Feb 2024 00:21:30 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index d1a4726c65d828787aad546b903296ef9d577956..910ef2bd78e3c02c3688e72a16209312ba437d18 100644 (file)
@@ -1,3 +1,36 @@
+2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/113921
+       * cfgrtl.h (prepend_insn_to_edge): New declaration.
+       * cfgrtl.cc (insert_insn_on_edge): Clarify behavior in function
+       comment.
+       (prepend_insn_to_edge): New function.
+       * cfgexpand.cc (expand_asm_stmt): Use prepend_insn_to_edge instead of
+       insert_insn_on_edge.
+
+2024-02-15  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2024-02-15  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/113927
+       * config/avr/avr.h (AVR_HAVE_ADIW): New macro.
+       * config/avr/avr-protos.h (avr_adiw_reg_p): New proto.
+       * config/avr/avr.cc (avr_adiw_reg_p): New function.
+       (avr_conditional_register_usage) [AVR_TINY]: Don't clear ADDW_REGS.
+       Replace test_hard_reg_class (ADDW_REGS, ...) with calls to
+       * config/avr/avr.md: Same.
+       (attr "isa") <tiny, no_tiny>: Remove.
+       <adiw, no_adiw>: Add.
+       (define_insn, define_insn_and_split): When an alternative has
+       constraint "w", then set attribute "isa" to "adiw".
+       * config/avr/avr-c.cc (avr_cpu_cpp_builtins) [AVR_HAVE_ADIW]:
+       Built-in define __AVR_HAVE_ADIW__.
+       * doc/invoke.texi (AVR Options): Document it.
+
 2024-02-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
 
        Backported from master:
index fb6e4f0ab06bf3e5538e5841d5dcbcd216bb1c7f..3821bb5b955ae601a09fe83097d5fc058bdaa0db 100644 (file)
@@ -1 +1 @@
-20240215
+20240216
index 543968a32191505a9cc30cf117b8c2a8bcb036d3..7f3db3575619f818f87909765b1901345d5191d5 100644 (file)
@@ -1,3 +1,27 @@
+2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/107385
+       * gcc.dg/pr107385.c: Require lra effective target.
+
+2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/107385
+       * gcc.dg/pr107385.c: New test.
+
+2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2024-02-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/113921
+       * gcc.target/i386/pr113921.c: New test.
+
 2024-02-13  Jason Merrill  <jason@redhat.com>
 
        Backported from master: