2015-02-26 Tom de Vries <tom@codesourcery.com>
* lib/dg-pch.exp (pch-init): Add missing cleanup of pchtest<n>.o.
From-SVN: r221009
+2015-02-26 Tom de Vries <tom@codesourcery.com>
+
+ * lib/dg-pch.exp (pch-init): Add missing cleanup of pchtest<n>.o.
+
2015-02-26 Tom de Vries <tom@codesourcery.com>
* gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out.
set pch_unsupported_debug \
[regexp "debug format cannot be used with pre-compiled headers" \
[lindex $result 0]]
+ remote_file build delete [lindex $result 1]
set pch_unsupported 0
if { $pch_unsupported_debug } {
verbose -log "pch is unsupported with the debug info format"
set result [check_compile pchtest object "int i;" "-x c-header"]
- set pch_unsupported \
- [regexp "debug format cannot be used with pre-compiled headers" \
- [lindex $result 0]]
+ set pch_unsupported \
+ [regexp "debug format cannot be used with pre-compiled headers" \
+ [lindex $result 0]]
+ remote_file build delete [lindex $result 1]
}
}