The Go language accepts an optional comma after an expression in a type conversion. This is because type conversions can look like function calls. The Go frontend was incorrectly rejecting these valid programs. This patch fixes that. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline and 4.7 branch. Ian