Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Jan 2021 00:16:19 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Jan 2021 00:16:19 +0000 (00:16 +0000)
ChangeLog
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/analyzer/ChangeLog
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libcody/ChangeLog

index bd87d5fc6eeb7d517ea3cc9f3e63f438c1ae18ef..0a352870cd63a0d84a379de489b4fa4bf444eae7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
+
+       * Makefile.def: Sync with binutils-gdb:
+       (dependencies): all-ld depends on all-libctf.
+       (host_modules): libctf is no longer no_install.
+       No longer no_check.  Checking depends on all-ld.
+       * Makefile.in: Regenerated.
+
 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * libtool.m4: Match gnu* along other GNU systems.
index ffe6b8efbd0c686955aa9cfd7026a1df677eb2b6..f53a0b079e0b594a8da62daf99315c51d16e18d6 100644 (file)
@@ -1,3 +1,11 @@
+2021-01-06  Martin Liska  <mliska@suse.cz>
+
+       * gcc-changelog/git_commit.py: Add decode_path function.
+       * gcc-changelog/git_email.py: Use it in order to solve
+       utf8 encoding filename issues.
+       * gcc-changelog/git_repository.py: Likewise.
+       * gcc-changelog/test_email.py: Test it.
+
 2021-01-04  Jakub Jelinek  <jakub@redhat.com>
 
        * update-copyright.py: Add AMD and Ulf Adams as external authors.
index 1bd59221284238b071ad11b8c657f111833f3c65..5541e694bb387d302922041ba64bc5b23f9d1025 100644 (file)
@@ -1,3 +1,31 @@
+2021-01-06  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       PR rtl-optimization/97978
+       * lra-int.h (lra_hard_reg_split_p): New external.
+       * lra.c (lra_hard_reg_split_p): New global.
+       (lra): Set up lra_hard_reg_split_p after splitting a hard reg.
+       * lra-assigns.c (lra_assign): Don't check allocation correctness
+       after hard reg splitting.
+
+2021-01-06  Martin Sebor  <msebor@redhat.com>
+
+       PR c++/98305
+       * builtins.c (new_delete_mismatch_p): New overload.
+       (new_delete_mismatch_p (tree, tree)): Call it.
+
+2021-01-06  Alexandre Oliva  <oliva@adacore.com>
+
+       * Makefile.in (T_GLIMITS_H): New.
+       (stmp-int-hdrs): Depend on it, use it.
+       * config/t-vxworks (T_GLIMITS_H): Override it.
+       (vxw-glimits.h): New.
+
+2021-01-06  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/98513
+       * value-range.cc (intersect_ranges): Compare the upper bounds
+       for the expected relation.
+
 2021-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
 
        Revert:
index c11ea6e377e837b9929975c66a6d51da3bef357c..804e6b24a1b3287847ee11f421a553b1bb970b28 100644 (file)
@@ -1 +1 @@
-20210106
+20210107
index d5216e9edd8fa6ad4be675e7222814acfdb6eca9..9d8182b8947776a1590f9ea504e6b9a3d1cdc1c5 100644 (file)
@@ -1,3 +1,10 @@
+2021-01-06  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/97072
+       * region-model-reachability.cc (reachable_regions::init_cluster):
+       Convert symbolic region handling to a switch statement.  Add cases
+       to handle SK_UNKNOWN and SK_CONJURED.
+
 2021-01-05  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/98293
index ebabc2ac32d58d9af1a95c99b056e7f9b5a03128..654c23600850a4dae5c2367ff4cabe032c40826d 100644 (file)
@@ -1,3 +1,18 @@
+2021-01-06  Martin Sebor  <msebor@redhat.com>
+
+       PR c++/95768
+       * c-pretty-print.c (c_pretty_printer::primary_expression): For
+       SSA_NAMEs print VLA names and GIMPLE defining statements.
+       (print_mem_ref): New function.
+       (c_pretty_printer::unary_expression): Call it.
+
+2021-01-06  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/95582
+       * c-attribs.c (c_common_attribute_table): Add entry for
+       signed_bool_precision.
+       (handle_signed_bool_precision_attribute): New.
+
 2020-12-24  Iain Sandoe  <iain@sandoe.co.uk>
 
        * c.opt: Add -stdlib= option and enumerations for
index 5f35ab78b45b5407996946987a6343afbc7edfa7..5a5047350e3babedbf93a8b31c546942f8cfda21 100644 (file)
@@ -1,3 +1,8 @@
+2021-01-06  Martin Sebor  <msebor@redhat.com>
+
+       PR c++/95768
+       * error.c (dump_expr): Call c_pretty_printer::unary_expression.
+
 2021-01-05  Patrick Palka  <ppalka@redhat.com>
 
        * pt.c (unify) <case TEMPLATE_PARM_INDEX>: After walking into
index 5298365896f5be397764d94a7a7f630376bb5500..f8625cf7f1fdf45d5152f8b6305f0b06f9333466 100644 (file)
@@ -1,3 +1,8 @@
+2021-01-06  Harald Anlauf  <anlauf@gmx.de>
+
+       * resolve.c (resolve_component): Add check for valid CLASS
+       reference before trying to access CLASS data.
+
 2021-01-04  Martin Liska  <mliska@suse.cz>
 
        * ChangeLog-2018: Remove duplicate ChangeLog entries.
index a5b1044af87d259dd512424d1443971c9e0c906d..856b05d5727b131cfb5bb928b820cb6f4b75dd16 100644 (file)
@@ -1,3 +1,62 @@
+2021-01-06  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       PR rtl-optimization/97978
+       * gcc.target/i386/pr97978.c: New.
+
+2021-01-06  Martin Sebor  <msebor@redhat.com>
+
+       PR c++/95768
+       * g++.dg/pr95768.C: New test.
+       * g++.dg/warn/Wuninitialized-12.C: New test.
+       * gcc.dg/uninit-38.c: New test.
+
+2021-01-06  Martin Sebor  <msebor@redhat.com>
+
+       PR c++/98305
+       * g++.dg/warn/Wmismatched-new-delete-3.C: New test.
+
+2021-01-06  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/96504
+       * g++.dg/coroutines/torture/pr95519-05-gro.C: Use suspend_always
+       as the final suspend point so that we can check that the state
+       machine has reached the expected point.
+
+2021-01-06  Marek Polacek  <polacek@redhat.com>
+
+       PR testsuite/98566
+       * g++.dg/warn/Wmismatched-dealloc.C: Use target c++14 in
+       dg-error.
+
+2021-01-06  Alexandre Oliva  <oliva@adacore.com>
+
+       * g++.dg/opt/store-merging-2.C: Add the required alignment.
+
+2021-01-06  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/95582
+       * gcc.dg/pr95582.c: New testcase.
+
+2021-01-06  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/98513
+       * gcc.dg/tree-ssa/pr98513.c: New testcase.
+
+2021-01-06  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/97072
+       * gcc.dg/analyzer/pr97072.c: New test.
+
+2021-01-06  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/98073
+       * gcc.dg/analyzer/pr98073.c: New test.
+
+2021-01-06  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/98223
+       * gcc.dg/analyzer/pr94851-1.c: Remove xfail.
+
 2021-01-05  Ilya Leoshkevich  <iii@linux.ibm.com>
 
        * gcc.target/s390/s390.exp: Replace %% with %.
index a732024c7319fa0c9093dd847f59ef47a99f14bc..6cee3b9cad6edf27e3ec7ef71017e5a3e49bc43f 100644 (file)
@@ -1,3 +1,8 @@
+2021-01-06  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR bootstrap/98506
+       * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
+
 2021-01-04  Nathan Sidwell  <nathan@acm.org>
 
        * client.cc (Client::ProcessResponse): Remove std::move