]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 14 Mar 2021 00:16:18 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 14 Mar 2021 00:16:18 +0000 (00:16 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index d033682fc225ca53270f8038b42f502b19b53d43..e39cfd86ab027a646140bc2c4d3a4d37149fd37d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2021-03-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.def: Remove all-sim dependency on configure-gdb.
+       * Makefile.in: Regenerated.
+
 2021-03-11  Jeff Law  <law@redhat.com>
 
        * MAINTAINERS: Update entries for a few ex-ImgTec employees
index 1c49510f5ee1f9b2b7d42fd26a7bb170c519cbc5..2d63944b2700d781cccb136fc5e9c45fdf1e5b3c 100644 (file)
@@ -1,3 +1,15 @@
+2021-03-13  Martin Sebor  <msebor@redhat.com>
+
+       PR tree-optimization/99489
+       * builtins.c (gimple_call_alloc_size): Fail gracefully when argument
+       is not a call statement.
+
+2021-03-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/99544
+       * match.pd (X + (X << C) -> X * (1 + (1 << C))): Don't simplify
+       if for vector types multiplication can't be done in type's mode.
+
 2021-03-12  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/99422
index a183ced2a566b6f15f5b79be97d9b827d6330adb..730133e74dd32fa096b474aee535b605ad68953a 100644 (file)
@@ -1 +1 @@
-20210313
+20210314
index 3682564464af43ef6e79adf304dc32651470c2c9..8c13d1393db490673f7b83254bc0930d22bccb54 100644 (file)
@@ -1,3 +1,13 @@
+2021-03-13  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99125
+       * trans-array.c (gfc_conv_expr_descriptor): For deferred length
+       length components use the ss_info string length instead of
+       gfc_get_expr_charlen. Make sure that the deferred string length
+       is a variable before assigning to it. Otherwise use the expr.
+       * trans-expr.c (gfc_conv_string_length): Make sure that the
+       deferred string length is a variable before assigning to it.
+
 2021-03-12  Tobias Burnus  <tobias@codesourcery.com>
 
        PR fortran/99514
index e13d75227ff1612654b6d83bc6ea22898926658d..31117eba216d3fe128e1a5f7b76159031df25611 100644 (file)
@@ -1,3 +1,18 @@
+2021-03-13  Martin Sebor  <msebor@redhat.com>
+
+       PR tree-optimization/99489
+       * gcc.dg/Wstringop-truncation-9.c: New test.
+
+2021-03-13  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99125
+       * gfortran.dg/alloc_deferred_comp_1.f90: New test.
+
+2021-03-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/99544
+       * gcc.dg/gomp/pr99544.c: New test.
+
 2021-03-12  Nathan Sidwell  <nathan@acm.org>
 
        PR c++/99238