Daily bump.

This commit is contained in:
GCC Administrator 2025-03-30 00:16:46 +00:00
parent 78e0cf06c8
commit cc63163f0a
7 changed files with 93 additions and 1 deletions

View 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.

View file

@ -1 +1 @@
20250329
20250330

View 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.

View 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.

View 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

View 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>

View 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