Branch: Tag:

2020-09-11

2020-09-11 15:14:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Fixed issue with expanding of transient types.

3569:    if (low_and_push_complex_pike_type(t2)) {    /* t2 also contains complex types. */    low_and_push_complex_pike_type(t1); -  push_type(T_AND); +  push_reverse_joiner_type(T_AND);    push_type(T_OR);    }    }
3856:    */    DECLARE_CYCLIC();    -  push_finished_type(cont); +  push_finished_type_with_markers(cont, markers, 0);       if (!BEGIN_CYCLIC(cont, trans)) {    SET_CYCLIC_RET(1);