]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 May 2023 00:20:14 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 May 2023 00:20:14 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 42ccb6c2a5eca84a0cd2eaee9f9cf7303a8d3bbc..dd3669d66ed8aa00a91d8ef71e3e0ef10d4066d9 100644 (file)
@@ -1,3 +1,17 @@
+2023-05-25  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/104327
+       * config/avr/avr.cc (avr_can_inline_p): New static function.
+       (TARGET_CAN_INLINE_P): Define to that function.
+
+2023-05-25  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/82931
+       * config/avr/avr.md (*movbitqi.0): Rename to *movbit<mode>.0-6.
+       Handle any bit position and use mode QISI.
+       * config/avr/avr.cc (avr_rtx_costs_1) [IOR]: Return a cost
+       of 2 insns for bit-transfer of respective style.
+
 2023-05-23  Georg-Johann Lay  <avr@gjlay.de>
 
        * config/avr/avr.cc (avr_insn_cost): New static function.
index 37d8ec9db799645b81fbae29168b51b979e24c4b..1ecb4a83fea296c5f931bb544338d425b9885722 100644 (file)
@@ -1 +1 @@
-20230525
+20230526
index 00cb9083c2255511a71af8b1d80a434cfc50623e..15be02f2667930aef87a42ea7f4ed28c2ef58f22 100644 (file)
@@ -1,3 +1,8 @@
+2023-05-25  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/82931
+       * gcc.target/avr/pr82931.c: New test.
+
 2023-05-22   Michael Meissner  <meissner@linux.ibm.com>
 
        PR target/70243