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
This commit is contained in:
Geoffrey Keating 2003-03-02 01:52:46 +00:00 committed by Geoffrey Keating
parent efa66a7432
commit facf86acd7
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* g++.old-deja/g++.other/builtins10.C: New test for PR 9367.

View File

@ -39,7 +39,7 @@ proc g++-dg-test { prog do_what extra_tool_flags } {
}
"precompile" {
set compile_type "precompiled_header"
set output_file "[file tail $prog].pch"
set output_file "[file tail $prog].gch"
}
"link" {
set compile_type "executable"

View File

@ -71,7 +71,7 @@ proc gcc-dg-test { prog do_what extra_tool_flags } {
}
"precompile" {
set compile_type "precompiled_header"
set output_file "[file tail $prog].pch"
set output_file "[file tail $prog].gch"
}
"link" {
set compile_type "executable"