compiler: Mark concurrent calls.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 28 Apr 2016 19:43:20 +0000 (19:43 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 28 Apr 2016 19:43:20 +0000 (19:43 +0000)
commitf22693cb96ef3b6b2006fb644a11267ccea845a6
tree924e1d6fc2b0c90546f930da66281a6a2b2e8d07
parent6181bc30ab7b986f2de6119fc846cf0d58d3328a
compiler: Mark concurrent calls.

    If a call expression is executed in an independent goroutine via
    use of a Go statement, mark it as concurrent.

    Reviewed-on: https://go-review.googlesource.com/18700

From-SVN: r235608
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/statements.cc