Daily bump.

This commit is contained in:
GCC Administrator
2023-05-06 00:20:44 +00:00
parent f077b784a6
commit 843854acb0
5 changed files with 83 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
20230505
20230506
+20
View 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.
+25
View 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:
+27
View 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.
+10
View 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: