diff options
Diffstat (limited to 'gcc/fortran/trans-const.c')
-rw-r--r-- | gcc/fortran/trans-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c index 2f485a7..25a9459 100644 --- a/gcc/fortran/trans-const.c +++ b/gcc/fortran/trans-const.c @@ -218,7 +218,7 @@ gfc_conv_mpz_to_tree (mpz_t i, int kind) } } - return build_int_cst (gfc_get_int_type (kind), low, high); + return build_int_cst_wide (gfc_get_int_type (kind), low, high); } /* Converts a real constant into backend form. Uses an intermediate string |