Branch: Tag:

2022-05-30

2022-05-30 11:14:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Fix multi-reporting of bad assignments mk II.

3795:    }   #endif /* 0 */    n->type = and_pike_types(CDR(n)->type, CAR(n)->type); +  if (!n->type) { +  copy_pike_type(n->type, CDR(n)->type);    } -  +  }    break;       case F_AND_EQ: