On Wed, 17 May 2017, Marek Polacek wrote:
> I've always disliked using 0 where NULL_TREE should be. It's confusing to see
> if (value != 0), which makes value to look like an integer, even though it may
> be a tree.
>
> Next cleanup will probablyn be about using booleans where desirable.
>
> Bo
I've always disliked using 0 where NULL_TREE should be. It's confusing to see
if (value != 0), which makes value to look like an integer, even though it may
be a tree.
Next cleanup will probablyn be about using booleans where desirable.
Bootstrapped/regtested on x86_64-linux, ok for trunk?
2017