Commit b31c74fe by H.J. Lu Committed by H.J. Lu

re PR testsuite/41913 (ERROR: tcl error sourcing gcc.dg/lto/lto.exp)

2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/41913
	* lib/lto.exp (scan-symbol): Properly check if target exist.

From-SVN: r154296
parent 661e7330
2009-11-18 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/41913
* lib/lto.exp (scan-symbol): Properly check if target exist.
2009-11-18 Janus Weil <janus@gcc.gnu.org> 2009-11-18 Janus Weil <janus@gcc.gnu.org>
PR fortran/42072 PR fortran/42072
......
...@@ -520,7 +520,7 @@ proc scan-symbol { args } { ...@@ -520,7 +520,7 @@ proc scan-symbol { args } {
verbose -log "nm is $nm" verbose -log "nm is $nm"
} }
set output_file $execname set output_file "[glob -nocomplain $execname]"
if { $output_file == "" } { if { $output_file == "" } {
fail "scan-symbol $args: dump file does not exist" fail "scan-symbol $args: dump file does not exist"
return return
......
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