PR testsuite/68063
* testsuite/libgomp.c++/member-1.C (A::m1): Add missing private clause.
From-SVN: r229411
+2015-10-27 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR testsuite/68063
+ * testsuite/libgomp.c++/member-1.C (A::m1): Add missing private clause.
+
2015-10-27 James Norris <jnorris@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/combdir-1.c: New file.
{
f = false;
#pragma omp single
- #pragma omp taskloop lastprivate (a, t, b, n)
+ #pragma omp taskloop lastprivate (a, t, b, n) private (R::r)
for (int i = 0; i < 30; i++)
{
int q = omp_get_thread_num ();