Fix bug with multiple results returning structs with invalid sizes.
[gcc.git] / gcc / go / gofrontend / gogo.cc
index c7b847fb4d1ab2002a942194ac2a241ee691c8d7..ba3e9df0c2ad0897b5766ccc7cbd9c233df012d9 100644 (file)
@@ -2599,6 +2599,8 @@ Gogo::convert_named_types()
 
   Runtime::convert_types(this);
 
+  Function_type::convert_types(this);
+
   this->named_types_are_converted_ = true;
 }