]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Mar 2021 00:16:29 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Mar 2021 00:16:29 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/fortran/ChangeLog
gcc/lto/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog

index 63328e218b2ecbd4ef976148a3fa2987b793803f..ce38dfce63e0655fea3297c8ed570136fa620161 100644 (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
index e3dfd68aee83e4b57633ef68547c04a349906eee..b1563dc01f0b51b93784fd0749c5b6da2d6e602a 100644 (file)
@@ -1 +1 @@
-20210228
+20210301
index a13d02102d0fb91e6db96e08f77e18b0230c5dd6..b6b21241b234f5704ccb2f716161bbeb28ef7a11 100644 (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
index 91f35aac4298cbb1ad336adeb381aadceeb5b598..59f783cd15dd2120b5416d8b5ed41abb285d794e 100644 (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
index a3274488c8a86d08317c34f03c5f9468b71042ee..5fdf80729595bc9d041c5244607d7e2892c754e4 100644 (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.
index 12537ef23aa66a603e161c8d882d585a48642cb3..a0e862163085b056fbdee4502d302909d633c735 100644 (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.
index ff8fc6558d4bbb887678f9a7d3d1e5c185b04ff4..caf9c5ae69ff896ce06548a8ae31bc66ae215572 100644 (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