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

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Dec 28 21:10:00 GMT 2018


Author: ian
Date: Fri Dec 28 21:10:33 2018
New Revision: 267455

URL: https://gcc.gnu.org/viewcvs?rev=267455&root=gcc&view=rev
Log:
    compiler: remove escapes_ field from Variable and Result_variable
    
    The fields were set to true initially and never set to false.
    These were left over from an earlier attempt at escape analysis.
    
    Reviewed-on: https://go-review.googlesource.com/c/155750

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



More information about the Gcc-cvs mailing list