On Sun, 13 Apr 2003 10:50:29 -0700, Mark Mitchell <mark@codesourcery.com> wrote: > ! null_node = convert (TREE_TYPE (alloc_node), > ! cookie_size ? cookie_size : size_zero_node); This seems unfortunate; comparing to zero is significantly faster on most targets. I'd prefer a solution further toward your mainline patch. Jason