Commit 0ec48735 by Andreas Schwab Committed by Andreas Schwab

* g++.dg/cilk-plus/cilk-plus.exp: Fix last change.

From-SVN: r205987
parent 8263440b
2013-12-14 Andreas Schwab <schwab@linux-m68k.org>
* g++.dg/cilk-plus/cilk-plus.exp: Fix last change.
2013-12-14 Eric Botcazou <ebotcazou@adacore.com>
* var-tracking.c (add_stores): Fix oversight in latest commit.
......
......@@ -22,8 +22,7 @@ if { ![check_effective_target_cilkplus] } {
return;
}
verbose "$tool $libdir" 1
set library_var "[get_multilibs]"
set library_var [get_multilibs]
# Pointing the ld_library_path to the Cilk Runtime library binaries.
append ld_library_path ":${library_var}/libcilkrts/.libs"
set_ld_library_path_env_vars
......@@ -38,14 +37,6 @@ g++-dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/PS/*.c]]
g++-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C]] ""
dg-finish
set library_var [get_multilibs]
# Pointing the ld_library_path to the Cilk Runtime library binaries.
append ld_library_path ":${library_var}/libcilkrts/.libs"
set_ld_library_path_env_vars
global TEST_EXTRA_LIBS
set TEST_EXTRA_LIBS "-L${library_var}/libcilkrts/.libs"
dg-init
dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/AN/*.c]] " -fcilkplus" " "
dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/AN/*.c]] " -O1 -fcilkplus" " "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment