re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class iterators)
authorJakub Jelinek <jakub@redhat.com>
Wed, 11 Jul 2018 13:13:31 +0000 (15:13 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 11 Jul 2018 13:13:31 +0000 (15:13 +0200)
commit2bae8b2fadab13b6f886829f782e4d5cffdfafd6
treefb5b5e86400913a5104df2744b8f7c4e4a4f837e
parentcc71a1fe3773425b4da8b767fae445cc56e169c2
re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class iterators)

PR c++/86443
* testsuite/libgomp.c++/for-15.C (a): Remove unused variable.
(results): Make sure the variable is not inside declare target region.
(qux): Remove unused function.

From-SVN: r262552
libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/for-15.C