Hi,

In the old references there is a function "build" that is used for
building tree nodes. Using this function one can build a conditional
expression as follows:

build(EQ_EXPR, integet_type_node, left, rith);
which is left == right

But, as I noticed this function "build" is not maintained (used) by
gcc any more. Instead build, what else may I use to create a
conditional expression node?

Thanks, for your advices.

--
Ferad Zyulkyarov

Reply via email to