]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Feb 2021 00:17:22 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Feb 2021 00:17:22 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 027c5a0d149a8ed883f40d536be5ac9fda088a5c..fb87102372284577b646ea35bcb602fdb83d1908 100644 (file)
@@ -1 +1 @@
-20210212
+20210213
index d5d07699055443eec15c5fae839456768f31a06f..1cf9cf8468eb52b27d50c20d93146a9d24a48d9d 100644 (file)
@@ -1,3 +1,15 @@
+2021-02-12  Jason Merrill  <jason@redhat.com>
+
+       PR c++/96905
+       * pt.c (mark_decl_instantiated): Exit early if consteval.
+
+2021-02-12  Jason Merrill  <jason@redhat.com>
+
+       PR c++/98326
+       PR c++/20408
+       * cp-gimplify.c (simple_empty_class_p): Don't touch an invisiref
+       parm.
+
 2021-02-11  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index e09adb8fe07252241b8dec919cf292ba88f3f3d2..0894fa71b185dd223f9812b05834361506cb27e2 100644 (file)
@@ -1,3 +1,12 @@
+2021-02-12  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-02-12  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/99043
+       * trans-expr.c (gfc_conv_procedure_call): Don't reset
+       rank of assumed-rank array.
+
 2021-02-11  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 9c5301a7df31872e0c56d843196d1fdd8276557b..eea78c2218a45e377bf19a64b9979875718e0ebd 100644 (file)
@@ -1,3 +1,26 @@
+2021-02-12  Steve Kargl  <sgk@troutmask.apl.washington.edu>
+
+       PR libfortran/95647
+       * gfortran.dg/ieee/ieee_12.f90: New test.
+
+2021-02-12  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-02-12  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/99043
+       * gfortran.dg/assumed_rank_20.f90: New test.
+
+2021-02-12  Jason Merrill  <jason@redhat.com>
+
+       PR c++/96905
+       * g++.dg/cpp2a/consteval-expinst1.C: New test.
+
+2021-02-12  Jason Merrill  <jason@redhat.com>
+
+       PR c++/98326
+       * g++.dg/cpp1y/lambda-generic-empty1.C: New test.
+
 2021-02-11  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index e730ae2eefd60eb53fe8418c64d42a44bf5e6658..1806c6b3a66d34357b9e4ee2f9d932d0a5916c94 100644 (file)
@@ -1,3 +1,9 @@
+2021-02-12  Steve Kargl  <sgk@troutmask.apl.washington.edu>
+
+       PR libfortran/95647
+       * ieee/ieee_arithmetic.F90: Flip interfaces of operators .eq. to
+       == and .ne. to /= .
+
 2021-01-03  Iain Sandoe  <iain@sandoe.co.uk>
            Jakub Jelinek   <jakub@redhat.com>