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 dumps, regardless of the "family" > etc, like: > "$ltrans\[0-9\]\[0-9\]\[0-9\][itr].*" > What do you think?
Many tests (e.g. in gcc.dg/vect/) pass -fdump-* flags and require cleanups, even if they don't have any scan directives. Jakub