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: 4.4 API changes


On Fri, May 15, 2009 at 17:23, Jamie Prescott <jpresss@yahoo.com> wrote:

> I managed to migrate my code to 4.4, but I've some code I cannot figure out
> how to translate.
> Before, I was building the TRUE and FALSE Âinstruction list using gimplify_and_add(),
> and then a:
>
> build3(COND_EXPR, void_type_node, cond, a_case, b_case);

Are you trying to generate gimple or generic?  Both are different data
structures now.


Diego.


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