]> git.ipfire.org Git - thirdparty/gcc.git/commit
trans-array.c (gfc_conv_loop_setup): Test whether the loop stride is one...
authorRoger Sayle <roger@eyesopen.com>
Fri, 5 Jan 2007 21:22:05 +0000 (21:22 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 5 Jan 2007 21:22:05 +0000 (21:22 +0000)
commitc96111c00d1c3c1a40535a4580681347eeb801b9
tree20bb6a799235d34926f0f093e96c4cf0c9975937
parentafe1a916d7e6195a85569d33685fd3259f9a0e84
trans-array.c (gfc_conv_loop_setup): Test whether the loop stride is one...

* trans-array.c (gfc_conv_loop_setup):  Test whether the loop
stride is one, to avoid fold_build2 introducing a useless
NON_LVALUE_EXPR node.

From-SVN: r120500
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c