mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-09 20:44:07 +08:00
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:
parent
efa66a7432
commit
facf86acd7
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user