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

ian@gcc.gnu.org ian@gcc.gnu.org
Tue Nov 27 19:57:00 GMT 2018


Author: ian
Date: Tue Nov 27 19:57:45 2018
New Revision: 266525

URL: https://gcc.gnu.org/viewcvs?rev=266525&root=gcc&view=rev
Log:
    compiler: pass a Location to import_expression
    
    Separate the Location that import_expression uses when creating a new
    Expression from the Location used to report an error.  This is a step
    toward importing expressions for inlined functions.  This is a pure
    refactoring that does not affect compiler behavior.
    
    Reviewed-on: https://go-review.googlesource.com/c/150064

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



More information about the Gcc-cvs mailing list