From: GCC Administrator Date: Mon, 21 Feb 2022 00:16:24 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c42f1e7734412c64e45a0fb0e519d40e144d6f9d;p=test_jj.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b925510..fe35542 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220220 +20220221 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 8274a4d..812a23b 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 4a1371b..99282bb 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 54228c7..056dbfa 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 5359674..22ec779 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.