On Thu, May 24, 2018 at 8:04 PM, Ville Voutilainen <ville.voutilai...@gmail.com> wrote: > I smacked my head against conversion_null_warnings for a while, > and then I realized that we could just stop convert_like_real from > changing the node type for null_node.
Won't that sometimes mean that the result has the wrong type? If we convert NULL to short, we want the result to have type short. Jason