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] Internal functions for testsuite in regex


On Fri, Oct 4, 2013 at 12:30 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> A completely different option, which I also like a lot in fact, would be
> putting the new *_testsuite functions inside the already existing
> testsuite/util/testsuite/regex.h. There you would use namespace __gnu_test,
> would not require strict uglification, etc.

A good idea.

This patch reduces duplicated code between regex_match and
regex_search, and bring us *_debug for test use.

I'm doing bootstrap. Tested under -m32 and -m64.


Thanks!

-- 
Tim Shen

Attachment: a.patch
Description: Binary data


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