$OpenBSD: patch-gcc_stor-layout_c,v 1.2 2020/04/05 21:55:01 tracey Exp $

Index: gcc/stor-layout.c
--- gcc/stor-layout.c.orig
+++ gcc/stor-layout.c
@@ -262,7 +262,7 @@ self_referential_size (tree size)
   fntype = build_function_type (return_type, param_type_list);
 
   /* Build the function declaration.  */
-  sprintf (buf, "SZ"HOST_WIDE_INT_PRINT_UNSIGNED, fnno++);
+  sprintf (buf, "SZ" HOST_WIDE_INT_PRINT_UNSIGNED, fnno++);
   fnname = get_file_function_name (buf);
   fndecl = build_decl (input_location, FUNCTION_DECL, fnname, fntype);
   for (t = param_decl_list; t; t = DECL_CHAIN (t))
