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

ian@gcc.gnu.org ian@gcc.gnu.org
Mon Oct 14 23:12:00 GMT 2019


Author: ian
Date: Mon Oct 14 23:12:33 2019
New Revision: 276976

URL: https://gcc.gnu.org/viewcvs?rev=276976&root=gcc&view=rev
Log:
    compiler: revise exportdata fix for processing constant types
    
    This patch is an addendum to the fix for issue 34577, which was not
    sufficiently general. During export data processing, when looking at
    the types of constants mentioned in inlinable function bodies, include
    both locally defined constants and constant imported from other
    packages.
    
    Testcase for this bug is in CL 201017.
    
    Fixes golang/go#34852.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/201018

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/gcc/go/gofrontend/export.cc



More information about the Gcc-cvs mailing list