* Makefile.def (target_modules): Remove libcilkrts. * Makefile.in: Ditto. * configure: Ditto. * configure.ac: Ditto. contrib/ * contrib/gcc_update: Ditto. gcc/ * Makefile.in (cilkplus.def, cilk-builtins.def, c-family/cilk.o, c-family/c-cilkplus.o, c-family/array-notation-common.o, cilk-common.o, cilk.h, cilk-common.c): Remove. * builtin-types.def (BT_FN_INT_PTR_PTR_PTR_FTYPE_BT_INT_BT_PTR_BT_PTR_BT_PTR): Remove. * builtins.c (is_builtin_name): Remove cilkplus condition. (BUILT_IN_CILK_DETACH, BUILT_IN_CILK_POP_FRAME): Remove. * builtins.def (DEF_CILK_BUILTIN_STUB, DEF_CILKPLUS_BUILTIN, cilk-builtins.def, cilkplus.def): Remove. * cif-code.def (CILK_SPAWN): Remove. * cilk-builtins.def: Delete. * cilk-common.c: Ditto. * cilk.h: Ditto. * cilkplus.def: Ditto. * config/darwin.h (fcilkplus): Delete. * cppbuiltin.c: Ditto. * doc/extend.texi: Remove cilkplus doc. * doc/generic.texi: Ditto. * doc/invoke.texi: Ditto. * doc/passes.texi: Ditto. * gcc.c (fcilkplus): Remove. * gengtype.c (cilk.h): Remove. * gimple-pretty-print.c (dump_gimple_omp_for): Remove cilkplus support. * gimple.h (GF_OMP_FOR_KIND_CILKFOR, GF_OMP_FOR_KIND_CILKSIMD): Remove. * gimplify.c (gimplify_return_expr, maybe_fold_stmt, gimplify_call_expr, is_gimple_stmt, gimplify_modify_expr, gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses, gimplify_omp_for, gimplify_expr): Remove cilkplus conditions. * ipa-fnsummary.c (ipa_dump_fn_summary, compute_fn_summary, inline_read_section): Ditto. * ipa-inline-analysis.c (cilk.h): Remove. * ira.c (ira_setup_eliminable_regset): Remove cilkplus support. * lto-wrapper.c (merge_and_complain, append_compiler_options, append_linker_options): Remove condition for fcilkplus. * lto/lto-lang.c (cilk.h): Remove. (lto_init): Remove condition for fcilkplus. * omp-expand.c (expand_cilk_for_call): Delete. (expand_omp_taskreg, expand_omp_for_static_chunk, expand_omp_for): Remove cilkplus conditions. (expand_cilk_for): Delete. * omp-general.c (omp_extract_for_data): Remove cilkplus support. * omp-low.c (scan_sharing_clauses, create_omp_child_function, execute_lower_omp, diagnose_sb_0): Ditto. * omp-simd-clone.c (simd_clone_clauses_extract): Ditto. * tree-core.h (OMP_CLAUSE__CILK_FOR_COUNT_): Delete. * tree-nested.c: Ditto. * tree-pretty-print.c (dump_omp_clause): Remove cilkplus support. (dump_generic_node): Ditto. * tree.c (OMP_CLAUSE__CILK_FOR_COUNT_): Delete. * tree.def (cilk_simd, cilk_for, cilk_spawn_stmt, cilk_sync_stmt): Delete. * tree.h (CILK_SPAWN_FN, EXPR_CILK_SPAWN): Delete. gcc/c-family/ * array-notation-common.c: Delete. * c-cilkplus.c: Ditto. * c-common.c (_Cilk_spawn, _Cilk_sync, _Cilk_for): Remove. * c-common.def (ARRAY_NOTATION_REF): Remove. * c-common.h (RID_CILK_SPAWN, build_array_notation_expr, build_array_notation_ref, C_ORT_CILK, c_check_cilk_loop, c_validate_cilk_plus_loop, cilkplus_an_parts, cilk_ignorable_spawn_rhs_op, cilk_recognize_spawn): Remove. * c-gimplify.c (CILK_SPAWN_STMT): Remove. * c-omp.c: Remove CILK_SIMD check. * c-pragma.c: Ditto. * c-pragma.h: Remove CILK related pragmas. * c-pretty-print.c (c_pretty_printer::postfix_expression): Remove ARRAY_NOTATION_REF condition. (c_pretty_printer::expression): Ditto. * c.opt (fcilkplus): Remove. * cilk.c: Delete. gcc/c/ * Make-lang.in (c/c-array-notation.o): Remove. * c-array-notation.c: Delete. * c-decl.c: Remove cilkplus condition. * c-parser.c (c_parser_cilk_simd, c_parser_cilk_for, c_parser_cilk_verify_simd, c_parser_array_notation, c_parser_cilk_clause_vectorlength, c_parser_cilk_grainsize, c_parser_cilk_simd_fn_vector_attrs, c_finish_cilk_simd_fn_tokens): Delete. (c_parser_declaration_or_fndef): Remove cilkplus condition. (c_parser_direct_declarator_inner): Ditto. (CILK_SIMD_FN_CLAUSE_MASK): Delete. (c_parser_attributes, c_parser_compound_statement, c_parser_statement_after_labels, c_parser_if_statement, c_parser_switch_statement, c_parser_while_statement, c_parser_do_statement, c_parser_for_statement, c_parser_unary_expression, c_parser_postfix_expression, c_parser_postfix_expression_after_primary, c_parser_pragma, c_parser_omp_clause_name, c_parser_omp_all_clauses, c_parser_omp_for_loop, c_finish_omp_declare_simd): Remove cilkplus support. * c-typeck.c (build_array_ref, build_function_call_vec, convert_arguments, lvalue_p, build_compound_expr, c_finish_return, c_finish_if_stmt, c_finish_loop, build_binary_op): Remove cilkplus support. gcc/cp/ * Make-lang.in (cp/cp-array-notation.o, cp/cp-cilkplus.o): Delete. * call.c (convert_for_arg_passing, build_cxx_call): Remove cilkplus. * constexpr.c (potential_constant_expression_1): Ditto. * cp-array-notation.c: Delete. * cp-cilkplus.c: Ditto. * cp-cilkplus.h: Ditto. * cp-gimplify.c (cp_gimplify_expr, cp_fold_r, cp_genericize): Remove cilkplus condition. * cp-objcp-common.c (ARRAY_NOTATION_REF): Delete. * cp-tree.h (cilkplus_an_triplet_types_ok_p): Delete. * decl.c (grokfndecl, finish_function): Remove cilkplus condition. * error.c (dump_decl, dump_expr): Remove ARRAY_NOTATION_REF condition. * lambda.c (cp-cilkplus.h): Remove. * parser.c (cp_parser_cilk_simd, cp_parser_cilk_for, cp_parser_cilk_simd_vectorlength): Delete. (cp_debug_parser, cp_parser_ctor_initializer_opt_and_function_body, cp_parser_postfix_expression, cp_parser_postfix_open_square_expression, cp_parser_statement, cp_parser_jump_statement, cp_parser_direct_declarator, cp_parser_late_return_type_opt, cp_parser_gnu_attribute_list, cp_parser_omp_clause_name, cp_parser_omp_clause_aligned, cp_parser_omp_clause_linear, cp_parser_omp_all_clauses, cp_parser_omp_flush, cp_parser_omp_for_cond, cp_parser_omp_for_incr, cp_parser_omp_for_loop_init, cp_parser_omp_for_loop, cp_parser_omp_declare_simd): Remove cilkplus support. (CILK_SIMD_FN_CLAUSE_MASK, cp_parser_late_parsing_cilk_simd_fn_info, cp_parser_cilk_grainsize): Remove. (cp_parser_pragma, c_parse_file): Remove cilkplus support. (cp_parser_cilk_simd_vectorlength, cp_parser_cilk_simd_linear, cp_parser_cilk_simd_clause_name, cp_parser_cilk_simd_all_clauses, cp_parser_cilk_simd, cp_parser_cilk_for): Remove. * parser.h (IN_CILK_SIMD_FOR, IN_CILK_SPAWN): Remove. * pt.c (tsubst_attribute, tsubst_expr, tsubst_copy_and_build): Remove cilkplus support. * semantics.c (finish_goto_stmt, begin_while_stmt, finish_do_body, finish_init_stmt, finish_switch_cond, simplify_aggr_init_expr, finish_omp_clauses, finish_omp_clauses, finish_omp_for): Remove cilkplus support. * tree.c (lvalue_kind): Remove ARRAY_NOTATION_REF conditon. * typeck.c (cp_build_array_ref, cp_build_compound_expr, check_return_expr): Remove cilkplus support. gcc/testsuite/ * c-c++-common/attr-simd-3.c: Delete. * c-c++-common/cilk-plus/AN/an-if.c: Delete. * c-c++-common/cilk-plus/AN/array_test1.c: Delete. * c-c++-common/cilk-plus/AN/array_test2.c: Delete. * c-c++-common/cilk-plus/AN/array_test_ND.c: Delete. * c-c++-common/cilk-plus/AN/builtin_fn_custom.c: Delete. * c-c++-common/cilk-plus/AN/builtin_fn_mutating.c: Delete. * c-c++-common/cilk-plus/AN/builtin_func_double.c: Delete. * c-c++-common/cilk-plus/AN/builtin_func_double2.c: Delete. * c-c++-common/cilk-plus/AN/comma_exp.c: Delete. * c-c++-common/cilk-plus/AN/conditional.c: Delete. * c-c++-common/cilk-plus/AN/decl-ptr-colon.c: Delete. * c-c++-common/cilk-plus/AN/dimensionless-arrays.c: Delete. * c-c++-common/cilk-plus/AN/exec-once.c: Delete. * c-c++-common/cilk-plus/AN/exec-once2.c: Delete. * c-c++-common/cilk-plus/AN/fn_ptr-2.c: Delete. * c-c++-common/cilk-plus/AN/fn_ptr.c: Delete. * c-c++-common/cilk-plus/AN/fp_triplet_values.c: Delete. * c-c++-common/cilk-plus/AN/gather-scatter-errors.c: Delete. * c-c++-common/cilk-plus/AN/gather_scatter.c: Delete. * c-c++-common/cilk-plus/AN/if_test.c: Delete. * c-c++-common/cilk-plus/AN/if_test_errors.c: Delete. * c-c++-common/cilk-plus/AN/misc.c: Delete. * c-c++-common/cilk-plus/AN/n-ptr-test.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors2.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors3.c: Delete. * c-c++-common/cilk-plus/AN/parser_errors4.c: Delete. * c-c++-common/cilk-plus/AN/pr57457-2.c: Delete. * c-c++-common/cilk-plus/AN/pr57457.c: Delete. * c-c++-common/cilk-plus/AN/pr57490.c: Delete. * c-c++-common/cilk-plus/AN/pr57541-2.c: Delete. * c-c++-common/cilk-plus/AN/pr57541.c: Delete. * c-c++-common/cilk-plus/AN/pr57577.c: Delete. * c-c++-common/cilk-plus/AN/pr58942.c: Delete. * c-c++-common/cilk-plus/AN/pr61191.c: Delete. * c-c++-common/cilk-plus/AN/pr61455-2.c: Delete. * c-c++-common/cilk-plus/AN/pr61455.c: Delete. * c-c++-common/cilk-plus/AN/pr61962.c: Delete. * c-c++-common/cilk-plus/AN/pr61963.c: Delete. * c-c++-common/cilk-plus/AN/pr62008.c: Delete. * c-c++-common/cilk-plus/AN/pr63884.c: Delete. * c-c++-common/cilk-plus/AN/rank_mismatch.c: Delete. * c-c++-common/cilk-plus/AN/rank_mismatch2.c: Delete. * c-c++-common/cilk-plus/AN/rank_mismatch3.c: Delete. * c-c++-common/cilk-plus/AN/sec_implicit.c: Delete. * c-c++-common/cilk-plus/AN/sec_implicit2.c: Delete. * c-c++-common/cilk-plus/AN/sec_implicit_ex.c: Delete. * c-c++-common/cilk-plus/AN/sec_reduce_ind_same_value.c: Delete. * c-c++-common/cilk-plus/AN/sec_reduce_max_min_ind.c: Delete. * c-c++-common/cilk-plus/AN/sec_reduce_return.c: Delete. * c-c++-common/cilk-plus/AN/side-effects-1.c: Delete. * c-c++-common/cilk-plus/AN/test_builtin_return.c: Delete. * c-c++-common/cilk-plus/AN/test_sec_limits.c: Delete. * c-c++-common/cilk-plus/AN/tst_lngth.c: Delete. * c-c++-common/cilk-plus/AN/vla.c: Delete. * c-c++-common/cilk-plus/CK/Wparentheses-1.c: Delete. * c-c++-common/cilk-plus/CK/cilk-for-2.c: Delete. * c-c++-common/cilk-plus/CK/cilk-for-3.c: Delete. * c-c++-common/cilk-plus/CK/cilk-fors.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_errors.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_grain.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_grain_errors.c: Delete. * c-c++-common/cilk-plus/CK/cilk_for_ptr_iter.c: Delete. * c-c++-common/cilk-plus/CK/compound_cilk_spawn.c: Delete. * c-c++-common/cilk-plus/CK/concec_cilk_spawn.c: Delete. * c-c++-common/cilk-plus/CK/errors.c: Delete. * c-c++-common/cilk-plus/CK/fib.c: Delete. * c-c++-common/cilk-plus/CK/fib_init_expr_xy.c: Delete. * c-c++-common/cilk-plus/CK/fib_no_return.c: Delete. * c-c++-common/cilk-plus/CK/fib_no_sync.c: Delete. * c-c++-common/cilk-plus/CK/invalid_spawns.c: Delete. * c-c++-common/cilk-plus/CK/invalid_sync.c: Delete.c * c-c++-common/cilk-plus/CK/nested_cilk_for.c: Delete. * c-c++-common/cilk-plus/CK/no_args_error.c: Delete. * c-c++-common/cilk-plus/CK/pr59631.c: Delete. * c-c++-common/cilk-plus/CK/pr60197-2.c: Delete. * c-c++-common/cilk-plus/CK/pr60197.c: Delete. * c-c++-common/cilk-plus/CK/pr60469.c: Delete. * c-c++-common/cilk-plus/CK/pr60586.c: Delete. * c-c++-common/cilk-plus/CK/pr63307.c: Delete. * c-c++-common/cilk-plus/CK/pr69826-1.c: Delete. * c-c++-common/cilk-plus/CK/pr69826-2.c: Delete. * c-c++-common/cilk-plus/CK/pr79428-4.c: Delete. * c-c++-common/cilk-plus/CK/pr79428-7.c: Delete. * c-c++-common/cilk-plus/CK/spawn_in_return.c: Delete. * c-c++-common/cilk-plus/CK/spawnee_inline.c: Delete. * c-c++-common/cilk-plus/CK/spawner_inline.c: Delete. * c-c++-common/cilk-plus/CK/spawning_arg.c: Delete. * c-c++-common/cilk-plus/CK/steal_check.c: Delete. * c-c++-common/cilk-plus/CK/sync_wo_spawn.c: Delete. * c-c++-common/cilk-plus/CK/test__cilk.c: Delete. * c-c++-common/cilk-plus/CK/varargs_test.c: Delete. * c-c++-common/cilk-plus/PS/Wparentheses-1.c: Delete. * c-c++-common/cilk-plus/PS/body.c: Delete. * c-c++-common/cilk-plus/PS/clauses1.c: Delete. * c-c++-common/cilk-plus/PS/clauses2.c: Delete. * c-c++-common/cilk-plus/PS/clauses3.c: Delete. * c-c++-common/cilk-plus/PS/clauses4.c: Delete. * c-c++-common/cilk-plus/PS/for1.c: Delete. * c-c++-common/cilk-plus/PS/for2.c: Delete. * c-c++-common/cilk-plus/PS/for3.c: Delete. * c-c++-common/cilk-plus/PS/pr69363.c: Delete. * c-c++-common/cilk-plus/PS/reduction-1.c: Delete. * c-c++-common/cilk-plus/PS/reduction-2.c: Delete. * c-c++-common/cilk-plus/PS/reduction-3.c: Delete. * c-c++-common/cilk-plus/PS/run-1.c: Delete. * c-c++-common/cilk-plus/PS/safelen.c: Delete. * c-c++-common/cilk-plus/PS/vectorlength-2.c: Delete. * c-c++-common/cilk-plus/PS/vectorlength-3.c: Delete. * c-c++-common/cilk-plus/PS/vectorlength.c: Delete. * c-c++-common/cilk-plus/SE/ef_error.c: Delete. * c-c++-common/cilk-plus/SE/ef_error2.c: Delete. * c-c++-common/cilk-plus/SE/ef_error3.c: Delete. * c-c++-common/cilk-plus/SE/ef_test.c: Delete. * c-c++-common/cilk-plus/SE/ef_test2.c: Delete. * c-c++-common/cilk-plus/SE/vlength_errors.c: Delete. * g++.dg/cilk-plus/AN/array_function.c: Delete. * g++.dg/cilk-plus/AN/array_test1_tplt.c: Delete. * g++.dg/cilk-plus/AN/array_test2_tplt.c: Delete. * g++.dg/cilk-plus/AN/array_test_ND_tplt.c: Delete. * g++.dg/cilk-plus/AN/braced_list.c: Delete. * g++.dg/cilk-plus/AN/builtin_fn_custom_tplt.c: Delete. * g++.dg/cilk-plus/AN/builtin_fn_mutating_tplt.c: Delete. * g++.dg/cilk-plus/AN/fp_triplet_values_tplt.c: Delete. * g++.dg/cilk-plus/AN/postincr_test.c: Delete. * g++.dg/cilk-plus/AN/preincr_test.c: Delete. * g++.dg/cilk-plus/CK/catch_exc.c: Delete. * g++.dg/cilk-plus/CK/cf3.c: Delete. * g++.dg/cilk-plus/CK/cilk-for-tplt.c: Delete. * g++.dg/cilk-plus/CK/const_spawn.c: Delete. * g++.dg/cilk-plus/CK/fib-opr-overload.c: Delete. * g++.dg/cilk-plus/CK/fib-tplt.c: Delete. * g++.dg/cilk-plus/CK/for1.c: Delete. * g++.dg/cilk-plus/CK/lambda_spawns.c: Delete. * g++.dg/cilk-plus/CK/lambda_spawns_tplt.c: Delete. * g++.dg/cilk-plus/CK/pr60586.c: Delete. * g++.dg/cilk-plus/CK/pr66326.c: Delete. * g++.dg/cilk-plus/CK/pr68001.c: Delete. * g++.dg/cilk-plus/CK/pr68997.c: Delete. * g++.dg/cilk-plus/CK/pr69024.c: Delete. * g++.dg/cilk-plus/CK/pr69048.c: Delete. * g++.dg/cilk-plus/CK/pr69267.c: Delete. * g++.dg/cilk-plus/CK/pr80038.c: Delete. * g++.dg/cilk-plus/CK/stl_iter.c: Delete. * g++.dg/cilk-plus/CK/stl_rev_iter.c: Delete. * g++.dg/cilk-plus/CK/stl_test.c: Delete. * g++.dg/cilk-plus/cilk-plus.exp * g++.dg/cilk-plus/ef_test.C: Delete. * g++.dg/cilk-plus/for.C: Delete. * g++.dg/cilk-plus/for2.C: Delete. * g++.dg/cilk-plus/for3.C: Delete. * g++.dg/cilk-plus/for4.C: Delete. * g++.dg/cilk-plus/pr60967.C: Delete. * g++.dg/cilk-plus/pr69028.C: Delete. * g++.dg/cilk-plus/pr70565.C: Delete. * g++.dg/pr57662.C: Delete. * gcc.dg/cilk-plus/cilk-plus.exp * gcc.dg/cilk-plus/for1.c: Delete. * gcc.dg/cilk-plus/for2.c: Delete. * gcc.dg/cilk-plus/jump-openmp.c: Delete. * gcc.dg/cilk-plus/jump.c: Delete. * gcc.dg/cilk-plus/pr69798-1.c: Delete. * gcc.dg/cilk-plus/pr69798-2.c: Delete. * gcc.dg/cilk-plus/pr78306.c: Delete. * gcc.dg/cilk-plus/pr79116.c: Delete. * gcc.dg/graphite/id-28.c: Delete. * lib/cilk-plus-dg.exp: Delete. * lib/target-supports.exp (cilkplus_runtime): Delete. Co-Authored-By: Sebastian Peryt <sebastian.peryt@intel.com> From-SVN: r255195
479 lines
13 KiB
C
479 lines
13 KiB
C
/* Some code common to C++ and ObjC++ front ends.
|
|
Copyright (C) 2004-2017 Free Software Foundation, Inc.
|
|
Contributed by Ziemowit Laski <zlaski@apple.com>
|
|
|
|
This file is part of GCC.
|
|
|
|
GCC is free software; you can redistribute it and/or modify it under
|
|
the terms of the GNU General Public License as published by the Free
|
|
Software Foundation; either version 3, or (at your option) any later
|
|
version.
|
|
|
|
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with GCC; see the file COPYING3. If not see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
#include "config.h"
|
|
#include "system.h"
|
|
#include "coretypes.h"
|
|
#include "cp-tree.h"
|
|
#include "cp-objcp-common.h"
|
|
#include "dwarf2.h"
|
|
|
|
/* Special routine to get the alias set for C++. */
|
|
|
|
alias_set_type
|
|
cxx_get_alias_set (tree t)
|
|
{
|
|
if (IS_FAKE_BASE_TYPE (t))
|
|
/* The base variant of a type must be in the same alias set as the
|
|
complete type. */
|
|
return get_alias_set (TYPE_CONTEXT (t));
|
|
|
|
/* Punt on PMFs until we canonicalize functions properly. */
|
|
if (TYPE_PTRMEMFUNC_P (t)
|
|
|| (POINTER_TYPE_P (t)
|
|
&& TYPE_PTRMEMFUNC_P (TREE_TYPE (t))))
|
|
return 0;
|
|
|
|
return c_common_get_alias_set (t);
|
|
}
|
|
|
|
/* Called from check_global_declaration. */
|
|
|
|
bool
|
|
cxx_warn_unused_global_decl (const_tree decl)
|
|
{
|
|
if (TREE_CODE (decl) == FUNCTION_DECL && DECL_DECLARED_INLINE_P (decl))
|
|
return false;
|
|
if (DECL_IN_SYSTEM_HEADER (decl))
|
|
return false;
|
|
|
|
return true;
|
|
}
|
|
|
|
/* Langhook for tree_size: determine size of our 'x' and 'c' nodes. */
|
|
size_t
|
|
cp_tree_size (enum tree_code code)
|
|
{
|
|
gcc_checking_assert (code >= NUM_TREE_CODES);
|
|
switch (code)
|
|
{
|
|
case PTRMEM_CST: return sizeof (ptrmem_cst);
|
|
case BASELINK: return sizeof (tree_baselink);
|
|
case TEMPLATE_PARM_INDEX: return sizeof (template_parm_index);
|
|
case DEFAULT_ARG: return sizeof (tree_default_arg);
|
|
case DEFERRED_NOEXCEPT: return sizeof (tree_deferred_noexcept);
|
|
case OVERLOAD: return sizeof (tree_overload);
|
|
case STATIC_ASSERT: return sizeof (tree_static_assert);
|
|
case TYPE_ARGUMENT_PACK:
|
|
case TYPE_PACK_EXPANSION: return sizeof (tree_type_non_common);
|
|
case NONTYPE_ARGUMENT_PACK:
|
|
case EXPR_PACK_EXPANSION: return sizeof (tree_exp);
|
|
case ARGUMENT_PACK_SELECT: return sizeof (tree_argument_pack_select);
|
|
case TRAIT_EXPR: return sizeof (tree_trait_expr);
|
|
case LAMBDA_EXPR: return sizeof (tree_lambda_expr);
|
|
case TEMPLATE_INFO: return sizeof (tree_template_info);
|
|
case CONSTRAINT_INFO: return sizeof (tree_constraint_info);
|
|
case USERDEF_LITERAL: return sizeof (tree_userdef_literal);
|
|
case TEMPLATE_DECL: return sizeof (tree_template_decl);
|
|
default:
|
|
switch (TREE_CODE_CLASS (code))
|
|
{
|
|
case tcc_declaration: return sizeof (tree_decl_non_common);
|
|
case tcc_type: return sizeof (tree_type_non_common);
|
|
default: gcc_unreachable ();
|
|
}
|
|
}
|
|
/* NOTREACHED */
|
|
}
|
|
|
|
/* Returns true if T is a variably modified type, in the sense of C99.
|
|
FN is as passed to variably_modified_p.
|
|
This routine needs only check cases that cannot be handled by the
|
|
language-independent logic in tree.c. */
|
|
|
|
bool
|
|
cp_var_mod_type_p (tree type, tree fn)
|
|
{
|
|
/* If TYPE is a pointer-to-member, it is variably modified if either
|
|
the class or the member are variably modified. */
|
|
if (TYPE_PTRMEM_P (type))
|
|
return (variably_modified_type_p (TYPE_PTRMEM_CLASS_TYPE (type), fn)
|
|
|| variably_modified_type_p (TYPE_PTRMEM_POINTED_TO_TYPE (type),
|
|
fn));
|
|
|
|
/* All other types are not variably modified. */
|
|
return false;
|
|
}
|
|
|
|
/* This compares two types for equivalence ("compatible" in C-based languages).
|
|
This routine should only return 1 if it is sure. It should not be used
|
|
in contexts where erroneously returning 0 causes problems. */
|
|
|
|
int
|
|
cxx_types_compatible_p (tree x, tree y)
|
|
{
|
|
return same_type_ignoring_top_level_qualifiers_p (x, y);
|
|
}
|
|
|
|
static GTY((cache)) tree_cache_map *debug_type_map;
|
|
|
|
/* Return a type to use in the debug info instead of TYPE, or NULL_TREE to
|
|
keep TYPE. */
|
|
|
|
tree
|
|
cp_get_debug_type (const_tree type)
|
|
{
|
|
tree dtype = NULL_TREE;
|
|
|
|
if (TYPE_PTRMEMFUNC_P (type) && !typedef_variant_p (type))
|
|
dtype = build_offset_type (TYPE_PTRMEMFUNC_OBJECT_TYPE (type),
|
|
TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (type)));
|
|
|
|
/* We cannot simply return the debug type here because the function uses
|
|
the type canonicalization hashtable, which is GC-ed, so its behavior
|
|
depends on the actual collection points. Since we are building these
|
|
types on the fly for the debug info only, they would not be attached
|
|
to any GC root and always be swept, so we would make the contents of
|
|
the debug info depend on the collection points. */
|
|
if (dtype)
|
|
{
|
|
tree ktype = CONST_CAST_TREE (type);
|
|
if (debug_type_map == NULL)
|
|
debug_type_map = tree_cache_map::create_ggc (512);
|
|
else if (tree *slot = debug_type_map->get (ktype))
|
|
return *slot;
|
|
debug_type_map->put (ktype, dtype);
|
|
}
|
|
|
|
return dtype;
|
|
}
|
|
|
|
/* Return -1 if dwarf ATTR shouldn't be added for DECL, or the attribute
|
|
value otherwise. */
|
|
int
|
|
cp_decl_dwarf_attribute (const_tree decl, int attr)
|
|
{
|
|
if (decl == NULL_TREE)
|
|
return -1;
|
|
|
|
switch (attr)
|
|
{
|
|
case DW_AT_explicit:
|
|
if (TREE_CODE (decl) == FUNCTION_DECL
|
|
&& DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl))
|
|
&& DECL_NONCONVERTING_P (decl))
|
|
return 1;
|
|
break;
|
|
|
|
case DW_AT_deleted:
|
|
if (TREE_CODE (decl) == FUNCTION_DECL
|
|
&& DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl))
|
|
&& DECL_DELETED_FN (decl))
|
|
return 1;
|
|
break;
|
|
|
|
case DW_AT_defaulted:
|
|
if (TREE_CODE (decl) == FUNCTION_DECL
|
|
&& DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl))
|
|
&& DECL_DEFAULTED_FN (decl))
|
|
{
|
|
if (DECL_DEFAULTED_IN_CLASS_P (decl))
|
|
return DW_DEFAULTED_in_class;
|
|
|
|
if (DECL_DEFAULTED_OUTSIDE_CLASS_P (decl))
|
|
return DW_DEFAULTED_out_of_class;
|
|
}
|
|
break;
|
|
|
|
case DW_AT_const_expr:
|
|
if (VAR_OR_FUNCTION_DECL_P (decl) && DECL_DECLARED_CONSTEXPR_P (decl))
|
|
return 1;
|
|
break;
|
|
|
|
case DW_AT_reference:
|
|
if (TREE_CODE (decl) == FUNCTION_DECL
|
|
&& DECL_NONSTATIC_MEMBER_FUNCTION_P (decl)
|
|
&& FUNCTION_REF_QUALIFIED (TREE_TYPE (decl))
|
|
&& !FUNCTION_RVALUE_QUALIFIED (TREE_TYPE (decl)))
|
|
return 1;
|
|
break;
|
|
|
|
case DW_AT_rvalue_reference:
|
|
if (TREE_CODE (decl) == FUNCTION_DECL
|
|
&& DECL_NONSTATIC_MEMBER_FUNCTION_P (decl)
|
|
&& FUNCTION_REF_QUALIFIED (TREE_TYPE (decl))
|
|
&& FUNCTION_RVALUE_QUALIFIED (TREE_TYPE (decl)))
|
|
return 1;
|
|
break;
|
|
|
|
case DW_AT_inline:
|
|
if (VAR_P (decl) && DECL_INLINE_VAR_P (decl))
|
|
{
|
|
if (DECL_VAR_DECLARED_INLINE_P (decl))
|
|
return DW_INL_declared_inlined;
|
|
else
|
|
return DW_INL_inlined;
|
|
}
|
|
break;
|
|
|
|
case DW_AT_export_symbols:
|
|
if (TREE_CODE (decl) == NAMESPACE_DECL
|
|
&& (DECL_NAMESPACE_INLINE_P (decl)
|
|
|| (DECL_NAME (decl) == NULL_TREE && dwarf_version >= 5)))
|
|
return 1;
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
|
|
return -1;
|
|
}
|
|
|
|
/* Return -1 if dwarf ATTR shouldn't be added for TYPE, or the attribute
|
|
value otherwise. */
|
|
int
|
|
cp_type_dwarf_attribute (const_tree type, int attr)
|
|
{
|
|
if (type == NULL_TREE)
|
|
return -1;
|
|
|
|
switch (attr)
|
|
{
|
|
case DW_AT_reference:
|
|
if ((TREE_CODE (type) == FUNCTION_TYPE
|
|
|| TREE_CODE (type) == METHOD_TYPE)
|
|
&& FUNCTION_REF_QUALIFIED (type)
|
|
&& !FUNCTION_RVALUE_QUALIFIED (type))
|
|
return 1;
|
|
break;
|
|
|
|
case DW_AT_rvalue_reference:
|
|
if ((TREE_CODE (type) == FUNCTION_TYPE
|
|
|| TREE_CODE (type) == METHOD_TYPE)
|
|
&& FUNCTION_REF_QUALIFIED (type)
|
|
&& FUNCTION_RVALUE_QUALIFIED (type))
|
|
return 1;
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
|
|
return -1;
|
|
}
|
|
|
|
/* Return the unit size of TYPE without reusable tail padding. */
|
|
|
|
tree
|
|
cp_unit_size_without_reusable_padding (tree type)
|
|
{
|
|
if (CLASS_TYPE_P (type))
|
|
return CLASSTYPE_SIZE_UNIT (type);
|
|
return TYPE_SIZE_UNIT (type);
|
|
}
|
|
|
|
/* Stubs to keep c-opts.c happy. */
|
|
void
|
|
push_file_scope (void)
|
|
{
|
|
}
|
|
|
|
void
|
|
pop_file_scope (void)
|
|
{
|
|
}
|
|
|
|
/* c-pragma.c needs to query whether a decl has extern "C" linkage. */
|
|
bool
|
|
has_c_linkage (const_tree decl)
|
|
{
|
|
return DECL_EXTERN_C_P (decl);
|
|
}
|
|
|
|
static GTY ((cache))
|
|
hash_table<tree_decl_map_cache_hasher> *shadowed_var_for_decl;
|
|
|
|
/* Lookup a shadowed var for FROM, and return it if we find one. */
|
|
|
|
tree
|
|
decl_shadowed_for_var_lookup (tree from)
|
|
{
|
|
struct tree_decl_map *h, in;
|
|
in.base.from = from;
|
|
|
|
h = shadowed_var_for_decl->find_with_hash (&in, DECL_UID (from));
|
|
if (h)
|
|
return h->to;
|
|
return NULL_TREE;
|
|
}
|
|
|
|
/* Insert a mapping FROM->TO in the shadowed var hashtable. */
|
|
|
|
void
|
|
decl_shadowed_for_var_insert (tree from, tree to)
|
|
{
|
|
struct tree_decl_map *h;
|
|
|
|
h = ggc_alloc<tree_decl_map> ();
|
|
h->base.from = from;
|
|
h->to = to;
|
|
*shadowed_var_for_decl->find_slot_with_hash (h, DECL_UID (from), INSERT) = h;
|
|
}
|
|
|
|
void
|
|
init_shadowed_var_for_decl (void)
|
|
{
|
|
shadowed_var_for_decl
|
|
= hash_table<tree_decl_map_cache_hasher>::create_ggc (512);
|
|
}
|
|
|
|
/* Return true if stmt can fall through. Used by block_may_fallthru
|
|
default case. */
|
|
|
|
bool
|
|
cxx_block_may_fallthru (const_tree stmt)
|
|
{
|
|
switch (TREE_CODE (stmt))
|
|
{
|
|
case EXPR_STMT:
|
|
return block_may_fallthru (EXPR_STMT_EXPR (stmt));
|
|
|
|
case THROW_EXPR:
|
|
return false;
|
|
|
|
default:
|
|
return true;
|
|
}
|
|
}
|
|
|
|
/* Return the list of decls in the global namespace. */
|
|
|
|
tree
|
|
cp_get_global_decls ()
|
|
{
|
|
return NAMESPACE_LEVEL (global_namespace)->names;
|
|
}
|
|
|
|
/* Push DECL into the current scope. */
|
|
|
|
tree
|
|
cp_pushdecl (tree decl)
|
|
{
|
|
return pushdecl (decl);
|
|
}
|
|
|
|
/* Get the global value binding of NAME. Called directly from
|
|
c-common.c, not via a hook. */
|
|
|
|
tree
|
|
identifier_global_value (tree name)
|
|
{
|
|
return get_global_binding (name);
|
|
}
|
|
|
|
/* Register c++-specific dumps. */
|
|
|
|
void
|
|
cp_register_dumps (gcc::dump_manager *dumps)
|
|
{
|
|
class_dump_id = dumps->dump_register
|
|
(".class", "lang-class", "lang-class", DK_lang, OPTGROUP_NONE, false);
|
|
|
|
raw_dump_id = dumps->dump_register
|
|
(".raw", "lang-raw", "lang-raw", DK_lang, OPTGROUP_NONE, false);
|
|
}
|
|
|
|
void
|
|
cp_common_init_ts (void)
|
|
{
|
|
MARK_TS_DECL_NON_COMMON (USING_DECL);
|
|
MARK_TS_DECL_COMMON (TEMPLATE_DECL);
|
|
MARK_TS_DECL_COMMON (WILDCARD_DECL);
|
|
|
|
MARK_TS_COMMON (TEMPLATE_TEMPLATE_PARM);
|
|
MARK_TS_COMMON (TEMPLATE_TYPE_PARM);
|
|
MARK_TS_COMMON (TEMPLATE_PARM_INDEX);
|
|
MARK_TS_COMMON (OVERLOAD);
|
|
MARK_TS_COMMON (TEMPLATE_INFO);
|
|
MARK_TS_COMMON (TYPENAME_TYPE);
|
|
MARK_TS_COMMON (TYPEOF_TYPE);
|
|
MARK_TS_COMMON (UNDERLYING_TYPE);
|
|
MARK_TS_COMMON (BASELINK);
|
|
MARK_TS_COMMON (TYPE_PACK_EXPANSION);
|
|
MARK_TS_COMMON (TYPE_ARGUMENT_PACK);
|
|
MARK_TS_COMMON (DECLTYPE_TYPE);
|
|
MARK_TS_COMMON (BOUND_TEMPLATE_TEMPLATE_PARM);
|
|
MARK_TS_COMMON (UNBOUND_CLASS_TEMPLATE);
|
|
|
|
MARK_TS_TYPED (EXPR_PACK_EXPANSION);
|
|
MARK_TS_TYPED (SWITCH_STMT);
|
|
MARK_TS_TYPED (IF_STMT);
|
|
MARK_TS_TYPED (FOR_STMT);
|
|
MARK_TS_TYPED (RANGE_FOR_STMT);
|
|
MARK_TS_TYPED (AGGR_INIT_EXPR);
|
|
MARK_TS_TYPED (EXPR_STMT);
|
|
MARK_TS_TYPED (EH_SPEC_BLOCK);
|
|
MARK_TS_TYPED (CLEANUP_STMT);
|
|
MARK_TS_TYPED (SCOPE_REF);
|
|
MARK_TS_TYPED (CAST_EXPR);
|
|
MARK_TS_TYPED (NON_DEPENDENT_EXPR);
|
|
MARK_TS_TYPED (MODOP_EXPR);
|
|
MARK_TS_TYPED (TRY_BLOCK);
|
|
MARK_TS_TYPED (THROW_EXPR);
|
|
MARK_TS_TYPED (HANDLER);
|
|
MARK_TS_TYPED (REINTERPRET_CAST_EXPR);
|
|
MARK_TS_TYPED (CONST_CAST_EXPR);
|
|
MARK_TS_TYPED (STATIC_CAST_EXPR);
|
|
MARK_TS_TYPED (DYNAMIC_CAST_EXPR);
|
|
MARK_TS_TYPED (IMPLICIT_CONV_EXPR);
|
|
MARK_TS_TYPED (TEMPLATE_ID_EXPR);
|
|
MARK_TS_TYPED (ARROW_EXPR);
|
|
MARK_TS_TYPED (SIZEOF_EXPR);
|
|
MARK_TS_TYPED (ALIGNOF_EXPR);
|
|
MARK_TS_TYPED (AT_ENCODE_EXPR);
|
|
MARK_TS_TYPED (UNARY_PLUS_EXPR);
|
|
MARK_TS_TYPED (TRAIT_EXPR);
|
|
MARK_TS_TYPED (TYPE_ARGUMENT_PACK);
|
|
MARK_TS_TYPED (NOEXCEPT_EXPR);
|
|
MARK_TS_TYPED (NONTYPE_ARGUMENT_PACK);
|
|
MARK_TS_TYPED (WHILE_STMT);
|
|
MARK_TS_TYPED (NEW_EXPR);
|
|
MARK_TS_TYPED (VEC_NEW_EXPR);
|
|
MARK_TS_TYPED (BREAK_STMT);
|
|
MARK_TS_TYPED (MEMBER_REF);
|
|
MARK_TS_TYPED (DOTSTAR_EXPR);
|
|
MARK_TS_TYPED (DO_STMT);
|
|
MARK_TS_TYPED (DELETE_EXPR);
|
|
MARK_TS_TYPED (VEC_DELETE_EXPR);
|
|
MARK_TS_TYPED (CONTINUE_STMT);
|
|
MARK_TS_TYPED (TAG_DEFN);
|
|
MARK_TS_TYPED (PSEUDO_DTOR_EXPR);
|
|
MARK_TS_TYPED (TYPEID_EXPR);
|
|
MARK_TS_TYPED (MUST_NOT_THROW_EXPR);
|
|
MARK_TS_TYPED (STMT_EXPR);
|
|
MARK_TS_TYPED (OFFSET_REF);
|
|
MARK_TS_TYPED (OFFSETOF_EXPR);
|
|
MARK_TS_TYPED (ADDRESSOF_EXPR);
|
|
MARK_TS_TYPED (PTRMEM_CST);
|
|
MARK_TS_TYPED (EMPTY_CLASS_EXPR);
|
|
MARK_TS_TYPED (VEC_INIT_EXPR);
|
|
MARK_TS_TYPED (USING_STMT);
|
|
MARK_TS_TYPED (LAMBDA_EXPR);
|
|
MARK_TS_TYPED (CTOR_INITIALIZER);
|
|
MARK_TS_TYPED (REQUIRES_EXPR);
|
|
MARK_TS_TYPED (UNARY_LEFT_FOLD_EXPR);
|
|
MARK_TS_TYPED (UNARY_RIGHT_FOLD_EXPR);
|
|
MARK_TS_TYPED (BINARY_LEFT_FOLD_EXPR);
|
|
MARK_TS_TYPED (BINARY_RIGHT_FOLD_EXPR);
|
|
}
|
|
|
|
#include "gt-cp-cp-objcp-common.h"
|