gcc/testsuite/
* g++.dg/dg.exp (tests): Prune "goacc/*" and "goacc-gomp/*" files.
From-SVN: r231925
+2015-12-23 Thomas Schwinge <thomas@codesourcery.com>
+
+ * g++.dg/dg.exp (tests): Prune "goacc/*" and "goacc-gomp/*" files.
+
2015-12-23 David Sherwood <david.sherwood@arm.com>
* gcc.target/arm/fmaxmin.x: New file used by tests below.
set tests [prune $tests $srcdir/$subdir/special/*]
set tests [prune $tests $srcdir/$subdir/tls/*]
set tests [prune $tests $srcdir/$subdir/vect/*]
+set tests [prune $tests $srcdir/$subdir/goacc/*]
+set tests [prune $tests $srcdir/$subdir/goacc-gomp/*]
set tests [prune $tests $srcdir/$subdir/gomp/*]
set tests [prune $tests $srcdir/$subdir/tree-prof/*]
set tests [prune $tests $srcdir/$subdir/torture/*]