Commit 0a634684 by Iain Sandoe

lto.exp (lto-link-and-maybe-run): Show the options in the link fail message.


	* lib/lto.exp (lto-link-and-maybe-run): Show the options in
	the link fail message.

From-SVN: r160141
parent aac18c02
2010-06-02 Iain Sandoe <iains@gcc.gnu.org>
* lib/lto.exp (lto-link-and-maybe-run): Show the options in
the link fail message.
2010-06-02 Tobias Burnus <burnus@net-b.de>
PR fortran/44360
......
......@@ -177,7 +177,7 @@ proc lto-link-and-maybe-run { testname objlist dest optall optfile optstr } {
# Prune unimportant visibility warnings before checking output.
set comp_output [lto_prune_warns $comp_output]
if ![${tool}_check_compile "$testcase $testname link" "" \
if ![${tool}_check_compile "$testcase $testname link" $optstr \
$dest $comp_output] then {
unresolved "$testcase $testname execute $optstr"
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