r252154 - in /branches/range-gen2/gcc/go/gofron...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Wed Sep 13 15:59:00 GMT 2017


Author: aldyh
Date: Wed Sep 13 15:59:34 2017
New Revision: 252154

URL: https://gcc.gnu.org/viewcvs?rev=252154&root=gcc&view=rev
Log:
    compiler: add backend type conversion
    
    Tweak Interface_field_reference_expression::do_get_backend to apply an
    additional backend type conversion to the returned result.  This is
    needed due to the fact that the top level type of the expression is a
    function descriptor, however the value being manufactured is a pointer
    to <thunk-descriptor, value> struct.
    
    Reviewed-on: https://go-review.googlesource.com/51712

Modified:
    branches/range-gen2/gcc/go/gofrontend/MERGE
    branches/range-gen2/gcc/go/gofrontend/expressions.cc



More information about the Gcc-cvs mailing list