diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 38760b2..006ec5d 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -265,7 +265,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)) |