Daily bump.

This commit is contained in:
GCC Administrator 2022-01-23 00:16:24 +00:00
parent 9ea451e279
commit d43be9dcc1
6 changed files with 51 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2022-01-22 Jakub Jelinek <jakub@redhat.com>
PR other/104181
* build.log: Remove.
2022-01-20 Martin Liska <mliska@suse.cz>
* MAINTAINERS: Adjust email address based on IRC request.

View File

@ -1,3 +1,9 @@
2022-01-22 Jakub Jelinek <jakub@redhat.com>
PR other/104176
* opts-global.cc (handle_common_deferred_options): Quote
--enable-plugin in diagnostics to avoid -Werror=format-diag.
2022-01-21 Michael Meissner <meissner@the-meissners.org>
PR target/104136

View File

@ -1 +1 @@
20220122
20220123

View File

@ -1,3 +1,11 @@
2022-01-22 David Malcolm <dmalcolm@redhat.com>
PR analyzer/104159
* region-model-manager.cc
(region_model_manager::get_or_create_cast): Bail out if the types
are the same. Don't attempt to handle casts involving vector
types.
2022-01-20 David Malcolm <dmalcolm@redhat.com>
PR analyzer/94362

View File

@ -1,3 +1,11 @@
2022-01-22 Harald Anlauf <anlauf@gmx.de>
PR fortran/104127
* simplify.cc (gfc_simplify_transfer): Ensure that the result
typespec is set up for TRANSFER with MOLD of type CHARACTER
including character length even if the result is a zero-sized
array.
2022-01-20 Sandra Loosemore <sandra@codesourcery.com>
PR fortran/103695

View File

@ -1,3 +1,26 @@
2022-01-22 David Malcolm <dmalcolm@redhat.com>
PR analyzer/104150
* gcc.dg/analyzer/pr104089.c: Add "dg-add-options float16"
and "dg-require-effective-target float16" directives.
2022-01-22 David Malcolm <dmalcolm@redhat.com>
PR analyzer/104159
* gcc.dg/analyzer/torture/pr104159.c: New test.
2022-01-22 Harald Anlauf <anlauf@gmx.de>
PR fortran/104127
* gfortran.dg/transfer_simplify_11.f90: Fix logic.
* gfortran.dg/transfer_simplify_13.f90: New test.
2022-01-22 Michael Meissner <meissner@the-meissners.org>
PR testsuite/103763
* gcc.target/powerpc/fold-vec-splat-floatdouble.c: Fix insn regex
on power10.
2022-01-21 Jakub Jelinek <jakub@redhat.com>
PR c++/104148