Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler: Don't crash on invalid print call.
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. Change-Id: I0616bfdd4f29cedeb44db51a311e706d4628c19c Reviewed-on: https://go-review.googlesource.com/13131 Reviewed-by: Ian Lance Taylor <[email protected]>
- Loading branch information