omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix up funct...
authorJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Dec 2018 22:47:55 +0000 (23:47 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Dec 2018 22:47:55 +0000 (23:47 +0100)
commita6ef2ac9d92d85ff03ecc40c4aa80269289fbbd6
tree6c920b965a377bf127357cecb4fb2e0ee962e407
parent77a242860085d70b33d12302ca8c729f0c060905
omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix up function types - remove one argument.

* omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START,
BUILT_IN_GOMP_LOOP_MAYBE_NONMONOTONIC_RUNTIME_START,
BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_RUNTIME_START,
BUILT_IN_GOMP_LOOP_ULL_MAYBE_NONMONOTONIC_RUNTIME_START,
BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_RUNTIME,
BUILT_IN_GOMP_PARALLEL_LOOP_MAYBE_NONMONOTONIC_RUNTIME): Fix up
function types - remove one argument.

* testsuite/libgomp.c-c++-common/for-16.c: New test.

From-SVN: r267067
gcc/ChangeLog
gcc/omp-builtins.def
libgomp/ChangeLog
libgomp/testsuite/libgomp.c-c++-common/for-16.c [new file with mode: 0644]