Commit 795bc4b6 by Jason Merrill Committed by Jason Merrill

gcc-dg.exp (dg-build-dso): Reset dg-do-what-default to compile.

	* lib/gcc-dg.exp (dg-build-dso): Reset dg-do-what-default to
	compile.

From-SVN: r209224
parent 8418cf33
2014-04-08 Jason Merrill <jason@redhat.com>
* lib/gcc-dg.exp (dg-build-dso): Reset dg-do-what-default to
compile.
2014-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
PR rtl-optimization/60776
......
......@@ -229,6 +229,7 @@ proc dg-build-dso { args } {
set dir "[file dirname $main_file]"
set dg-do-what-default dso
dg-test -keep-output $dir/$file "" ""
set dg-do-what-default compile
set output_file "[file rootname [file tail $file]].so"
append final-code "remove-build-file $output_file"
......
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