Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler: Report errors for malformed builtin calls.
Errors reported from malformed builtin calls are handled in a later pass than the one in which they are detected. If a malformed builtin call is lowered into an error expression too early, these errors will never be reported. Fixes golang/go#11561. Change-Id: I9c92e92445eb9206b8f4b44949bb126209a82b31 Reviewed-on: https://go-review.googlesource.com/12778 Reviewed-by: Ian Lance Taylor <[email protected]>
- Loading branch information