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 1/3] Handwritten part of conversion of "gimple" to "gimple_stmt *"


On Fri, May 9, 2014 at 8:49 AM, Jeff Law <law@redhat.com> wrote:
> On 05/02/14 15:56, David Malcolm wrote:
>>
>> gcc/
>>         * coretypes.h (gimple): Drop typedef.
>>         (const_gimple): Likewise.
>>         (gimple_seq): Convert from being a "gimple" to a "gimple_stmt *".
>
> So instead, we just want to convert from "gimple" to "gimple *", right?
> That was my understanding of where we left things last week.

Yes.

Thanks,
Richard.

> That's going to mean a ton of trivial fixups to this patch.  With those
> fixes, this patch is approved.
>
> jeff
>
>


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