Message ID | alpine.LNX.2.00.1202231529110.18230@zhemvz.fhfr.qr |
---|---|
State | New |
Headers | show |
Index: go-gcc.cc =================================================================== --- go-gcc.cc (revision 184506) +++ go-gcc.cc (working copy) @@ -602,7 +602,7 @@ Btype* Gcc_backend::placeholder_pointer_type(const std::string& name, Location location, bool) { - tree ret = build_variant_type_copy(ptr_type_node); + tree ret = build_distinct_type_copy(ptr_type_node); if (!name.empty()) { tree decl = build_decl(location.gcc_location(), TYPE_DECL,