2006-01-16 Richard Guenther <rguenther@suse.de>
commit0eed5ee7b9085171d92c0fbda29d9f07bd86804b
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jan 2006 09:40:16 +0000 (16 09:40 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jan 2006 09:40:16 +0000 (16 09:40 +0000)
treefc6d702400be0fd59d870552e0212a004b075ee4
parent66c2c707250fa3f9237fb1eab14c383f087e5ec5
2006-01-16  Richard Guenther  <rguenther@suse.de>

* trans-expr.c (gfc_conv_function_call): Use fold_build2.
* trans-stmt.c (gfc_trans_goto): Likewise.  Use build_int_cst.
* trans.c (gfc_trans_runtime_check): Don't fold the condition
again.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109745 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/fortran/trans-stmt.c
gcc/fortran/trans.c