This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, testsuite] add scan-rtl-dump


On Tue, Feb 07, 2006 at 10:46:34AM +0100, Paolo Bonzini wrote:
> For symmetry with other scan-*-dump functions.  This can be already used 
> once in stubify-2.m.  RTL dumps change less often these days, anyway it 
> is a bit less of a burden if we do not have to keep the dump number up 
> to date.
> 
> Tested with a testsuite run on a tree I had built earlier 
> (powerpc-apple-darwin-8.4.0).  Ok for mainline?

The glob pattern didn't look right so I tried it out, and it doesn't
match rtl dump files.  It works without the final "\[0-9\]r".  On the
other hand there's a lot about TCL I don't know, so if it this pattern
works for you, please tell me what it does (it looks as if it should
match a third digit and "r").

If there's a chance that the number of rtl dump files will grow, you
could copy Jeff Law's changes to similar files last week to allow an
arbritrary number of digits in the name.

The copyright dates should include 2006.

With the date change and the glob pattern change (everywhere that
pattern appears), this is OK.

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]