OSDN Git Service

PR testsuite/28602
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Aug 2006 02:26:59 +0000 (02:26 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Aug 2006 02:26:59 +0000 (02:26 +0000)
* gfortran.dg/gomp/gomp.exp: Return if check_effective_target_fopenmp
is false.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116207 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/gomp/gomp.exp

index 28ab165..3da59b8 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/28602
+       * gfortran.dg/gomp/gomp.exp: Return if check_effective_target_fopenmp
+       is false.
+
 2006-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR C++/28302
index 0cafd92..99689a2 100644 (file)
@@ -3,6 +3,10 @@
 # Load support procs.
 load_lib gfortran-dg.exp
 
+if ![check_effective_target_fopenmp] {
+  return
+}
+
 # Initialize `dg'.
 dg-init