trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on constant...
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Wed, 21 Jun 2006 20:44:31 +0000 (22:44 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 21 Jun 2006 20:44:31 +0000 (20:44 +0000)
commitc3238e32eb1c51e9cb8d75f5b3266bf3c831112f
treee33982f79b648a76777c89b878322574563b0f9f
parent27aeb9c0477061963b8e9247502afec41e1f84d4
trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on constant integer nodes by build_int_cst.

* trans-expr.c (gfc_conv_missing_dummy, gfc_conv_unary_op,
gfc_conv_cst_int_power, gfc_conv_string_tmp,
gfc_conv_function_call): Replace calls to convert on constant
integer nodes by build_int_cst.
* trans-stmt.c (gfc_trans_do): Likewise.
* trans-io.c (set_internal_unit, transfer_namelist_element):
Likewise.
* trans-decl.c (build_entry_thunks): Likewise.

From-SVN: r114868
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/fortran/trans-expr.c
gcc/fortran/trans-io.c
gcc/fortran/trans-stmt.c