diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b9255102454..fe355427f10 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220220 +20220221 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 8274a4dd7cb..812a23be7af 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,25 @@ +2022-02-20 Iain Buclaw + + * expr.cc (ExprVisitor::visit (DeleteExp *)): Remove handling of + deleting GC allocated classes. + * runtime.def (DELCLASS): Remove. + (DELINTERFACE): Remove. + +2022-02-20 Iain Buclaw + + * dmd/MERGE: Merge upstream dmd cb49e99f8. + * dmd/VERSION: Update version to v2.099.0-beta.1. + * decl.cc (layout_class_initializer): Update call to NewExp::create. + * expr.cc (ExprVisitor::visit (DeleteExp *)): Remove handling of + deleting arrays and pointers. + (ExprVisitor::visit (DotVarExp *)): Convert complex types to the + front-end library type representing them. + (ExprVisitor::visit (StringExp *)): Use getCodeUnit instead of charAt + to get the value of each index in a string expression. + * runtime.def (DELMEMORY): Remove. + (DELARRAYT): Remove. + * types.cc (TypeVisitor::visit (TypeEnum *)): Handle anonymous enums. + 2022-02-16 Iain Buclaw * d-builtins.cc (d_build_builtins_module): Set purity of DECL_PURE_P diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 4a1371b95bc..99282bbda40 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,11 @@ +2022-02-20 Harald Anlauf + + PR fortran/77693 + * data.cc (gfc_assign_data_value): If a variable in a data + statement has the POINTER attribute, check for allowed initial + data target that is compatible with pointer assignment. + * gfortran.h (IS_POINTER): New macro. + 2022-02-15 Tobias Burnus * trans-openmp.cc (gfc_trans_omp_depobj): Fix to alloc/ptr dummy diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 54228c7565a..056dbfae541 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2022-02-20 Iain Buclaw + + * gdc.dg/special1.d: New file. + +2022-02-20 Harald Anlauf + + PR fortran/77693 + * gfortran.dg/data_pointer_2.f90: New test. + 2022-02-19 Tom de Vries * gcc.target/nvptx/atomic-store-1.c: Update. diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 53596742a8b..22ec7794a6f 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,10 @@ +2022-02-20 Iain Buclaw + + * libdruntime/MERGE: Merge upstream druntime 55528bd1. + * src/MERGE: Merge upstream phobos 1a3e80ec2. + * testsuite/libphobos.hash/test_hash.d: Update. + * testsuite/libphobos.betterc/test19933.d: New test. + 2022-02-16 Iain Buclaw * Makefile.in: Regenerate.