diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index 5c14e41..68302e8 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -506,7 +506,7 @@ build_replicated_const (tree type, tree inner_type, HOST_WIDE_INT value) else abort (); - ret = build_int_cst (type, low, high); + ret = build_int_cst_wide (type, low, high); return ret; } |