]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 May 2023 00:20:44 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 May 2023 00:20:44 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index fcb6f1280853c132183a932a589c52b4bb61da63..9d05bc7fa4031c411d9b973efc69616921d4681c 100644 (file)
@@ -1 +1 @@
-20230505
+20230506
index 272e87dad25b8dbc00d18e170a91f1d89b646267..caaa2463d583737f079b9d5d28832157ab8e0e63 100644 (file)
@@ -1,3 +1,23 @@
+2023-05-05  Julian Brown  <julian@codesourcery.com>
+
+       Backported from master:
+       2023-05-04  Julian Brown  <julian@codesourcery.com>
+
+       PR fortran/109622
+       * openmp.cc (resolve_omp_clauses): Add diagnostic for
+       non-pointer/non-allocatable attach/detach.
+       * trans-openmp.cc (gfc_trans_omp_clauses): Remove dereference for
+       pointer-to-scalar derived type component attach/detach.  Fix
+       attach/detach handling for descriptors.
+
+2023-05-05  Julian Brown  <julian@codesourcery.com>
+
+       Backported from master:
+       2023-04-28  Julian Brown  <julian@codesourcery.com>
+
+       PR fortran/109622
+       * trans-openmp.cc (gfc_trans_omp_clauses): Attach/detach clause fixes.
+
 2023-04-26  Release Manager
 
        * GCC 13.1.0 released.
index 99439e8a8e08b305cdef4d3f411514fa86eaf86e..11e3cd0404f619fa06a7e1f283ef7793338bffc3 100644 (file)
@@ -1,3 +1,28 @@
+2023-05-05  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-05-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/109506
+       * g++.dg/cpp0x/nsdmi-template26.C: New test.
+
+2023-05-05  Julian Brown  <julian@codesourcery.com>
+
+       Backported from master:
+       2023-05-04  Julian Brown  <julian@codesourcery.com>
+
+       PR fortran/109622
+       * gfortran.dg/goacc/pr109622-5.f90: New test.
+       * gfortran.dg/goacc/pr109622-6.f90: New test.
+
+2023-05-05  Julian Brown  <julian@codesourcery.com>
+
+       Backported from master:
+       2023-04-28  Julian Brown  <julian@codesourcery.com>
+
+       PR fortran/109622
+       * gfortran.dg/goacc/attach-descriptor.f90: Adjust expected output.
+
 2023-05-04  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index be63f44be7d3912864916ae8e09dfed6206a8359..d776e4dd2daacf35e8f009bc7b5c02a8e16281d5 100644 (file)
@@ -1,3 +1,30 @@
+2023-05-05  Julian Brown  <julian@codesourcery.com>
+
+       Backported from master:
+       2023-05-04  Julian Brown  <julian@codesourcery.com>
+
+       PR fortran/109622
+       * testsuite/libgomp.fortran/pr109622.f90: Move test...
+       * testsuite/libgomp.oacc-fortran/pr109622.f90: ...to here. Ignore
+       vector length warning.
+       * testsuite/libgomp.fortran/pr109622-2.f90: Move test...
+       * testsuite/libgomp.oacc-fortran/pr109622-2.f90: ...to here.  Add
+       missing copyin/copyout variable. Ignore vector length warnings.
+       * testsuite/libgomp.fortran/pr109622-3.f90: Move test...
+       * testsuite/libgomp.oacc-fortran/pr109622-3.f90: ...to here.  Ignore
+       vector length warnings.
+       * testsuite/libgomp.oacc-fortran/pr109622-4.f90: New test.
+
+2023-05-05  Julian Brown  <julian@codesourcery.com>
+
+       Backported from master:
+       2023-04-28  Julian Brown  <julian@codesourcery.com>
+
+       PR fortran/109622
+       * testsuite/libgomp.fortran/pr109622.f90: New test.
+       * testsuite/libgomp.fortran/pr109622-2.f90: New test.
+       * testsuite/libgomp.fortran/pr109622-3.f90: New test.
+
 2023-04-26  Release Manager
 
        * GCC 13.1.0 released.
index 7b53dbdb7c13824a7c480ecdd2cb4f26860bf4d9..7f344dfb9973d2a14728386d62b747c0298ab360 100644 (file)
@@ -1,3 +1,13 @@
+2023-05-05  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2023-05-05  Alexandre Oliva  <oliva@adacore.com>
+
+       * testsuite/20_util/from_chars/4.cc: Skip long double test06
+       on aarch64-vxworks.
+       * testsuite/20_util/to_chars/long_double.cc: Xfail run on
+       aarch64-vxworks.
+
 2023-05-04  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: