mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-26 21:11:30 +08:00
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:
parent
74c8bcd136
commit
e98a430b85
@ -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>
|
2006-08-16 Andrew Pinski <pinskia@physics.uc.edu>
|
||||||
|
|
||||||
PR C++/28302
|
PR C++/28302
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
# Load support procs.
|
# Load support procs.
|
||||||
load_lib gfortran-dg.exp
|
load_lib gfortran-dg.exp
|
||||||
|
|
||||||
|
if ![check_effective_target_fopenmp] {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
# Initialize `dg'.
|
# Initialize `dg'.
|
||||||
dg-init
|
dg-init
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user