Branch: Tag:

2019-03-12

2019-03-12 11:34:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Fixed bug in handling of F_TYPE nodes.

Fixes [Github #25].

4119:    break;       case F_TYPEOF: +  type_stack_mark();    if (CAR(n)) {    push_finished_type(CAR(n)->type);    } else {
4126:    }    push_type(T_TYPE);    if (n->type) free_type(n->type); -  n->type = pop_type(); +  n->type = pop_unfinished_type();    break;       case F_UNDEFINED: