diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-05-02 00:24:56 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-05-02 00:24:56 +0000 |
commit | e9eaf2570eced60a9a4045d0b12b2233da47412e (patch) | |
tree | 6e67ce3165755ef62bbed6a40ffbb84cb948dd1a /gcc | |
parent | 90484ea24e7886f01200619a55c2343728362fc6 (diff) | |
download | gcc-e9eaf2570eced60a9a4045d0b12b2233da47412e.zip gcc-e9eaf2570eced60a9a4045d0b12b2233da47412e.tar.gz gcc-e9eaf2570eced60a9a4045d0b12b2233da47412e.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 30 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 28 |
3 files changed, 59 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c95ab32..8632515 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250501 +20250502 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d68e748..d0422c8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,33 @@ +2025-05-01 Nathaniel Shead <nathanieloshead@gmail.com> + + Backported from master: + 2025-04-30 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/120023 + * module.cc (depset::hash::find_dependencies): Also call + add_deduction_guides when walking one. + +2025-05-01 Nathaniel Shead <nathanieloshead@gmail.com> + + Backported from master: + 2025-04-30 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/119938 + * pt.cc (get_template_parm_object): When !check_init, add assert + that expr really is constant and mark decl as such. + +2025-05-01 Nathaniel Shead <nathanieloshead@gmail.com> + + Backported from master: + 2025-04-30 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/119551 + PR c++/119996 + * module.cc (depset::hash::make_dependency): Also mark inline + variables referencing TU-local values as exposures here. + (depset::hash::finalize_dependencies): Add error message for + inline variables. + 2025-04-30 Patrick Palka <ppalka@redhat.com> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 605ddbc..d0fdd2e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,31 @@ +2025-05-01 Nathaniel Shead <nathanieloshead@gmail.com> + + Backported from master: + 2025-04-30 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/120023 + * g++.dg/modules/dguide-7_a.C: New test. + * g++.dg/modules/dguide-7_b.C: New test. + * g++.dg/modules/dguide-7_c.C: New test. + +2025-05-01 Nathaniel Shead <nathanieloshead@gmail.com> + + Backported from master: + 2025-04-30 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/119938 + * g++.dg/modules/tpl-nttp-2_a.H: New test. + * g++.dg/modules/tpl-nttp-2_b.C: New test. + +2025-05-01 Nathaniel Shead <nathanieloshead@gmail.com> + + Backported from master: + 2025-04-30 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/119551 + PR c++/119996 + * g++.dg/modules/internal-13.C: New test. + 2025-04-30 Andrew MacLeod <amacleod@redhat.com> PR tree-optimization/119712 |