]> git.ipfire.org Git - people/ms/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 9 Mar 2023 00:20:27 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 9 Mar 2023 00:20:27 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
libgomp/ChangeLog

index 1e28028f345cafc1c46d2c003165a6c3394c4fe5..de46cb4e565679ff2a937b6370cfccc4cf6ca93b 100644 (file)
@@ -1,3 +1,13 @@
+2023-03-08  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-03-01  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR middle-end/108546
+       * omp-low.cc (lower_omp_target): Remove optional handling
+       on the receiver side, i.e. inside target (data), for
+       use_device_ptr.
+
 2023-03-06  Xi Ruoyao  <xry111@xry111.site>
 
        Backported from master:
index 53389297a17f72f858741b1ddc4f0021f4ca56aa..c7a9cb13dc6c69a566fd91b345d38629b90f0971 100644 (file)
@@ -1 +1 @@
-20230308
+20230309
index 34c1fd8fee5dd29b6c866efd1107c357260458b1..a788d34f0d9f3a28bcd033d0391804b970cc5b82 100644 (file)
@@ -1,3 +1,12 @@
+2023-03-08  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-03-01  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR middle-end/108546
+       * trans-openmp.cc (gfc_trans_omp_clauses): Fix mapping of
+       type(C_ptr) variables.
+
 2023-03-04  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 7d313c3a514b2e33afc9607d676e3e3cf2972388..07276e2b299cc037e9211c9436e3dd10b0cdf934 100644 (file)
@@ -1,3 +1,12 @@
+2023-03-08  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-03-01  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR middle-end/108546
+       * testsuite/libgomp.fortran/is_device_ptr-3.f90: New test.
+       * testsuite/libgomp.fortran/use_device_ptr-optional-4.f90: New test.
+
 2023-02-10  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: