From: GCC Administrator Date: Wed, 1 May 2024 00:20:14 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.4.0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020133c0fd06f2ee682fb0bca6ce7a4a01c52a23;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dd2f490ca86..a657736939ef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,22 @@ +2024-04-30 Joe Ramsay + + Backported from master: + 2024-03-15 Joe Ramsay + + * match.pd: Fix truncation pattern for -fno-signed-zeroes + +2024-04-30 Yang Yujie + + Backported from master: + 2023-12-12 Yang Yujie + + PR target/114848 + * config/loongarch/loongarch.cc: Do not restore the saved eh_return + data registers ($r4-$r7) for a normal return of a function that calls + __builtin_eh_return elsewhere. + * config/loongarch/loongarch-protos.h: Same. + * config/loongarch/loongarch.md: Same. + 2024-04-26 Richard Ball PR target/114272 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d46e1cb1feb1..3424846c2ca2 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240430 +20240501 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 15559240f598..2d1fe6ec05b4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,17 @@ +2024-04-30 Joe Ramsay + + Backported from master: + 2024-03-15 Joe Ramsay + + * gcc.target/aarch64/no_merge_trunc_signed_zero.c: New test. + +2024-04-30 Yang Yujie + + Backported from master: + 2023-12-12 Yang Yujie + + * gcc.target/loongarch/eh_return-normal-return.c: New test. + 2024-04-26 Paul Thomas Backported from master: