On Fri, May 9, 2014 at 10:30 PM, Jeff Law <l...@redhat.com> wrote:
> On 04/25/14 05:39, Prathamesh Kulkarni wrote:
>>
>> On Thu, Apr 24, 2014 at 9:18 PM, Diego Novillo <dnovi...@google.com>
>> wrote:
>>>
>>> Please remember to send patches to gcc-patches.
>>>
>>> I'm wondering if you couldn't just use std::string here.  No need to
>>> change
>>> one complicated allocation scheme with another.
>>
>> Since we were using c-styled strings throughout genmatch, I thought of
>> using obstack instead of std::string.
>> This patch uses std::string in parse_c_expr to build c-code string.
>> Should we also change AST (operand and subclasses) to use std::string
>> instead of c-styled strings ?
>
> Yes, let's go with this.

Btw, how is the status with the copyright assignments?  Can we give
the GSOC students svn write access so they can commit to the
branches?  Or should we direct them to use git branches off the
github.com git mirror?

Thanks,
Richard.

> Jeff

Reply via email to