]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 Jan 2025 00:26:41 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 Jan 2025 00:26:41 +0000 (00:26 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 309e1782f83f7b788ad7ffc319c1c91cfd575bd3..b0aec664e8d7f1675959442f4e22a36de1a0e5eb 100644 (file)
@@ -1 +1 @@
-20250121
+20250122
index ce247c465da59081ca65abe47927665071cec9c3..11f2ecac404803db1dd017604cc8bb0610c9ca59 100644 (file)
@@ -1,3 +1,18 @@
+2025-01-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/118509
+       * typeck.cc (get_member_function_from_ptrfunc): Wrap force_target_expr
+       with save_expr.
+
+2025-01-21  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-01-17  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/118049
+       * module.cc (trees_in::is_matching_decl): Propagate
+       FNDECL_USED_AUTO as well.
+
 2025-01-19  Simon Martin  <simon@nasilyan.com>
 
        Backported from master:
index 745d371991a78203146660254fbd38ad3a7694c9..17d2a943fe73cd57469ada1ec347396202d0fde3 100644 (file)
@@ -1,3 +1,20 @@
+2025-01-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/118509
+       * g++.dg/expr/pmf-4.C: New test.
+
+2025-01-21  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-01-17  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/118049
+       * g++.dg/modules/auto-5_a.C: New test.
+       * g++.dg/modules/auto-5_b.C: New test.
+       * g++.dg/modules/auto-5_c.C: New test.
+       * g++.dg/modules/auto-6_a.H: New test.
+       * g++.dg/modules/auto-6_b.C: New test.
+
 2025-01-19  Simon Martin  <simon@nasilyan.com>
 
        Backported from master: