OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [libgomp/] [testsuite/] [libgomp.c/] [c.exp] - Diff between revs 273 and 338

Only display areas with differences | Details | Blame | View Log

Rev 273 Rev 338
if [info exists lang_library_path] then {
if [info exists lang_library_path] then {
    unset lang_library_path
    unset lang_library_path
    unset lang_link_flags
    unset lang_link_flags
}
}
if [info exists lang_test_file] then {
if [info exists lang_test_file] then {
    unset lang_test_file
    unset lang_test_file
}
}
load_lib libgomp-dg.exp
load_lib libgomp-dg.exp
# If a testcase doesn't have special options, use these.
# If a testcase doesn't have special options, use these.
if ![info exists DEFAULT_CFLAGS] then {
if ![info exists DEFAULT_CFLAGS] then {
    set DEFAULT_CFLAGS "-O2"
    set DEFAULT_CFLAGS "-O2"
}
}
# Initialize dg.
# Initialize dg.
dg-init
dg-init
# Gather a list of all tests.
# Gather a list of all tests.
set tests [lsort [find $srcdir/$subdir *.c]]
set tests [lsort [find $srcdir/$subdir *.c]]
set ld_library_path $always_ld_library_path
set ld_library_path $always_ld_library_path
append ld_library_path [gcc-set-multilib-library-path $GCC_UNDER_TEST]
append ld_library_path [gcc-set-multilib-library-path $GCC_UNDER_TEST]
set_ld_library_path_env_vars
set_ld_library_path_env_vars
# Main loop.
# Main loop.
dg-runtest $tests "" $DEFAULT_CFLAGS
dg-runtest $tests "" $DEFAULT_CFLAGS
# All done.
# All done.
dg-finish
dg-finish
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.