Paulo J. Matos wrote on 03/01/07 10:41: > My IPA pass seems to be run only for -On, n>=1, is there a way to make > it ran even for -O0? No, we only run IPA passes if flag_unit_at_a_time is set. That only is set when optimizing. At -O0, we simply emit functions individually.