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/testsuite/libgomp.c/lock-3.c | |
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/testsuite/libgomp.c/lock-3.c')
-rw-r--r-- | libgomp/testsuite/libgomp.c/lock-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c/lock-3.c b/libgomp/testsuite/libgomp.c/lock-3.c index 02c90b9..b3c7e07 100644 --- a/libgomp/testsuite/libgomp.c/lock-3.c +++ b/libgomp/testsuite/libgomp.c/lock-3.c @@ -1,4 +1,4 @@ -/* { dg-do run { target *-*-linux* *-*-gnu* } } */ +/* { dg-do run { target *-*-linux* *-*-gnu* *-*-freebsd* } } */ #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 |