This is the mail archive of the gcc@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: scanasm.exp doesn't work too well


On Thu, Jun 13, 2002 at 10:15:50PM +0200, Jakub Jelinek wrote:
> On Thu, Jun 13, 2002 at 12:55:19PM -0700, H . J . Lu wrote:
> > Your patch:
> > 
> > 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
> > 
> > 	* g++.dg/opt/vt1.C: New test.
> > 
> > causes:
> > 
> > FAIL: g++.dg/opt/vt1.C scan-assembler-not section.*_ZTV1S.*"[^w"]*"
> > 
> 
> Then .* should be probably replaced with \[^\n\r\]* and \[^w\"\]
> with \[^w\"\n\r\].
> I'll test it out tomorrow.

It seems to work.


H.J.


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