mirror of
https://github.com/golang/go
synced 2024-11-22 00:44:39 -07:00
parent
371b77ad20
commit
b5f54db359
@ -797,6 +797,7 @@ l0:
|
|||||||
* i said it was clumsy.
|
* i said it was clumsy.
|
||||||
*/
|
*/
|
||||||
case '(':
|
case '(':
|
||||||
|
case '[':
|
||||||
if(loophack || lstk != nil) {
|
if(loophack || lstk != nil) {
|
||||||
h = malloc(sizeof *h);
|
h = malloc(sizeof *h);
|
||||||
h->v = loophack;
|
h->v = loophack;
|
||||||
@ -806,6 +807,7 @@ l0:
|
|||||||
}
|
}
|
||||||
goto lx;
|
goto lx;
|
||||||
case ')':
|
case ')':
|
||||||
|
case ']':
|
||||||
if(lstk != nil) {
|
if(lstk != nil) {
|
||||||
h = lstk;
|
h = lstk;
|
||||||
loophack = h->v;
|
loophack = h->v;
|
||||||
|
@ -185,7 +185,3 @@ panic: barCount != 1
|
|||||||
|
|
||||||
panic PC=xxx
|
panic PC=xxx
|
||||||
BUG
|
BUG
|
||||||
|
|
||||||
=========== bugs/bug267.go
|
|
||||||
bugs/bug267.go:14: syntax error: unexpected {, expecting :
|
|
||||||
BUG
|
|
||||||
|
Loading…
Reference in New Issue
Block a user