]> Cypherpunks repositories - gostls13.git/commit
catch
authorRuss Cox <rsc@golang.org>
Mon, 27 Jul 2009 21:55:14 +0000 (14:55 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jul 2009 21:55:14 +0000 (14:55 -0700)
commit03b25a92a3e51dcb0b654945ad1d34eb7ed377bf
tree62bb9d85037b5f0e48d3a05c8403405486192c0c
parent0b2683d1ee4cf1280be1329b176680dd1bc46c17
catch
a := true;
a |= a;
in the front end.

R=ken
OCL=32240
CL=32243
src/cmd/gc/walk.c
test/fixedbugs/bug172.go [new file with mode: 0644]