re PR testsuite/28602 (All gfortran.dg/gomp tests fail)

PR testsuite/28602
	* gfortran.dg/gomp/gomp.exp: Return if check_effective_target_fopenmp
	is false.

From-SVN: r116207
This commit is contained in:
John David Anglin 2006-08-17 02:26:59 +00:00 committed by John David Anglin
parent 74c8bcd136
commit e98a430b85
2 changed files with 10 additions and 0 deletions

View 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

View File

@ -3,6 +3,10 @@
# Load support procs.
load_lib gfortran-dg.exp
if ![check_effective_target_fopenmp] {
return
}
# Initialize `dg'.
dg-init