trans-io.c (set_string): Use fold_build2 and build_int_cst instead of build2 and...
authorRoger Sayle <roger@eyesopen.com>
Sat, 15 Apr 2006 05:50:42 +0000 (05:50 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 15 Apr 2006 05:50:42 +0000 (05:50 +0000)
commita01de5ece55c8b495118daa649e6ab5eb78912ca
tree34d50e038e1fa1be7464a9855bb63a2ecb849cfe
parentdb753da024d28482c4df4a7c1150df8a53651a06
trans-io.c (set_string): Use fold_build2 and build_int_cst instead of build2 and convert to construct "x...

* trans-io.c (set_string): Use fold_build2 and build_int_cst instead
of build2 and convert to construct "x < 0" rather than "x <= -1".

From-SVN: r112968
gcc/fortran/ChangeLog
gcc/fortran/trans-io.c