On October 19, 2015 3:54:05 PM GMT+02:00, Richard Biener <rguent...@suse.de> wrote: >
>+static bool >+gimple_phi_nonnegative_warnv_p (gimple *stmt, bool *strict_overflow_p, >+ int depth) >+{ Shouldn't all such depth parms be unsigned short or at least unsigned int? Thanks,