diff options
author | Andreas Tobler <andreast@gcc.gnu.org> | 2013-12-17 19:05:32 +0100 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2013-12-17 19:05:32 +0100 |
commit | ae246f7f1d75e04185a7e566bf21cbf6149a3b29 (patch) | |
tree | bfbf2da5b77b598bea390ae89a84931fd2ed62a0 /libgomp/ChangeLog | |
parent | 5a2075280a0143ea1f126e5cd2e3fe4d82064592 (diff) | |
download | gcc-ae246f7f1d75e04185a7e566bf21cbf6149a3b29.zip gcc-ae246f7f1d75e04185a7e566bf21cbf6149a3b29.tar.gz gcc-ae246f7f1d75e04185a7e566bf21cbf6149a3b29.tar.bz2 |
affinity-1.c: Remove alloca.h inlcude.
2013-12-17 Andreas Tobler <andreast@gcc.gnu.org>
* testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude. Replace
alloca () with __builtin_alloca ().
* testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage.
* testsuite/libgomp.c/lock-3.c: Likewise.
* testsuite/libgomp.c/pr48591.c: Likewise.
From-SVN: r206063
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 308b921..60f1572 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,11 @@ +2013-12-17 Andreas Tobler <andreast@gcc.gnu.org> + + * testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude. Replace + alloca () with __builtin_alloca (). + * testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage. + * testsuite/libgomp.c/lock-3.c: Likewise. + * testsuite/libgomp.c/pr48591.c: Likewise. + 2013-12-17 Jakub Jelinek <jakub@redhat.com> PR testsuite/59534 |