Branch: Tag:

2021-05-21

2021-05-21 09:18:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Do not lose track of markers.

5014:    tmp = low_type_binop(PT_BINOP_MINUS, bi->car, ai->car, remap,    bvoidable | PT_FLAG_CMP_NULLABLE | PT_FLAG_CMP_INSEPARABLE,    avoidable | PT_FLAG_CMP_NULLABLE | PT_FLAG_CMP_INSEPARABLE, -  remap_flags); +  remap_flags ^ PT_FLAG_REMAP_SWAP_MARKERS);    if (tmp) {    push_finished_type(ai);    /* FIXME: What if tmp differs due to remapping? */