From: GCC Administrator Date: Mon, 10 Jun 2024 00:16:29 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-16~8428 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb316013a7c841094577a57407f605b5a7ca5eee;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fe10c175c05..81fdf088830 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,38 @@ +2024-06-09 Andreas Tobler + + * 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 + + * config/riscv/riscv.cc (riscv_move_integer): Initialize "x". + +2024-06-09 Uros Bizjak + + PR target/112600 + * config/i386/i386.md (ussub3): New expander. + (sub_3): Ditto. + +2024-06-09 Gerald Pfeifer + + * doc/install.texi (avr): Remove link to www.amelek.gda.pl/avr/. + +2024-06-09 Roger Sayle + + * 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 * config/rs6000/rs6000-logue.cc (rs6000_stack_info): Update comment. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d0a507843a3..35b9b526690 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240609 +20240610 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1a054978d80..c607fc79c78 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2024-06-09 Uros Bizjak + + PR target/112600 + * gcc.target/i386/pr112600-b.c: New test. + 2024-06-08 Simon Martin PR c++/108438