Daily bump.

This commit is contained in:
GCC Administrator 2022-03-20 00:16:30 +00:00
parent 907811ddc3
commit d7f00da1c0
8 changed files with 87 additions and 1 deletions

View File

@ -1,3 +1,30 @@
2022-03-19 Arthur Cohen <arthur.cohen@embecosm.com>
* diagnostic.cc (diagnostic_cc_tests): Rename to...
(c_diagnostic_cc_tests): ...this.
* opt-problem.cc (opt_problem_cc_tests): Rename to...
(c_opt_problem_cc_tests): ...this.
* selftest-run-tests.cc (selftest::run_tests): No longer run
opt_problem_cc_tests or diagnostic_cc_tests.
* selftest.h (diagnostic_cc_tests): Remove declaration.
(opt_problem_cc_tests): Likewise.
2022-03-19 Marc Nieper-Wißkirchen <marc@nieper-wisskirchen.de>
PR jit/63854
* hash-traits.h (struct typed_const_free_remove): New.
(struct free_string_hash): New.
* pass_manager.h: Use free_string_hash.
* passes.cc (pass_manager::register_pass_name): Use free_string_hash.
(pass_manager::~pass_manager): Delete allocated m_name_to_pass_map.
2022-03-19 Jakub Jelinek <jakub@redhat.com>
PR middle-end/104971
* config/i386/i386-expand.cc
(ix86_expand_builtin) <case IX86_BUILTIN_READ_FLAGS>: If ignore,
don't push/pop anything and just return const0_rtx.
2022-03-18 Vladimir N. Makarov <vmakarov@redhat.com>
PR rtl-optimization/104961

View File

@ -1 +1 @@
20220319
20220320

View File

@ -1,3 +1,16 @@
2022-03-19 Arthur Cohen <arthur.cohen@embecosm.com>
* c-common.cc (c_family_tests): Call the new tests.
* c-common.h (c_diagnostic_tests): Declare.
(c_opt_problem_cc_tests): Likewise.
2022-03-19 Jakub Jelinek <jakub@redhat.com>
PR c++/101515
* c-pretty-print.cc (c_fold_indirect_ref_for_warn): For C++ don't
return COMPONENT_REFs with FIELD_DECLs whose containing scope can't
be printed.
2022-03-16 Christophe Lyon <christophe.lyon@arm.com>
Roger Sayle <roger@nextmovesoftware.com>

View File

@ -1,3 +1,13 @@
2022-03-19 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/104228
PR fortran/104570
* parse.cc (parse_associate): Use a new distinct gfc_charlen if the
copied type has one whose length is not known to be constant.
* resolve.cc (resolve_assoc_var): Reset charlen if its shared with
the associate target regardless of the expression type.
Dont reinitialize charlen if its deferred.
2022-03-18 Tobias Burnus <tobias@codesourcery.com>
PR fortran/103039

View File

@ -1,3 +1,19 @@
2022-03-19 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/104228
PR fortran/104570
* gfortran.dg/associate_58.f90: New test.
2022-03-19 Jakub Jelinek <jakub@redhat.com>
PR middle-end/104971
* gcc.target/i386/pr104971.c: New test.
2022-03-19 Jakub Jelinek <jakub@redhat.com>
PR c++/101515
* g++.dg/warn/pr101515.C: New test.
2022-03-18 David Malcolm <dmalcolm@redhat.com>
PR analyzer/104943

View File

@ -1,3 +1,9 @@
2022-03-19 Tiezhu Yang <yangtiezhu@loongson.cn>
* floatformat.h (floatformat_ieee_quad_big): Renamed from
floatformat_ia64_quad_big.
(floatformat_ieee_quad_little): Similarly.
2021-12-12 Jonathan Wakely <jwakely@redhat.com>
* unique-ptr.h: Removed.

View File

@ -1,3 +1,11 @@
2022-03-19 Sergei Trofimovich <slyfox at gentoo dot org>
PR libgcc/86224
* config/m68k/lb1sf68.S (__mulsi3_internal): Internal, hidden alias
for __mulsi3.
(__udivsi3_internal, __divsi3_internal): Similarly.
(__umodsi3, __modsi3): Use the internal function names.
2022-03-09 Tobias Burnus <tobias@codesourcery.com>
PR target/102215

View File

@ -1,3 +1,9 @@
2022-03-19 Tiezhu Yang <yangtiezhu@loongson.cn>
* floatformat.c (floatformat_ieee_quad_big): Renamed from
floatformat_ia64_quad_big.
(floatformat_ieee_quad_little): Similarly.
2022-02-22 Jakub Jelinek <jakub@redhat.com>
PR lto/104617