aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-06-10 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-06-10 00:16:29 +0000
commiteb316013a7c841094577a57407f605b5a7ca5eee (patch)
treee7c162a16537806f3eaeb471d7e657156ddc8f98
parent48abb540701447b0cd9df7542720ab65a34fc1b1 (diff)
downloadgcc-eb316013a7c841094577a57407f605b5a7ca5eee.zip
gcc-eb316013a7c841094577a57407f605b5a7ca5eee.tar.gz
gcc-eb316013a7c841094577a57407f605b5a7ca5eee.tar.bz2
Daily bump.
-rw-r--r--gcc/ChangeLog35
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/testsuite/ChangeLog5
3 files changed, 41 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fe10c17..81fdf08 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d0a5078..35b9b52 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240609
+20240610
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1a05497..c607fc7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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