Commit e013d90c by Thomas Schwinge Committed by Thomas Schwinge

Don't run OpenACC C++ test twice

	gcc/testsuite/
	* g++.dg/dg.exp (tests): Prune "goacc/*" and "goacc-gomp/*" files.

From-SVN: r231925
parent 0a18c19f
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.
......
......@@ -45,6 +45,8 @@ set tests [prune $tests $srcdir/$subdir/plugin/*]
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/*]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment