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] Fix objc.dg/stabs-1.m test on hppa2.0w-hp-hpux11.11


> >> /* { dg-final { scan-assembler {(\.SUBSPA[ \t]*$CODE$|\.text\"?)\n\t\.stabs[ \t]*100,0,0,\.?L?L$?etext[0-9]*\.?L?L$?etext[0-9]*} } } */
> >
> > It doesn't work.  There are problems with a $ at the end of a ERE,
> > and ? after $.  The most serious issue seems to be that \ turns into
> > \\ in the final regexp.  Thus, for '\n', we end up with '\\n'.
> 
> What version of Tcl are you using?

This was with 8.3.  I've had problems with signal handling using 8.4,
particularly on hppa-linux.  The symptom is typically that output gets
truncated in tests with a large amount of output causing spurious
failures.  8.3, while not perfect, works better.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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