* trans-common.c (build_field): Fix comment typo.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 06:18:12 +0000 (06:18 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 06:18:12 +0000 (06:18 +0000)
commitdd4aa760b5b0e62792de1b1815e129f82e73bf98
tree178dc578bf72c1c0badbd660ff2e0ed2e152ac89
parent317330f73fccd66a707c12f2d4c8d0fe9216aecf
* trans-common.c (build_field): Fix comment typo.
(create_common): Set backend_decl of COMMON or EQUIVALENCEd
variables to a VAR_DECL with the COMPONENT_REF in
DECL_HAS_VALUE_EXPR rather than COMPONENT_REF directly.
* f95-lang.c (gfc_expand_function): Emit debug info for
EQUIVALENCEd variables if the equiv union is going to be output.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105288 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c
gcc/fortran/trans-common.c