Go patch committed: Correctly parse case <-c <- v

Ian Lance Taylor iant@google.com
Sat Mar 26 05:45:00 GMT 2011


This patch to the Go frontend correctly parses
	select {
	case <-c <- v:
	}
Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu.
Committed to mainline.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 1167 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110326/55e8bf66/attachment.bin>


More information about the Gcc-patches mailing list