aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-12-27 00:16:18 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-12-27 00:16:18 +0000
commit521bc8e1b05bfc684c4cc5bb6b6a4af672793390 (patch)
treea4a2c83a3c03c82e585b495cb95b19783ee083a7
parent6037ebeff1cd76385e88dd9cbcaf68ada85316fb (diff)
Daily bump.
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/fortran/ChangeLog21
-rw-r--r--gcc/testsuite/ChangeLog15
-rw-r--r--libstdc++-v3/ChangeLog6
4 files changed, 43 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a6576fafae8..b7f012f6fde 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20201226
+20201227
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 69e10248b8c..c10f28737be 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,24 @@
+2020-12-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/98022
+ * data.c (gfc_assign_data_value): Throw an error for inquiry
+ references. Follow with corrected code that would provide the
+ expected result and provides clean error recovery.
+
+2020-12-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/83118
+ * trans-array.c (gfc_alloc_allocatable_for_assignment): Make
+ sure that class expressions are captured for dummy arguments by
+ use of gfc_get_class_from_gfc_expr otherwise the wrong vptr is
+ used.
+ * trans-expr.c (gfc_get_class_from_gfc_expr): New function.
+ (gfc_get_class_from_expr): If a constant expression is
+ encountered, return NULL_TREE;
+ (gfc_trans_assignment_1): Deallocate rhs allocatable components
+ after passing derived type function results to class lhs.
+ * trans.h : Add prototype for gfc_get_class_from_gfc_expr.
+
2020-12-25 Harald Anlauf <anlauf@gmx.de>
* data.c (gfc_assign_data_value): Restrict use of
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 62ae787412e..3d36d641981 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,18 @@
+2020-12-26 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR c++/96045
+ * obj-c++.dg/property/property-neg-6.mm: Adjust EOF
+ diagnostic location.
+ * obj-c++.dg/syntax-error-10.mm: Likewise.
+ * obj-c++.dg/syntax-error-8.mm: Likewise.
+ * obj-c++.dg/syntax-error-9.mm: Likewise.
+
+2020-12-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/98022
+ * gfortran.dg/data_inquiry_ref.f90: Change to dg-compile and
+ add errors for inquiry references.
+
2020-12-25 Harald Anlauf <anlauf@gmx.de>
* gfortran.dg/pr93685_1.f90: New test.
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a282c4e5a21..dfc97005e05 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2020-12-26 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/abi.xml: Update link to Intel's compatibility
+ with GNU compilers document.
+ * doc/html/manual/abi.html: Regenerate.
+
2020-12-25 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/messages.xml: Update link to Java docs.