diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2021-10-25 20:40:13 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2021-10-25 20:48:38 +0200 |
commit | 72dc270be793f159a3a038bef41542d85550b331 (patch) | |
tree | 758facca35e070e59895f6a2ae0d1b66a9036f9b /gcc | |
parent | c49f389e3dee9f00ffc74de6a8770cd55dc12880 (diff) | |
download | gcc-72dc270be793f159a3a038bef41542d85550b331.zip gcc-72dc270be793f159a3a038bef41542d85550b331.tar.gz gcc-72dc270be793f159a3a038bef41542d85550b331.tar.bz2 |
libgomp.oacc-c-c++-common/loop-gwv-2.c: Use __builtin_alloca
Some systems do not have <alloca.h> but provide alloca differently, e.g.
via stdlib.h. Do it like other testcases do and use __builtin_alloca.
libgomp/ChangeLog:
PR testsuite/102910
* testsuite/libgomp.oacc-c-c++-common/loop-gwv-2.c: Use __builtin_alloca
instead of #include <alloca.h> + alloca.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions