]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Jun 2020 00:17:01 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Jun 2020 00:17:01 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 6c883c9885393c416d6e43d1884704c1e1932a69..de253bc14b713d03293eed0904659e6f6f666aec 100644 (file)
@@ -1 +1 @@
-20200604
+20200605
index 8e89dfce58722a5041b27b2f124e75fda743bfc7..3538a5c9247a731cd42b7985a775db554012d033 100644 (file)
@@ -1,3 +1,29 @@
+2020-06-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/93310
+       * constexpr.c (cxx_eval_constant_expression) [OBJ_TYPE_REF]:
+       Evaluate OBJ_TYPE_REF_EXPR.
+
+2020-06-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95158
+       * class.c (lookup_vfn_in_binfo): New.
+       * call.c (build_over_call): Use it.
+       * cp-tree.h (resolves_to_fixed_type_p): Add default argument.
+       (lookup_vfn_in_binfo): Declare.
+
+2020-06-04  Patrick Palka  <ppalka@redhat.com>
+
+       * pt.c (process_partial_specialization): Pass the full set of
+       generic template arguments to strictly_subsumes.
+
+2020-06-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92103
+       * pt.c (most_specialized_partial_spec): Reorganize the loop over
+       DECL_TEMPLATE_SPECIALIZATIONS.  Check constraints_satisfied_p on
+       the original template declaration, not on the tsubsted one.
+
 2020-06-02  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/92633
index 2a985eefae1a49e461597c49c3675b2fd6ec5935..4f85bb3a89703c533ac7d4c9c95eafb3e35506c1 100644 (file)
@@ -1,3 +1,24 @@
+2020-06-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/93310
+       * g++.dg/cpp2a/constexpr-virtual16.C: New test.
+       * g++.dg/cpp2a/constexpr-virtual17.C: New test.
+       * g++.dg/cpp2a/constexpr-new12.C: Adjust diagnostic.
+
+2020-06-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95158
+       * g++.dg/template/virtual5.C: New test.
+
+2020-06-04  Patrick Palka  <ppalka@redhat.com>
+
+       * g++.dg/cpp2a/concepts-partial-spec8.C: New test.
+
+2020-06-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92103
+       * g++.dg/cpp2a/concepts-partial-spec7.C: New test.
+
 2020-06-02  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/92633
index e52ba0f64751af0544bdeac50db0ba2bb07139e1..da5501682db49e844786454ba15719c662d063c7 100644 (file)
@@ -1,3 +1,97 @@
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>:
+       Evaluate 'copyfrom' individually for each entry.
+       * testsuite/libgomp.oacc-c-c++-common/struct-1.c: Update.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>:
+       Evaluate 'finalize' individually for each entry.
+       * testsuite/libgomp.oacc-c-c++-common/struct-1.c: New file.
+       * testsuite/libgomp.oacc-c-c++-common/struct-refcount-1.c: Remove
+       file.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.oacc-c-c++-common/deep-copy-7.c: Fix 'sizeof'
+       usage.
+       * testsuite/libgomp.oacc-c-c++-common/deep-copy-8.c: Likewise.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_datum): Repair 'is_tgt_unmapped'
+       checking.
+       (acc_unmap_data, goacc_exit_data_internal): Restore
+       'is_tgt_unmapped' checking.
+       * testsuite/libgomp.oacc-c-c++-common/struct-refcount-1.c: New
+       file.
+       * testsuite/libgomp.oacc-fortran/deep-copy-6.f90: Adjust.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-1-1.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-2-1.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-2-2.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-3-1.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-4-1.f90: Likewise.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * oacc-mem.c (acc_unmap_data): Don't open-code 'gomp_remove_var'.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR libgomp/92854
+       * oacc-mem.c (acc_unmap_data): Remove 'tgt' reference counting.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR libgomp/92854
+       * testsuite/libgomp.oacc-c-c++-common/pr92854-1.c: Extend some
+       more.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * oacc-mem.c (goacc_enter_datum): Use 'tgt' returned from
+       'gomp_map_vars'.
+        (acc_map_data): Clean up accordingly.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.oacc-fortran/deep-copy-6.f90: XFAIL behavior
+       of over-eager 'finalize' clause.
+       * testsuite/libgomp.oacc-fortran/deep-copy-6-no_finalize.F90: New
+       file.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-1-1.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-1-2.F90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-2-1.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-2-2.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-3-1.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-3-2.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-4-1.f90: Likewise.
+       * testsuite/libgomp.oacc-fortran/mdc-refcount-1-4-2.f90: Likewise.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_data_internal): Unlock on error path.
+
+2020-06-04  Julian Brown  <julian@codesourcery.com>
+
+       * oacc-mem.c (acc_attach_async): Add missing gomp_mutex_unlock on
+       error path.
+       (goacc_detach_internal): Likewise.
+
+2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.oacc-fortran/error_stop-1.f: Initialize before
+       the checkpoint.
+       * testsuite/libgomp.oacc-fortran/error_stop-2.f: Likewise.
+       * testsuite/libgomp.oacc-fortran/error_stop-3.f: Likewise.
+       * testsuite/libgomp.oacc-fortran/stop-1.f: Likewise.
+       * testsuite/libgomp.oacc-fortran/stop-2.f: Likewise.
+       * testsuite/libgomp.oacc-fortran/stop-3.f: Likewise.
+
 2020-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR libfortran/95191