]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Aug 2025 00:18:15 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Aug 2025 00:18:15 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 81ec0707999ea1ccb0e1f238b2c71278872f1203..f9f4bfe769c2598bb31c27526e0869f27ca0cfec 100644 (file)
@@ -1,3 +1,28 @@
+2025-08-23  Sam James  <sam@gentoo.org>
+
+       PR target/120933
+       * config.gcc (supported_defaults): Add tls for i386, x86_64.
+       * config/i386/i386.h (host_detect_local_cpu): Add tls.
+       * doc/install.texi: Document --with-tls= for i386, x86_64.
+
+2025-08-23  John Ericson  <git@JohnEricson.me>
+
+       * gcc.cc (for_each_path): templated, to make passing lambdas
+       possible/easy/safe, and to have a polymorphic return type.
+       (struct add_to_obstack_info): Deleted, lambda captures replace
+       it.
+       (add_to_obstack): Moved to lambda in build_search_list.
+       (build_search_list): Has above lambda now.
+       (struct file_at_path_info):  Deleted, lambda captures replace
+       it.
+       (file_at_path): Moved to lambda in find_a_file.
+       (find_a_file): Has above lambda now.
+       (struct spec_path_info): Reamed to just struct spec_path.
+       (struct spec_path): New name.
+       (spec_path): Rnamed to spec_path::operator()
+       (spec_path::operator()): New name
+       (do_spec_1): Updated for_each_path call sites.
+
 2025-08-22  Kishan Parmar  <kishan@linux.ibm.com>
 
        PR target/118890
index edde633f906164e1d655fa0482bdddab5425f528..3279e10f232c3f5c340079e5099262aaff1e7055 100644 (file)
@@ -1 +1 @@
-20250823
+20250824
index 265899403c8a3917c97c2f94aaa7d4d0ae1aaa95..7f5e82678fac1b59fe03e3e581afb5fd9ec5791f 100644 (file)
@@ -1,3 +1,13 @@
+2025-08-23  Eczbek  <eczbek.void@gmail.com>
+
+       PR c++/116928
+       * parser.cc (cp_parser_braced_list): Set greater_than_is_operator_p.
+
+2025-08-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120499
+       * method.cc (synthesize_method): Set the instantiating module.
+
 2025-08-21  Jason Merrill  <jason@redhat.com>
 
        PR c++/121068
index b28c22186166d6624d40adf846d2060ac3c27b35..039f6aea27ee09d3f9701db7f4b008141f206913 100644 (file)
@@ -1,3 +1,22 @@
+2025-08-23  Eczbek  <eczbek.void@gmail.com>
+
+       PR c++/116928
+       * g++.dg/parse/template33.C: New test.
+
+2025-08-23  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/120933
+       * gcc.target/i386/noplt-gd-1.c (dg-options): Add
+       -mtls-dialect=gnu.
+       * gcc.target/i386/noplt-ld-1.c (dg-options): Likewise.
+
+2025-08-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120499
+       * g++.dg/modules/imp-member-4_a.C: New test.
+       * g++.dg/modules/imp-member-4_b.C: New test.
+       * g++.dg/modules/imp-member-4_c.C: New test.
+
 2025-08-22  Jeff Law  <jlaw@ventanamicro.com>
 
        PR rtl-optimization/120553