r235608 - in /trunk/gcc/go/gofrontend: MERGE ex...

ian@gcc.gnu.org ian@gcc.gnu.org
Thu Apr 28 19:43:00 GMT 2016


Author: ian
Date: Thu Apr 28 19:43:20 2016
New Revision: 235608

URL: https://gcc.gnu.org/viewcvs?rev=235608&root=gcc&view=rev
Log:
    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

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/gcc/go/gofrontend/expressions.h
    trunk/gcc/go/gofrontend/statements.cc



More information about the Gcc-cvs mailing list