diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 6820cedcfcc..64823591edc 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -3016,6 +3016,7 @@ init_decl_processing () if (flag_traditional && TREE_UNSIGNED (t)) t = signed_type (t); + c_size_type_node = t; set_sizetype (t); /* Create the widest literal types. */ |