]> git.ipfire.org Git - thirdparty/gcc.git/commit
trans-array.c (gfc_conv_expr_descriptor): We don't need to use a temporary array...
authorRoger Sayle <roger@eyesopen.com>
Fri, 2 Feb 2007 04:06:23 +0000 (04:06 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 2 Feb 2007 04:06:23 +0000 (04:06 +0000)
commit114e4d106d80f2b5cd8fa398b78bcef9aae74150
treed85dc905fa6fb5da2c6d13e3a99cfaffc5a9495b
parentd4f8b5672a9b7349426fc54e27f7ea67a1078081
trans-array.c (gfc_conv_expr_descriptor): We don't need to use a temporary array to pass a constant non-character array...

* trans-array.c (gfc_conv_expr_descriptor): We don't need to use
a temporary array to pass a constant non-character array constructor.
Generalize the descriptor generation code to handle scalarizer
"info" without an array reference.

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