https://gcc.gnu.org/g:511920a21d4096cfc1226e5ec6140551ddc9ca90

commit r14-11224-g511920a21d4096cfc1226e5ec6140551ddc9ca90
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sat Jan 18 00:23:38 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 20 ++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 18 ++++++++++++++++++
 gcc/testsuite/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 77 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 97911f1bf798..61f3d434ecc2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,23 @@
+2025-01-17  Georg-Johann Lay  <a...@gjlay.de>
+
+       Backported from master:
+       2025-01-17  Georg-Johann Lay  <a...@gjlay.de>
+
+       PR target/118329
+       * config/avr/avr-modes.def: Add INT_N (PSI, 24).
+       * config/avr/avr.cc (avr_init_builtin_int24)
+       <__int24>: Remove definition.
+       <__uint24>: Adjust definition to INT_N interface.
+
+2025-01-17  Eugene Rozenfeld  <ero...@microsoft.com>
+
+       Backported from master:
+       2025-01-16  Eugene Rozenfeld  <ero...@microsoft.com>
+
+       PR gcov-profile/116743
+       * auto-profile.cc (afdo_annotate_cfg): Fix mismatch between the call 
graph node count
+       and the entry block count.
+
 2025-01-14  Robin Dapp  <rd...@ventanamicro.com>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 51d36d43d1b0..d05d499d8a4e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250117
+20250118
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c9661e5cc2d0..9e3fa78ca510 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,21 @@
+2025-01-17  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-01-17  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       PR c++/118147
+       * parser.cc (cp_parser_cache_defarg): Don't error when
+       CPP_PRAGMA_EOL.
+
+2025-01-17  Simon Martin  <si...@nasilyan.com>
+
+       Backported from master:
+       2025-01-16  Simon Martin  <si...@nasilyan.com>
+
+       PR c++/117775
+       * decl.cc (fold_sizeof_expr): Make sure the folded result has
+       type size_type_node.
+
 2025-01-11  Nathaniel Shead  <nathanielosh...@gmail.com>
 
        PR c++/114630
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ba193dc1b695..50acebb1dd5c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,41 @@
+2025-01-17  Iain Buclaw  <ibuc...@gdcproject.org>
+
+       Backported from master:
+       2025-01-17  Iain Buclaw  <ibuc...@gdcproject.org>
+
+       PR d/117115
+       * gdc.dg/pr117115.d: New test.
+
+2025-01-17  Georg-Johann Lay  <a...@gjlay.de>
+
+       Backported from master:
+       2025-01-17  Georg-Johann Lay  <a...@gjlay.de>
+
+       PR target/118329
+       * gcc.target/avr/torture/get-mem.c: (__int24, __uint24):
+       Add __extension__ to respective typedefs.
+       * gcc.target/avr/torture/set-mem.c: Same.
+       * gcc.target/avr/torture/int24-mul.c: Same.
+       * gcc.target/avr/torture/pr109907-2.c: Same.
+       * gcc.target/avr/torture/pr61443.c: Same.
+       * gcc.target/avr/torture/pr63633-ice-mult.c: Same.
+
+2025-01-17  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-01-17  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       PR c++/118147
+       * g++.dg/cpp0x/nsdmi-defer7.C: New test.
+
+2025-01-17  Simon Martin  <si...@nasilyan.com>
+
+       Backported from master:
+       2025-01-16  Simon Martin  <si...@nasilyan.com>
+
+       PR c++/117775
+       * g++.dg/cpp2a/constexpr-117775.C: New test.
+
 2025-01-16  Iain Buclaw  <ibuc...@gdcproject.org>
 
        Backported from master:

Reply via email to