OSDN Git Service

testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2008 19:29:26 +0000 (19:29 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2008 19:29:26 +0000 (19:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140043 138bc75d-0d04-0410-961f-82ee72b054a4

libgomp/ChangeLog
libgomp/testsuite/libgomp.c/c.exp

index 1c122f0..eaa08f9 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-05  Janis Johnson  <janis187@us.ibm.com>
+
+       * testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
+
 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
 
        * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
index 4085d0c..980bb52 100644 (file)
@@ -1,8 +1,10 @@
 if [info exists lang_library_path] then {
     unset lang_library_path
-    unset lang_test_file
     unset lang_link_flags
 }
+if [info exists lang_test_file] then {
+    unset lang_test_file
+}
 
 load_lib libgomp-dg.exp