aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-07-23 19:04:35 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2010-07-23 19:04:35 +0200
commitcd3f04c80fad8e262555d770b2feead794cd1f52 (patch)
treec71eded4af7626ba7706b47e3178b1847fd6c27d /gcc/ada/gcc-interface/utils.c
parent52e092abdd026f8270d08367a00d3ad2060c5be3 (diff)
downloadgcc-cd3f04c80fad8e262555d770b2feead794cd1f52.zip
gcc-cd3f04c80fad8e262555d770b2feead794cd1f52.tar.gz
gcc-cd3f04c80fad8e262555d770b2feead794cd1f52.tar.bz2
tree.h (struct tree_base): Add nameless_flag bitfield.
* tree.h (struct tree_base): Add nameless_flag bitfield. (TYPE_NAMELESS, DECL_NAMELESS): Define. * omp-low.c (create_omp_child_function, scan_omp_parallel, scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or DECL_ARTIFICIAL where needed. * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS. (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL has DECL_NAMELESS set. * trans-types.c (gfc_get_array_descriptor_base, gfc_get_array_type_bounds): Set TYPE_NAMELESS. * trans-decl.c (gfc_build_qualified_array): Set DECL_NAMELESS instead of clearing DECL_NAME. (gfc_build_dummy_array_decl): Set DECL_NAMELESS. From-SVN: r162476
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
0 files changed, 0 insertions, 0 deletions