diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-26 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-26 00:16:26 +0000 |
commit | b621508d6fa97a6fd8f528cc0614837718b54363 (patch) | |
tree | f1bef6ee99d260dc9e966bcd360b2b3a96d32e10 /libgomp/ChangeLog | |
parent | f5bacd9c5be5e129688d9c91eeed05e7b968117e (diff) | |
download | gcc-b621508d6fa97a6fd8f528cc0614837718b54363.tar.gz |
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index c59b31a766e..3ff917ce80f 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2021-10-25 Tobias Burnus <tobias@codesourcery.com> + + PR testsuite/102910 + * testsuite/libgomp.oacc-c-c++-common/loop-gwv-2.c: Use __builtin_alloca + instead of #include <alloca.h> + alloca. + 2021-10-21 Chung-Lin Tang <cltang@codesourcery.com> * libgomp.texi (Support of strictly structured blocks in Fortran): |