diff options
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r-- | gcc/lto/lto-lang.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 8a4cee029d3..3574da02d11 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -1085,7 +1085,7 @@ lto_init (void) linemap_add (line_table, LC_RENAME, 0, NULL, 0); /* Create the basic integer types. */ - build_common_tree_nodes (flag_signed_char); + build_common_tree_nodes (flag_signed_char, /*short_double=*/false); /* The global tree for the main identifier is filled in by language-specific front-end initialization that is not run in the @@ -1102,8 +1102,6 @@ lto_init (void) ptrdiff_type_node = integer_type_node; - /* Create other basic types. */ - build_common_tree_nodes_2 (/*short_double=*/false); lto_build_c_type_nodes (); gcc_assert (va_list_type_node); |