]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Mar 2025 00:16:46 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Mar 2025 00:16:46 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog
include/ChangeLog
libiberty/ChangeLog

index b95bd0c36a396c82eac3647bf5729b9ee8fd25b2..135314082fb3cc15e549258044c36a48f06f5a79 100644 (file)
@@ -1,3 +1,24 @@
+2025-03-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR cobol/119283
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Check for host memrchr.
+
+2025-03-29  Lulu Cheng  <chenglulu@loongson.cn>
+
+       * doc/invoke.texi: Modify the description of '-mld-seq-sa'.
+
+2025-03-29  Lulu Cheng  <chenglulu@loongson.cn>
+
+       * config/loongarch/loongarch-def.cc
+       (la464_align): Add settings for labels.
+       (la664_align): Likewise.
+       * config/loongarch/loongarch-opts.cc
+       (loongarch_target_option_override): Likewise.
+       * config/loongarch/loongarch-tune.h
+       (struct loongarch_align): Implement the function `label_`.
+
 2025-03-28  Jakub Jelinek  <jakub@redhat.com>
 
        * common.opt.urls: Regenerate.
index d03f9f16051844396227d7673fff9cc460d29a81..a929d4e763eb986618514241aef16cbd5c91b3be 100644 (file)
@@ -1 +1 @@
-20250329
+20250330
index b7ea75b76611bc4d1da908b6773bd4dbd8826d70..aaa11b75a0f755188ff813c87c91f1560b523388 100644 (file)
@@ -1,3 +1,34 @@
+2025-03-29  Jason Merrill  <jason@redhat.com>
+
+       * decl.cc (duplicate_decls): Don't clobber DECL_MODULE_IMPORT_P with
+       an injected friend.
+       * name-lookup.cc (check_module_override): Look at all reachable
+       decls in decl's originating module.
+
+2025-03-29  Jason Merrill  <jason@redhat.com>
+
+       PR c++/64500
+       PR c++/116285
+       * name-lookup.cc (push_to_top_level): Don't try to store_bindings
+       for namespace levels.
+
+2025-03-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * name-lookup.cc (maybe_lazily_declare): Fix comment typo,
+       anout -> about.
+
+2025-03-29  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/118961
+       * class.cc (copy_fndecl_with_name): Mark clones as non-abstract.
+       * cp-tree.h (setup_explicit_instantiation_definition_linkage):
+       Declare new function.
+       * module.cc (trees_in::read_var_def): Use it.
+       (module_state::read_cluster): Likewise.
+       * pt.cc (setup_explicit_instantiation_definition_linkage): New
+       function.
+       (mark_decl_instantiated): Use it.
+
 2025-03-27  Tobias Burnus  <tburnus@baylibre.com>
 
        * cp-tree.h (cp_finish_omp_init_prefer_type): Add.
index 2e4e2538a59698b85e906bfad0512281652259e8..f0b70c2e00dae199e273e08eac68cbc1be116a85 100644 (file)
@@ -1,3 +1,7 @@
+2025-03-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * libgccjit.exports: Add symbols for ABI 28 to 34.
+
 2025-03-13  Matthias Klose  <doko@ubuntu.com>
 
        * Make-lang.in (LIBGCCJIT_VERSION_NUM): Move to ../Makefile.in.
index 3a721213ab01905a13b3efee540fc360c45d5a29..d2910f90d4b60e1e0061fcaa86a71ea6467a964e 100644 (file)
@@ -1,3 +1,24 @@
+2025-03-29  Sam James  <sam@gentoo.org>
+
+       * gcc.target/arm/short-vfp-1.c: Add whitespace around brace.
+
+2025-03-29  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/modules/friend-9_a.C: New test.
+       * g++.dg/modules/friend-9_b.C: New test.
+
+2025-03-29  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/118961
+       * g++.dg/modules/lto-1.h: New test.
+       * g++.dg/modules/lto-1_a.H: New test.
+       * g++.dg/modules/lto-1_b.C: New test.
+       * g++.dg/modules/lto-1_c.C: New test.
+       * g++.dg/modules/lto-2_a.H: New test.
+       * g++.dg/modules/lto-2_b.C: New test.
+       * g++.dg/modules/lto-3_a.H: New test.
+       * g++.dg/modules/lto-3_b.C: New test.
+
 2025-03-28  Jakub Jelinek  <jakub@redhat.com>
 
        * g++.dg/opt/musttail2.C (foo): Define the function instead of
index 8e354697da479ff392314d51decbd26f373583ad..f3d4cbde6cfefdd1f60b94fd92999f6a2428bfa1 100644 (file)
@@ -1,3 +1,8 @@
+2025-03-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR cobol/119283
+       * libiberty.h (memrchr): New.
+
 2025-03-21  Paul-Antoine Arras  <parras@baylibre.com>
            Tobias Burnus  <tburnus@baylibre.com>
 
index 0bee330df2206c527d0bf0cc7fcf0dcf3e084934..81c247a972aa564d88d084efcb161860e1fee9d2 100644 (file)
@@ -1,3 +1,13 @@
+2025-03-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR cobol/119283
+       * Makefile.in: Add memrchr build rules.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Check for memrchr.
+       * functions.texi: Document memrchr.
+       * memrchr.c: New file.
+
 2025-03-25  Iain Sandoe  <iain@sandoe.co.uk>
 
        PR other/119218