Commit facf86ac by Geoffrey Keating Committed by Geoffrey Keating

gcc-dg.exp (gcc-dg-test): Change .pch to .gch.

	* lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
	* lib/g++-dg.exp (g++-dg-test): Likewise.

From-SVN: r63652
parent efa66a74
2003-03-01 Geoffrey Keating <geoffk@apple.com>
* lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
* lib/g++-dg.exp (g++-dg-test): Likewise.
2003-03-01 Roger Sayle <roger@eyesopen.com> 2003-03-01 Roger Sayle <roger@eyesopen.com>
* g++.old-deja/g++.other/builtins10.C: New test for PR 9367. * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
......
...@@ -39,7 +39,7 @@ proc g++-dg-test { prog do_what extra_tool_flags } { ...@@ -39,7 +39,7 @@ proc g++-dg-test { prog do_what extra_tool_flags } {
} }
"precompile" { "precompile" {
set compile_type "precompiled_header" set compile_type "precompiled_header"
set output_file "[file tail $prog].pch" set output_file "[file tail $prog].gch"
} }
"link" { "link" {
set compile_type "executable" set compile_type "executable"
......
...@@ -71,7 +71,7 @@ proc gcc-dg-test { prog do_what extra_tool_flags } { ...@@ -71,7 +71,7 @@ proc gcc-dg-test { prog do_what extra_tool_flags } {
} }
"precompile" { "precompile" {
set compile_type "precompiled_header" set compile_type "precompiled_header"
set output_file "[file tail $prog].pch" set output_file "[file tail $prog].gch"
} }
"link" { "link" {
set compile_type "executable" set compile_type "executable"
......
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