r257216 - in /trunk/gcc/go/gofrontend: MERGE ty...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Jan 31 02:11:00 GMT 2018


Author: ian
Date: Wed Jan 31 02:11:03 2018
New Revision: 257216

URL: https://gcc.gnu.org/viewcvs?rev=257216&root=gcc&view=rev
Log:
    compiler: Function_type and Backend_function_type should not be identical
    
    Function_type and Backend_function_type have different backend
    representations, so they should not be identical. Otherwise it
    confuses Type::type_btypes map.
    
    Reviewed-on: https://go-review.googlesource.com/90975

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



More information about the Gcc-cvs mailing list