aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r--gcc/tree-complex.c2
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;
}