4.4 API changes

Diego Novillo dnovillo@google.com
Fri May 15 22:19:00 GMT 2009


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.



More information about the Gcc mailing list