URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [gomp/] [gomp.exp] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
# GCC testsuite that uses the `dg.exp' driver.
# Load support procs.
load_lib gcc-dg.exp
if ![check_effective_target_fopenmp] {
return
}
# Initialize `dg'.
dg-init
# Main loop.
dg-runtest [lsort [find $srcdir/$subdir *.c]] \
"" "-fopenmp"
# All done.
dg-finish
Go to most recent revision | Compare with Previous | Blame | View Log