expressions.cc
416 KB
-
compiler: Don't crash on invalid print call. · f4cd6a8d
When the print builtins are called with no arguments, the compiler issues a warning and crashes when trying to produce the backend representation for the arguments. Fixes golang/go#11526. Reviewed-on: https://go-review.googlesource.com/13131 From-SVN: r227039Ian Lance Taylor committed