diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-23 00:16:29 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-23 00:16:29 +0000 |
commit | e4777439fc77465b4cf89b6bfeb47cd00329cb20 (patch) | |
tree | 9950bf4f8deb8e8fb55708fbc1dc4ea63737f19e /libgomp/ChangeLog | |
parent | 5098e7077bfcace3e80144e63c81be94546ced16 (diff) | |
download | gcc-e4777439fc77465b4cf89b6bfeb47cd00329cb20.zip gcc-e4777439fc77465b4cf89b6bfeb47cd00329cb20.tar.gz gcc-e4777439fc77465b4cf89b6bfeb47cd00329cb20.tar.bz2 |
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 d8e746f..e1c9f72 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,15 @@ +2021-09-22 Tobias Burnus <tobias@codesourcery.com> + + PR fortran/55534 + * testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Revert + r12-3722 by removing -Wno-missing-include-dirs. + * testsuite/libgomp.oacc-fortran/fortran.exp (ALWAYS_CFLAGS): Likewise. + +2021-09-22 Jakub Jelinek <jakub@redhat.com> + + * testsuite/libgomp.c-c++-common/allocate-2.c: New test. + * testsuite/libgomp.c-c++-common/allocate-3.c: New test. + 2021-09-21 Tobias Burnus <tobias@codesourcery.com> PR fortran/55534 |