public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Add missing cleanup in pch-init
@ 2015-02-26 14:18 Tom de Vries
  2015-02-26 20:28 ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Tom de Vries @ 2015-02-26 14:18 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 42 bytes --]

Hi,

committed as obvious.

Thanks,
- Tom

[-- Attachment #2: 0001-Add-missing-cleanup-in-pch-init.patch --]
[-- Type: text/x-patch, Size: 1017 bytes --]

2015-02-26  Tom de Vries  <tom@codesourcery.com>

	* lib/dg-pch.exp (pch-init): Add missing cleanup of pchtest<n>.o.

diff --git a/gcc/testsuite/lib/dg-pch.exp b/gcc/testsuite/lib/dg-pch.exp
index e250301..9b4f40b 100644
--- a/gcc/testsuite/lib/dg-pch.exp
+++ b/gcc/testsuite/lib/dg-pch.exp
@@ -30,15 +30,17 @@ proc pch-init { args } {
     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]
     }
 }
 
-- 
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [committed] Add missing cleanup in pch-init
  2015-02-26 14:18 [committed] Add missing cleanup in pch-init Tom de Vries
@ 2015-02-26 20:28 ` Bernhard Reutner-Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Reutner-Fischer @ 2015-02-26 20:28 UTC (permalink / raw)
  To: Tom de Vries, GCC Patches

On February 26, 2015 3:15:52 PM GMT+01:00, Tom de Vries <Tom_deVries@mentor.com> wrote:
>Hi,
>
>committed as obvious.

Seems like i never pushed http://marc.info/?l=gcc-patches&m=138400411017920&w=1

Thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-26 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 14:18 [committed] Add missing cleanup in pch-init Tom de Vries
2015-02-26 20:28 ` Bernhard Reutner-Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).