Branch: Tag:

2021-02-02

2021-02-02 11:56:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: push_binop(PT_BINOP_NONE) is now supported.

4130:    free_type(b);    break;    case PT_BINOP_NONE: -  Pike_fatal("Unsupported binop.\n"); +  a = low_pop_type(); +  b = low_pop_type(); +  push_type(PIKE_T_UNKNOWN); +  free_type(a); +  free_type(b); +  break;    case PT_BINOP_MINUS:    case PT_BINOP_INVERSE_MINUS:    /* One of the minterms. */