re PR testsuite/25891 (gomp tests run on non-libgomp (non-thread) ports, failing...
authorRichard Sandiford <richard@codesourcery.com>
Sat, 20 May 2006 14:15:51 +0000 (14:15 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 20 May 2006 14:15:51 +0000 (14:15 +0000)
gcc/testsuite
PR testsuite/25891
* g++.dg/gomp/gomp.exp: Skip if ![check_effective_target_fopenmp].

From-SVN: r113929

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gomp/gomp.exp

index c5b0bffc9fc1c24789a65d4721faa8e50b612c83..99abeb4459f6f5463b248efaa7f75ff3ec2cc703 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-20  Richard Sandiford  <richard@codesourcery.com>
+
+       PR testsuite/25891
+       * g++.dg/gomp/gomp.exp: Skip if ![check_effective_target_fopenmp].
+
 2006-05-19  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR fortran/27662
index 851c1c9bf4f14c191faa159cd9c0de32e4263d46..90248c9d338f290edaf0f9af7f7a189787d852e5 100644 (file)
@@ -1,6 +1,10 @@
 # Load support procs.
 load_lib g++-dg.exp
 
+if ![check_effective_target_fopenmp] {
+  return
+}
+
 # Initialize `dg'.
 dg-init