trans-common.c (build_field): Fix comment typo.
authorJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Oct 2005 06:18:12 +0000 (08:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Oct 2005 06:18:12 +0000 (08:18 +0200)
commit81871c2a0501a25b3f038286268e0ce84936fdf2
tree178dc578bf72c1c0badbd660ff2e0ed2e152ac89
parent595cf76b1f7e63889c5a0cc9b09163c0264d2e25
trans-common.c (build_field): Fix comment typo.

* 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.

From-SVN: r105288
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c
gcc/fortran/trans-common.c