Home
last modified time | relevance | path

Searched refs:create_common (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c606 create_common (gfc_common_head *com, segment_info *head, bool saw_equiv) in create_common() function
1267 create_common (common, common_segment, saw_equiv); in translate_common()
1328 create_common (c, current_segment, true); in finish_equivalences()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc634 create_common (gfc_common_head *com, segment_info *head, bool saw_equiv) in create_common() function
1296 create_common (common, common_segment, saw_equiv); in translate_common()
1357 create_common (c, current_segment, true); in finish_equivalences()
H A DChangeLog-2004931 * trans-common.c (create_common): Same.
1446 * trans-common.c (create_common): Use gfc_conv_initializer.
1545 (create_common): Additionally, make loop logic more obvious.
1554 (create_common, new_condition, new_segment, finish_equivalences):
1775 (create_common): Adapt to new data structures, add new
1778 create_common.
1836 * trans-common.c (create_common): Likewise.
2146 (create_common): Create initializers.
H A DChangeLog-20051247 (create_common): Set backend_decl of COMMON or EQUIVALENCEd
1355 (create_common): If any symbol in equivalence has SAVE attribute,
1726 to create_common with a gfc_common_header so that
2073 * trans-common.c (create_common): Likewise.
2988 * trans-common.c (create_common): Build RECORD_NODE for common blocks
2993 for the 3rd parameter to create_common.
3624 (create_common): Add head argument.
H A DChangeLog-20081130 (create_common): Set DECL_IGNORED_P for use associated vars.
2985 * trans-common.c (create_common): Add decl to function
3018 (create_common): Don't set TREE_INVARIANT.
3059 * trans-common.c (create_common): Revert patch causing regression.
3211 * trans-common.c (create_common): Add decl to function
3564 * trans-common.c (create_common): Likewise.
H A DChangeLog-2014789 * trans-common.c (create_common): Likewise.
1639 * trans-common.c (create_common): Call gfc_finish_decl_attrs.
H A DChangeLog-20121759 * trans-common.c (create_common): Do not fake TREE_ASM_WRITTEN.
2743 * trans-common.c (create_common): Update copyright years. Mark
H A DChangeLog-2009216 * trans-common.c (create_common): Remove unused offset variable.
434 * trans-common.c (create_common): Set TREE_PUBLIC to false on
H A DChangeLog-20211442 * trans-common.c (create_common): Set TREE_THIS_VOLATILE on the
H A DChangeLog-20101719 * trans-common.c (create_common): Change build[0-9] to
2008 * trans-common.c (create_common): Modified call to
H A DChangeLog-20073415 * trans-common.c (create_common): Initialize 'field_init'.
3422 (create_common): Call get_init_field for overlapping
H A DChangeLog-2015720 * trans-common.c (create_common): Adjust to use flag_checking.
H A DChangeLog-2019242 * trans-common.c (build_field, get_init_field, create_common): Likewise.
H A DChangeLog-20113067 * trans-common.c (get_init_field, create_common): Likewise.
H A DChangeLog-20063570 create_common): Set GFC_DECL_COMMON_OR_EQUIV flag on the decls.