> I think the correct fix here is to set the MEM_IN_STRUCT_P bit on the > MEM rtx created by SETUP_INCOMING_VARARGS. This should make the sched > blockage insn unnecessary. But since the tests in true_dependance are symmetric, that will then cause problems for va_arg(list, int), no? r~