Daily bump.

This commit is contained in:
GCC Administrator
2026-03-15 00:16:26 +00:00
parent 063979dc0b
commit 3aca3bae8e
9 changed files with 104 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2026-03-14 Jakub Jelinek <jakub@redhat.com>
PR other/124508
* update-copyright.py: Add James Bohl. as another copyright.
2026-03-09 Martin Jambor <mjambor@suse.cz>
* filter-clang-warnings.py (skip_warning): Also ingore

View File

@@ -1,3 +1,9 @@
2026-03-14 Jakub Jelinek <jakub@redhat.com>
PR other/124508
* config/loongarch/genopts/gen-evolution.awk: Rename copyright_header
routine so that update-copyright.py isn't upset about it.
2026-03-13 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR rtl-optimization/124454

View File

@@ -1 +1 @@
20260314
20260315

View File

@@ -1,3 +1,10 @@
2026-03-14 Matthias Klose <doko@gcc.gnu.org>
PR ada/107475
* Makefile.rtl (s390% linux%): Define MISCLIB.
(arm% linux-gnueabi%): Likewise.
(%x32 linux%): Likewise.
2026-03-12 Steve Baird <baird@adacore.com>
PR ada/124016

View File

@@ -1,3 +1,9 @@
2026-03-14 Jose E. Marchesi <jemarch@gnu.org>
* a68-low-strings.cc (a68_string_mult): Adjust to RR semantics for
negative or zero factor argument.
* ga68.texi (String operators): Adjust documentation accordingly.
2026-03-08 Jose E. Marchesi <jemarch@gnu.org>
PR algol68/124372

View File

@@ -1,3 +1,35 @@
2026-03-14 Jakub Jelinek <jakub@redhat.com>
PR c++/124399
* decl.cc (grokdeclarator): If both *attrlist and
declarator->std_attributes list contain annotations, chainon
declarator->std_attributes to tail of copy_list (*attrlist)
rather than *attrlist to tail of declarator->std_attributes.
2026-03-14 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124485
* cp-tree.h (lazy_load_pendings): Declare new overload.
* module.cc (lazy_load_pendings): Define it.
* name-lookup.cc (lookup_elaborated_type): Load pending entities
with given name before doing namespace-scope lookup.
(pushtag): Remove no-longer-needed pending load.
2026-03-14 Jakub Jelinek <jakub@redhat.com>
PR c++/124456
* pt.cc (tsubst_pack_expansion): For structured binding pack
with type dependent pack set arg_pack to NULL_TREE.
2026-03-14 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124478
* cp-tree.h (lazily_declare_fn): Make return type void.
* method.cc (is_lazy_special_member): New function.
(implicitly_declare_fn): Bail early if we lazy loaded the member
we're trying to declare.
(lazily_declare_fn): Likewise.
2026-03-13 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in (check-c++-all): Also test c++26.

View File

@@ -1,3 +1,41 @@
2026-03-14 Jakub Jelinek <jakub@redhat.com>
PR c++/124399
* g++.dg/reflect/annotations12.C: Uncomment two tests, remove
temporary test added until that is fixed.
* g++.dg/reflect/annotations13.C: New test.
2026-03-14 Jose E. Marchesi <jemarch@gnu.org>
* algol68/execute/float-1.a68: New test.
2026-03-14 Jose E. Marchesi <jemarch@gnu.org>
* algol68/execute/mult-char-1.a68: Multiplying a char or string by
negative or zero factor results in the empty string.
* algol68/execute/mult-string-3.a68: Likewise.
* algol68/execute/mult-string-2.a68: Likewise.
* algol68/execute/mult-string-1.a68: Likewise.
2026-03-14 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124485
* g++.dg/modules/class-8_b.C: Adjusted expected behaviour.
* g++.dg/modules/pr124485_a.C: New test.
* g++.dg/modules/pr124485_b.C: New test.
2026-03-14 Jakub Jelinek <jakub@redhat.com>
PR c++/124456
* g++.dg/cpp26/decomp27.C: New test.
2026-03-14 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124478
* g++.dg/modules/imp-member-6_a.C: New test.
* g++.dg/modules/imp-member-6_b.C: New test.
* g++.dg/modules/imp-member-6_c.C: New test.
2026-03-14 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
* gcc.c-torture/execute/pr17377.c: Mark global variable x

View File

@@ -1,3 +1,8 @@
2026-03-14 Jose E. Marchesi <jemarch@gnu.org>
* standard.a68.in (float): Fix typo from RR and handle short* int
arguments properly.
2026-02-23 Jose E. Marchesi <jemarch@gnu.org>
* transput.a68.in: Remove and move content to..

View File

@@ -1,3 +1,7 @@
2026-03-14 Jonathan Wakely <jwakely@redhat.com>
* include/std/text_encoding: Fix @since in Doxygen comment.
2026-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libstdc++/124290