OSDN Git Service

PR testsuite/31369
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Apr 2007 15:10:06 +0000 (15:10 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Apr 2007 15:10:06 +0000 (15:10 +0000)
* testsuite/libgomp.c++/c++.exp: Don't use concat when setting
ld_library_path.
* testsuite/libgomp.fortran/fortran.exp: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123638 138bc75d-0d04-0410-961f-82ee72b054a4

libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/c++.exp
libgomp/testsuite/libgomp.fortran/fortran.exp

index 960c57c..ea94cea 100644 (file)
@@ -1,3 +1,10 @@
+2007-04-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/31369
+       * testsuite/libgomp.c++/c++.exp: Don't use concat when setting
+       ld_library_path.
+       * testsuite/libgomp.fortran/fortran.exp: Likewise.
+
 2007-04-04  Jakub Jelinek  <jakub@redhat.com>
 
        * libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
index 213ce02..f11482c 100644 (file)
@@ -28,7 +28,7 @@ if { $lang_test_file_found } {
     # Gather a list of all tests.
     set tests [lsort [glob -nocomplain $srcdir/$subdir/*.C]]
 
-    set ld_library_path [concat $always_ld_library_path ":${blddir}/${lang_library_path}"]
+    set ld_library_path "$always_ld_library_path:${blddir}/${lang_library_path}"
     set_ld_library_path_env_vars
 
     # Main loop.
index a28133a..ec0f878 100644 (file)
@@ -12,7 +12,7 @@ if [file exists "${blddir}/${lang_test_file}"] {
     # Gather a list of all tests.
     set tests [lsort [find $srcdir/$subdir *.\[fF\]{,90,95,03}]]
 
-    set ld_library_path [concat $always_ld_library_path ":${blddir}/${lang_library_path}"]
+    set ld_library_path "$always_ld_library_path:${blddir}/${lang_library_path}"
     set_ld_library_path_env_vars
 
     # Main loop.