Daily bump.

This commit is contained in:
GCC Administrator 2021-03-01 00:16:29 +00:00
parent 6838d1b33d
commit 2c83c3fbd2
7 changed files with 60 additions and 1 deletions

View File

@ -1,3 +1,20 @@
2021-02-28 Jakub Jelinek <jakub@redhat.com>
PR c/99304
* ipa.c (symbol_table::remove_unreachable_nodes): Fix a comment
typo - referneced -> referenced.
* tree.c (component_ref_size): Fix comment typo -
refernce -> reference.
* tree-ssa-alias.c (access_path_may_continue_p): Fix comment typo -
traling -> trailing.
(aliasing_component_refs_p): Fix comment typos -
refernce -> reference and refernece -> reference and
traling -> trailing.
(nonoverlapping_refs_since_match_p): Fix comment typo -
referneces -> references.
* doc/invoke.texi (--param modref-max-bases): Fix a typo -
referneces -> references.
2021-02-27 Iain Sandoe <iain@sandoe.co.uk>
* config/host-darwin.c (darwin_gt_pch_use_address): Modify

View File

@ -1 +1 @@
20210228
20210301

View File

@ -1,3 +1,10 @@
2021-02-28 Jakub Jelinek <jakub@redhat.com>
PR c/99304
* c-attribs.c (handle_malloc_attribute): Fix a typo in inform
message - refernced -> referenced. Remove superfluous space before
closing paren of function calls.
2021-02-25 Nathan Sidwell <nathan@acm.org>
PR c++/99166

View File

@ -1,3 +1,16 @@
2021-02-28 Jakub Jelinek <jakub@redhat.com>
PR fortran/99303
* openmp.c (gfc_omp_requires_add_clause): Fix up diagnostic message
wordings.
(resolve_omp_clauses): Likewise.
2021-02-28 Jakub Jelinek <jakub@redhat.com>
PR fortran/99300
* frontend-passes.c (doloop_code): Replace double space in diagnostics
with a single space.
2021-02-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/98342

View File

@ -1,3 +1,10 @@
2021-02-28 Jakub Jelinek <jakub@redhat.com>
PR c/99304
* lto-symtab.c (lto_symtab_prevailing_virtual_decl): Fix comment
typos - refernced -> referenced and
devirtualizaiton -> devirtualization.
2020-12-16 Martin Liska <mliska@suse.cz>
* lang.opt: Remove usage of Report.

View File

@ -1,3 +1,7 @@
2021-02-28 Joseph Myers <joseph@codesourcery.com>
* de.po, sv.po: Update.
2021-02-26 Joseph Myers <joseph@codesourcery.com>
* de.po: Update.

View File

@ -1,3 +1,14 @@
2021-02-28 Iain Sandoe <iain@sandoe.co.uk>
* g++.dg/coroutines/pr94879-folly-1.C: Make final suspend
expression components noexcept.
* g++.dg/coroutines/pr94883-folly-2.C: Likewise.
* g++.dg/coroutines/pr95345.C: Likewise.
2021-02-28 Jason Merrill <jason@redhat.com>
* g++.dg/ext/attr-lambda3.C: Add missing ;
2021-02-27 Jason Merrill <jason@redhat.com>
PR c++/90333