]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/trans.h
trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::scalar...
authorMikael Morin <mikael@gcc.gnu.org>
Sun, 4 Mar 2012 20:46:55 +0000 (20:46 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Sun, 4 Mar 2012 20:46:55 +0000 (20:46 +0000)
commit9bcf7121b65665d72790132ff071e07a1a634151
tree9cce6361575bbd4622cd4602cd357413f033a401
parent904eea2c55c331ba5a836adb5e859ebce9ac9d53
trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::scalar subcomponent to the toplevel.

fortran/
* trans.h (struct gfc_ss_info): Move can_be_null_ref component from
the data::scalar subcomponent to the toplevel.
* trans-expr.c (gfc_conv_expr): Update component reference.
* trans-array.c (gfc_add_loop_ss_code): Ditto.
(gfc_walk_elemental_function_args): Ditto.  Move the conditional setting
the field out of the scalar-only block.

From-SVN: r184893
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-expr.c
gcc/fortran/trans.h