Daily bump.

This commit is contained in:
GCC Administrator
2026-03-08 00:16:27 +00:00
parent fcb78dea6b
commit 6c5de6335f
7 changed files with 89 additions and 1 deletions

View File

@@ -1,3 +1,30 @@
2026-03-07 Sandra Loosemore <sloosemore@baylibre.com>
PR driver/69367
PR driver/69849
* Makefile.in (TEXI_GCCINT_FILES): Add specs.texi.
* doc/gccint.texi: Include it.
* doc/install.texi: Fix cross-references.
* doc/invoke.texi: Likewise.
(Option Summary): Reclassify -specs/--specs as a developer option.
(Overall Options): Move -specs= documentation to...
(Developer Options): ...here.
(Spec Files): Move entire section to....
* doc/specs.texi: ....new file.
* common.opt.urls: Regenerated.
2026-03-07 Jørgen Kvalsvik <j@lambda.is>
* tree-profile.cc (struct conds_ctx): Add edges.
(topological_src_cmp): New function.
(masking_vectors): New search strategy.
2026-03-07 Robin Dapp <rdapp@oss.qualcomm.com>
PR rtl-optimization/121649
* cse.cc (find_sets_in_insn): Only use non-reg vec_select
simplifications.
2026-03-06 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR target/124126

View File

@@ -1 +1 @@
20260307
20260308

View File

@@ -1,3 +1,14 @@
2026-03-07 Eric Botcazou <ebotcazou@gcc.gnu.org>
PR target/124336
* init.c (__gnat_adjust_context_for_raise) [x86/Linux]: Fix typo.
2026-03-07 Eric Botcazou <ebotcazou@gcc.gnu.org>
PR target/124336
* init.c (__gnat_adjust_context_for_raise) [x86/Linux]: Adjust
pattern matching to new stack probes.
2026-02-28 Eric Botcazou <ebotcazou@adacore.com>
PR ada/124285

View File

@@ -1,3 +1,8 @@
2026-03-07 Martin Uecker <uecker@tugraz.at>
PR c/123856
* c-attribs.cc (handle_hardbool_attribute): Fix TYPE_NAME.
2026-03-06 Qing Zhao <qing.zhao@oracle.com>
PR c/124230

View File

@@ -1,3 +1,9 @@
2026-03-07 Jason Merrill <jason@redhat.com>
<mtxn@duck.com>
PR c++/123622
* module.cc (preprocess_module): Check deps.missing_files.
2026-03-06 Patrick Palka <ppalka@redhat.com>
PR c++/124297

View File

@@ -1,3 +1,24 @@
2026-03-07 Jason Merrill <jason@redhat.com>
<mtxn@duck.com>
PR c++/123622
* g++.dg/modules/dep-6.C: New test.
2026-03-07 Marek Polacek <polacek@redhat.com>
PR c++/39057
* g++.dg/template/friend89.C: New test.
2026-03-07 Robin Dapp <rdapp@oss.qualcomm.com>
PR rtl-optimization/121649
* gcc.dg/torture/pr121649.c: New test.
2026-03-07 Martin Uecker <uecker@tugraz.at>
PR c/123856
* gcc.dg/pr123856.c: New test.
2026-03-06 David Malcolm <dmalcolm@redhat.com>
PR analyzer/107646

View File

@@ -1,3 +1,21 @@
2026-03-07 François Dumont <frs.dumont@gmail.com>
* include/debug/functions.h [__cplusplus >= 201103L]
(__foreign_iterator_aux): Remove.
(__foreign_iterator): Adapt to use __foreign_iterator_aux2.
* include/debug/helper_functions.h [__cplusplus >= 201103L]:
Remove include bits/cpp_type_traits.h.
(_Distance_traits<_Integral, std::__true_type>): Remove.
(__valid_range_aux(_Integral, _Integral, std::__true_type)):
Remove.
(__valid_range_aux(_Iterator, _Iterator, std::__false_type)): Remove.
(__valid_range_aux(_Integral, _Integral, _Distance_traits<_Integral>::__type&,
std::__true_type)): Remove.
(__valid_range_aux(_Iterator, _Iterator, _Distance_traits<_Iterator>::__type&,
std::__false_type)): Remove.
(__valid_range(_Iterator, _Iterator)): Adapt.
(__valid_range(_Iterator, _Iterator, _Distance_traits<_Iterator>::__type&)): Adapt.
2026-03-06 Nathan Myers <ncm@cantrip.org>
* include/std/bitset (operator[]() const): Customize bounds