testsuite -Wcomment [was: Re: [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]]

2022-04-25 Thread Bernhard Reutner-Fischer via Gcc-patches
On Wed, 30 Oct 2013 10:41:33 +0100 Bernhard Reutner-Fischer wrote: > > Hi! > > > > I've noticed that this testcase doesn't clean up after itself. > > Fixed thusly, committed as obvious to trunk. > > This was nagging me last weekend.. ;) > What about automating this? > > Manual part is attache

Re: [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]

2013-12-20 Thread Bernhard Reutner-Fischer
On Thu, Oct 31, 2013 at 09:39:11AM +0100, Jakub Jelinek wrote: > On Thu, Oct 31, 2013 at 09:34:41AM +0100, Bernhard Reutner-Fischer wrote: > > The cleanup routine would currently run 7 regexes on the incoming > > compiler-flags which is supposedly pretty fast. > > But yes, we could as well key off

Re: [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]

2013-10-31 Thread Jakub Jelinek
On Thu, Oct 31, 2013 at 09:34:41AM +0100, Bernhard Reutner-Fischer wrote: > The cleanup routine would currently run 7 regexes on the incoming > compiler-flags which is supposedly pretty fast. > But yes, we could as well key off scan-dump. If we do that, i'd > suggest to simply wipe all potential du

Re: [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]

2013-10-31 Thread Bernhard Reutner-Fischer
On 31 October 2013 01:01, Mike Stump wrote: > On Oct 30, 2013, at 2:41 AM, Bernhard Reutner-Fischer > wrote: >>> I've noticed that this testcase doesn't clean up after itself. > >> This was nagging me last weekend.. ;) >> What about automating this? > > So, the idea sounds very nice. > > One thi

Re: [RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]

2013-10-30 Thread Mike Stump
On Oct 30, 2013, at 2:41 AM, Bernhard Reutner-Fischer wrote: >> I've noticed that this testcase doesn't clean up after itself. > This was nagging me last weekend.. ;) > What about automating this? So, the idea sounds very nice. One thing that I worry about is the testing speed hit for people (

[RFC/CFT] auto-wipe dump files [was: Re: [committed] Fix up bb-slp-31.c testcase]

2013-10-30 Thread Bernhard Reutner-Fischer
> Hi! > > I've noticed that this testcase doesn't clean up after itself. > Fixed thusly, committed as obvious to trunk. This was nagging me last weekend.. ;) What about automating this? Manual part is attached. The "Adjust all callers" below is too big to send to the list: git grep -l -E "(cleanu

[committed] Fix up bb-slp-31.c testcase

2013-10-09 Thread Jakub Jelinek
Hi! I've noticed that this testcase doesn't clean up after itself. Fixed thusly, committed as obvious to trunk. 2013-10-09 Jakub Jelinek * gcc.dg/vect/bb-slp-31.c: Add cleanup-tree-dump. --- gcc/testsuite/gcc.dg/vect/bb-slp-31.c.jj2013-08-30 14:38:40.0 +0200 +++ gcc/test