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

index fe10c175c05443088f1a68b341709f222a7c46f8..81fdf0888302e040348c4596eff4a49816d3d212 100644 (file)
@@ -1,3 +1,38 @@
+2024-06-09  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config/freebsd-spec.h: Change fbsd-lib-spec for FreeBSD > 13,
+       do not link against profiled system libraries if -pg is invoked.
+       Add a define to note about this change.
+       * config/aarch64/aarch64-freebsd.h: Use the note to inform if
+       -pg is invoked on FreeBSD > 13.
+       * config/arm/freebsd.h: Likewise.
+       * config/i386/freebsd.h: Likewise.
+       * config/i386/freebsd64.h: Likewise.
+       * config/riscv/freebsd.h: Likewise.
+       * config/rs6000/freebsd64.h: Likewise.
+       * config/rs6000/sysv4.h: Likeise.
+
+2024-06-09  Jeff Law  <jlaw@ventanamicro.com>
+
+       * config/riscv/riscv.cc (riscv_move_integer): Initialize "x".
+
+2024-06-09  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/112600
+       * config/i386/i386.md (ussub<mode>3): New expander.
+       (sub<mode>_3): Ditto.
+
+2024-06-09  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/install.texi (avr): Remove link to www.amelek.gda.pl/avr/.
+
+2024-06-09  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * expmed.cc (expand_shift_1): Use add_optab instead of ior_optab
+       to generate PLUS instead or IOR when unioning disjoint bitfields.
+       * optabs.cc (expand_subword_shift): Likewise.
+       (expand_binop): Likewise for double-word rotate.
+
 2024-06-08  Peter Bergner  <bergner@linux.ibm.com>
 
        * config/rs6000/rs6000-logue.cc (rs6000_stack_info): Update comment.
index d0a507843a34d85f2dba7e6a034d96a446f651cc..35b9b5266905e26d2f7957b1ee212832d066e08d 100644 (file)
@@ -1 +1 @@
-20240609
+20240610
index 1a054978d80be9f4bad1ddbcfd915ca2a602bbf7..c607fc79c7857f86c20bcc4072f8694b9f771744 100644 (file)
@@ -1,3 +1,8 @@
+2024-06-09  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/112600
+       * gcc.target/i386/pr112600-b.c: New test.
+
 2024-06-08  Simon Martin  <simon@nasilyan.com>
 
        PR c++/108438