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: [tree-ssa] PATCH to give expressions in boolean context BOOLEAN_TYPE


On Thu, Jul 24, 2003 at 06:53:18PM -0400, Jason Merrill wrote:
> ! 			   convert (boolean_type_node, integer_zero_node));

boolean_false_node?

Lots of similar occasions.

> +   enum tree_code code = TREE_CODE (t);
> + 
>     if (t == NULL_TREE)
>       return 1;

SEGV.


r~


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