diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-29 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-29 00:16:26 +0000 |
commit | fd1334791e85ef813ada97b6931fb0d912920f28 (patch) | |
tree | 18b3be6d20213a990ef5fd9d677d154b1133b379 /libgomp/ChangeLog | |
parent | 68c081bb437d7383481bb75e1f79975f63dc7661 (diff) | |
download | gcc-fd1334791e85ef813ada97b6931fb0d912920f28.tar.gz |
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 32514745a44..aceb6affc7a 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,15 @@ +2021-09-28 Tobias Burnus <tobias@codesourcery.com> + + PR libgomp/96661 + * configure.ac: Only check for int-type = 2*size_t support when + building with Fortran support. + * configure: Regenerate. + +2021-09-28 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.oacc-fortran/if-1.f90: Adjust. + * testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: Likewise. + 2021-09-27 Aldy Hernandez <aldyh@redhat.com> * team.c: Initialize start_data. |