Commit b245293e by Doug Evans Committed by Doug Evans

* lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.

From-SVN: r15042
parent a1729519
Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
* lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/920501-9.c: Fix to work on targets with
......
......@@ -30,11 +30,11 @@ proc gcc-dg-test { prog do_what extra_tool_flags } {
set output_file "[file rootname [file tail $prog]].i"
}
"compile" {
set compile_type "object"
set compile_type "assembly"
set output_file "[file rootname [file tail $prog]].s"
}
"assemble" {
set compile_type "assembly"
set compile_type "object"
set output_file "[file rootname [file tail $prog]].o"
}
"link" {
......
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