Commit a665e292 authored by Ken Thompson's avatar Ken Thompson

bug with select :=

R=r
OCL=25278
CL=25278
parent 82c38cf8
......@@ -343,7 +343,6 @@ loop:
case OSELECT:
if(top != Etop)
goto nottop;
walkselect(n);
goto ret;
......@@ -1487,6 +1486,7 @@ selectas(Node *name, Node *expr)
if(expr == N || expr->op != ORECV)
goto bad;
walktype(expr->left, Erv);
t = expr->left->type;
if(t == T)
goto bad;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment