mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 05:00:23 +08:00
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
This commit is contained in:
parent
661e733051
commit
b31c74fe48
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
PR fortran/42072
|
||||
|
@ -520,7 +520,7 @@ proc scan-symbol { args } {
|
||||
verbose -log "nm is $nm"
|
||||
}
|
||||
|
||||
set output_file $execname
|
||||
set output_file "[glob -nocomplain $execname]"
|
||||
if { $output_file == "" } {
|
||||
fail "scan-symbol $args: dump file does not exist"
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user