1. 09 Jan, 2019 1 commit
    • PR other/16615 [2/5] · adcb167e
      2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
      
      	PR other/16615 [2/5]
      
      	include/
      	* libiberty.h: Mechanically replace "can not" with "cannot".
      	* plugin-api.h: Likewise.
      
      	libiberty/
      	* cp-demangle.c: Mechanically replace "can not" with "cannot".
      	* floatformat.c: Likewise.
      	* strerror.c: Likewise.
      
      From-SVN: r267784
      Sandra Loosemore committed
  2. 01 Jan, 2019 1 commit
  3. 28 Dec, 2018 1 commit
    • For libgomp OpenACC entry points, redefine the "device" argument to "flags" · 59d5960c
      ... so that we're then able to use this for other flags in addition to
      "GOACC_FLAG_HOST_FALLBACK".
      
      	gcc/
      	* omp-expand.c (expand_omp_target): Restructure OpenACC vs. OpenMP
      	code paths.  Update for libgomp OpenACC entry points change.
      	include/
      	* gomp-constants.h (GOACC_FLAG_HOST_FALLBACK)
      	(GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define.
      	libgomp/
      	* oacc-parallel.c (GOACC_parallel_keyed, GOACC_parallel)
      	(GOACC_data_start, GOACC_enter_exit_data, GOACC_update)
      	(GOACC_declare): Redefine the "device" argument to "flags".
      
      From-SVN: r267448
      Thomas Schwinge committed
  4. 23 Dec, 2018 1 commit
    • Remove support for demangling GCC 2.x era mangling schemes. · 6c8120c5
      libiberty/
      	* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
      	internal_cplus_demangle, and all subroutines.
      	(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
      	Lucid, ARM, HP, and EDG demangling styles.
      	(cplus_demangle): Remove 'work' variable.  Don't call
      	internal_cplus_demangle.
      include/
      	* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
      	ARM, HP, and EDG demangling styles.
      
      From-SVN: r267363
      Jason Merrill committed
  5. 11 Dec, 2018 1 commit
  6. 07 Dec, 2018 1 commit
    • Add a recursion limit to libiberty's demangling code. The limit is enabled by… · e96d1d8c
      Add a recursion limit to libiberty's demangling code.  The limit is enabled by default, but can be disabled via a new demangling option.
      
      include	* demangle.h (DMGL_NO_RECURSE_LIMIT): Define.
              (DEMANGLE_RECURSION_LIMIT): Define
      
      	PR 87681
      	PR 87675
      	PR 87636
      	PR 87350
      	PR 87335
      libiberty * cp-demangle.h (struct d_info): Add recursion_level field.
      	* cp-demangle.c (d_function_type): Add recursion counter.
      	If the recursion limit is reached and the check is not disabled,
      	then return with a failure result.
      	(cplus_demangle_init_info): Initialise the recursion_level field.
              (d_demangle_callback): If the recursion limit is enabled, check
      	for a mangled string that is so long that there is not enough
      	stack space for the local arrays.
              * cplus-dem.c (struct work): Add recursion_level field.
      	(squangle_mop_up): Set the numb and numk fields to zero.
      	(work_stuff_copy_to_from): Handle the case where a btypevec or 
      	ktypevec field is NULL.
      	(demangle_nested_args): Add recursion counter.  If
      	the recursion limit is not disabled and reached, return with a
      	failure result.
      
      From-SVN: r266886
      Nick Clifton committed
  7. 08 Nov, 2018 1 commit
    • builtin-types.def (BT_FN_VOID_BOOL, [...]): New. · 28567c40
      	* builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_SIZE_PTR,
      	BT_FN_UINT_UINT_PTR_PTR, BT_FN_UINT_OMPFN_PTR_UINT_UINT,
      	BT_FN_BOOL_UINT_LONGPTR_LONG_LONG_LONGPTR_LONGPTR_PTR_PTR,
      	BT_FN_BOOL_UINT_ULLPTR_LONG_ULL_ULLPTR_ULLPTR_PTR_PTR,
      	BT_FN_BOOL_LONG_LONG_LONG_LONG_LONG_LONGPTR_LONGPTR_PTR_PTR,
      	BT_FN_BOOL_BOOL_ULL_ULL_ULL_LONG_ULL_ULLPTR_ULLPTR_PTR_PTR): New.
      	* gengtype.c (open_base_files): Add omp-general.h.
      	* gimple.c (gimple_build_omp_critical):
      	(gimple_build_omp_taskgroup): Add CLAUSES argument.  Call
      	gimple_omp_taskgroup_set_clauses.
      	(gimple_build_omp_atomic_load): Add mo argument, call
      	gimple_omp_atomic_set_memory_order.
      	(gimple_build_omp_atomic_store): Likewise.
      	(gimple_copy): Adjust handling of GIMPLE_OMP_TASKGROUP.
      	* gimple.def (GIMPLE_OMP_TASKGROUP): Use GSS_OMP_SINGLE_LAYOUT
      	instead of GSS_OMP.
      	(GIMPLE_OMP_TEAMS): Use GSS_OMP_PARALLEL_LAYOUT instead
      	of GSS_OMP_SINGLE_LAYOUT, adjust comments.
      	* gimple.h (enum gf_mask): Add GF_OMP_TEAMS_HOST, GF_OMP_TASK_TASKWAIT
      	and GF_OMP_ATOMIC_MEMORY_ORDER.  Remove GF_OMP_ATOMIC_SEQ_CST, use
      	different value for GF_OMP_ATOMIC_NEED_VALUE.
      	(struct gimple_statement_omp_taskreg): Add GIMPLE_OMP_TEAMS to
      	comments.
      	(struct gimple_statement_omp_single_layout): And remove here.
      	(struct gomp_teams): Inherit from gimple_statement_omp_taskreg rather
      	than gimple_statement_omp_single_layout.
      	(is_a_helper <gimple_statement_omp_taskreg *>::test): Allow
      	GIMPLE_OMP_TEAMS.
      	(is_a_helper <const gimple_statement_omp_taskreg *>::test): Likewise.
      	(gimple_omp_subcode): Formatting fix.
      	(gimple_omp_teams_child_fn, gimple_omp_teams_child_fn_ptr,
      	gimple_omp_teams_set_child_fn, gimple_omp_teams_data_arg,
      	gimple_omp_teams_data_arg_ptr, gimple_omp_teams_set_data_arg,
      	gimple_omp_teams_host, gimple_omp_teams_set_host,
      	gimple_omp_task_taskwait_p, gimple_omp_task_set_taskwait_p,
      	gimple_omp_taskgroup_clauses, gimple_omp_taskgroup_clauses_ptr,
      	gimple_omp_taskgroup_set_clauses): New inline functions.
      	(gimple_build_omp_atomic_load): Add enum omp_memory_order argument.
      	(gimple_build_omp_atomic_store): Likewise.
      	(gimple_omp_atomic_seq_cst_p): Remove.
      	(gimple_omp_atomic_memory_order): New function.
      	(gimple_omp_atomic_set_seq_cst): Remove.
      	(gimple_omp_atomic_set_memory_order): New function.
      	(gimple_build_omp_taskgroup): Add clauses argument.
      	* gimple-pretty-print.c (dump_gimple_omp_taskgroup): New function.
      	(dump_gimple_omp_task): Print taskwait with depend clauses.
      	(dump_gimple_omp_atomic_load, dump_gimple_omp_atomic_store): Use
      	dump_omp_atomic_memory_order.
      	(pp_gimple_stmt_1): Handle GIMPLE_OMP_TASKGROUP.
      	* gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_ALLOC_ONLY,
      	GOVD_MAP_FROM_ONLY and GOVD_NONTEMPORAL.
      	(enum omp_region_type): Reserve bits 1 and 2 for auxiliary flags,
      	renumber values of most of ORT_* enumerators, add ORT_HOST_TEAMS,
      	ORT_COMBINED_HOST_TEAMS, ORT_TASKGROUP, ORT_TASKLOOP and
      	ORT_UNTIED_TASKLOOP enumerators.
      	(enum gimplify_defaultmap_kind): New.
      	(struct gimplify_omp_ctx): Remove target_map_scalars_firstprivate and
      	target_map_pointers_as_0len_arrays members, add defaultmap.
      	(new_omp_context): Initialize defaultmap member.
      	(gimple_add_tmp_var): Handle ORT_TASKGROUP like ORT_WORKSHARE.
      	(maybe_fold_stmt): Don't fold even in host teams regions.
      	(omp_firstprivatize_variable): Handle ORT_TASKGROUP like
      	ORT_WORKSHARE.  Test ctx->defaultmap[GDMK_SCALAR] instead of
      	ctx->omp_firstprivatize_variable.
      	(omp_add_variable): Don't add private/firstprivate for VLAs in
      	ORT_TASKGROUP.
      	(omp_default_clause): Print "taskloop" rather than "task" if
      	ORT_*TASKLOOP.
      	(omp_notice_variable): Handle ORT_TASKGROUP like ORT_WORKSHARE.
      	Handle new defaultmap clause kinds.
      	(omp_is_private): Handle ORT_TASKGROUP like ORT_WORKSHARE.  Allow simd
      	iterator to be lastprivate or private.  Fix up diagnostics if linear
      	is used on collapse>1 simd iterator.
      	(omp_check_private): Handle ORT_TASKGROUP like ORT_WORKSHARE.
      	(gimplify_omp_depend): New function.
      	(gimplify_scan_omp_clauses): Add shared clause on parallel for
      	combined parallel master taskloop{, simd} if taskloop has
      	firstprivate, lastprivate or reduction clause.  Handle
      	OMP_CLAUSE_REDUCTION_TASK diagnostics.  Adjust tests for
      	ORT_COMBINED_TEAMS.  Gimplify depend clauses with iterators.  Handle
      	cancel and simd OMP_CLAUSE_IF_MODIFIERs.  Handle
      	OMP_CLAUSE_NONTEMPORAL.  Handle new defaultmap clause kinds.  Handle
      	OMP_CLAUSE_{TASK,IN}_REDUCTION.  Diagnose invalid conditional
      	lastprivate.
      	(gimplify_adjust_omp_clauses_1): Ignore GOVD_NONTEMPORAL.  Handle
      	GOVD_MAP_ALLOC_ONLY and GOVD_MAP_FROM_ONLY.  
      	(gimplify_adjust_omp_clauses): Handle OMP_CLAUSE_NONTEMPORAL.  Handle
      	OMP_CLAUSE_{TASK,IN}_REDUCTION.
      	(gimplify_omp_task): Handle taskwait with depend clauses.
      	(gimplify_omp_for): Add shared clause on parallel for combined
      	parallel master taskloop{, simd} if taskloop has firstprivate,
      	lastprivate or reduction clause.  Use ORT_TASKLOOP or
      	ORT_UNTIED_TASKLOOP instead of ORT_TASK or ORT_UNTIED_TASK.  Adjust
      	tests for ORT_COMBINED_TEAMS.  Handle C++ range for loops with
      	NULL TREE_PURPOSE in OMP_FOR_ORIG_DECLS.  Firstprivatize
      	__for_end and __for_range temporaries on OMP_PARALLEL for
      	distribute parallel for{, simd}.  Move OMP_CLAUSE_REDUCTION
      	and OMP_CLAUSE_IN_REDUCTION from taskloop to the task construct
      	sandwiched in between two taskloops.
      	(computable_teams_clause): Test ctx->defaultmap[GDMK_SCALAR]
      	instead of ctx->omp_firstprivatize_variable.
      	(gimplify_omp_workshare): Set ort to ORT_HOST_TEAMS or
      	ORT_COMBINED_HOST_TEAMS if not inside of target construct.  If
      	host teams, use gimplify_and_return_first etc. for body like
      	for target or target data constructs, and at the end call
      	gimple_omp_teams_set_host on the GIMPLE_OMP_TEAMS object.
      	(gimplify_omp_atomic): Use OMP_ATOMIC_MEMORY_ORDER instead
      	of OMP_ATOMIC_SEQ_CST, pass it as new argument to
      	gimple_build_omp_atomic_load and gimple_build_omp_atomic_store, remove
      	gimple_omp_atomic_set_seq_cst calls.
      	(gimplify_expr) <case OMP_TASKGROUP>: Move handling into a separate
      	case, handle taskgroup clauses.
      	* lto-streamer-out.c (hash_tree): Handle
      	OMP_CLAUSE_{TASK,IN}_REDUCTION.
      	* Makefile.in (GTFILES): Add omp-general.h.
      	* omp-builtins.def (BUILT_IN_GOMP_TASKWAIT_DEPEND,
      	BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START,
      	BUILT_IN_GOMP_LOOP_MAYBE_NONMONOTONIC_RUNTIME_START,
      	BUILT_IN_GOMP_LOOP_START, BUILT_IN_GOMP_LOOP_ORDERED_START,
      	BUILT_IN_GOMP_LOOP_DOACROSS_START,
      	BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_NEXT,
      	BUILT_IN_GOMP_LOOP_MAYBE_NONMONOTONIC_RUNTIME_NEXT,
      	BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_RUNTIME_START,
      	BUILT_IN_GOMP_LOOP_ULL_MAYBE_NONMONOTONIC_RUNTIME_START,
      	BUILT_IN_GOMP_LOOP_ULL_START, BUILT_IN_GOMP_LOOP_ULL_ORDERED_START,
      	BUILT_IN_GOMP_LOOP_ULL_DOACROSS_START,
      	BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_RUNTIME_NEXT,
      	BUILT_IN_GOMP_LOOP_ULL_MAYBE_NONMONOTONIC_RUNTIME_NEXT,
      	BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_RUNTIME,
      	BUILT_IN_GOMP_PARALLEL_LOOP_MAYBE_NONMONOTONIC_RUNTIME,
      	BUILT_IN_GOMP_PARALLEL_REDUCTIONS, BUILT_IN_GOMP_SECTIONS2_START,
      	BUILT_IN_GOMP_TEAMS_REG, BUILT_IN_GOMP_TASKGROUP_REDUCTION_REGISTER,
      	BUILT_IN_GOMP_TASKGROUP_REDUCTION_UNREGISTER,
      	BUILT_IN_GOMP_TASK_REDUCTION_REMAP,
      	BUILT_IN_GOMP_WORKSHARE_TASK_REDUCTION_UNREGISTER): New builtins.
      	* omp-expand.c (workshare_safe_to_combine_p): Return false for
      	non-worksharing loops.
      	(omp_adjust_chunk_size): Don't adjust anything if chunk_size is zero.
      	(determine_parallel_type): Don't combine parallel with worksharing
      	which has _reductemp_ clause.
      	(expand_parallel_call): Emit the GOMP_*nonmonotonic_runtime* or
      	GOMP_*maybe_nonmonotonic_runtime* builtins instead of GOMP_*runtime*
      	if there is nonmonotonic modifier or if there is no modifier and no
      	ordered clause.  For dynamic and guided schedule without monotonic
      	and nonmonotonic modifier, default to nonmonotonic.
      	(expand_omp_for): Likewise.  Adjust expand_omp_for_generic caller, use
      	GOMP_loop{,_ull}{,_ordered,_doacross}_start builtins if there are
      	task reductions.
      	(expand_task_call): Add GOMP_TASK_FLAG_REDUCTION flag to flags if
      	there are any reduction clauses.
      	(expand_taskwait_call): New function.
      	(expand_teams_call): New function.
      	(expand_omp_taskreg): Allow GIMPLE_OMP_TEAMS and call
      	expand_teams_call for it.  Formatting fix.  Handle taskwait with
      	depend clauses.
      	(expand_omp_for_generic): Add SCHED_ARG argument.  Handle expansion
      	of worksharing loops with task reductions.
      	(expand_omp_for_static_nochunk, expand_omp_for_static_chunk): Handle
      	expansion of worksharing loops with task reductions.
      	(expand_omp_sections): Handle expansion of sections with task
      	reductions.
      	(expand_omp_synch): For host teams call expand_omp_taskreg.
      	(omp_memory_order_to_memmodel): New function.
      	(expand_omp_atomic_load, expand_omp_atomic_store,
      	expand_omp_atomic_fetch_op): Use it and gimple_omp_atomic_memory_order
      	instead of gimple_omp_atomic_seq_cst_p.
      	(build_omp_regions_1, omp_make_gimple_edges): Treat taskwait with
      	depend clauses as a standalone directive.
      	* omp-general.c (enum omp_requires): New variable.
      	(omp_extract_for_data): Initialize have_reductemp member.  Allow
      	NE_EXPR even in OpenMP loops, transform them into LT_EXPR or
      	GT_EXPR loops depending on incr sign.  Formatting fixes.
      	* omp-general.h (struct omp_for_data): Add have_reductemp member.
      	(enum omp_requires): New enum.
      	(omp_requires_mask): Declare.
      	* omp-grid.c (grid_eliminate_combined_simd_part): Formatting fix.
      	Fix comment typos.
      	* omp-low.c (struct omp_context): Add task_reductions and
      	task_reduction_map fields.
      	(is_host_teams_ctx): New function.
      	(is_taskreg_ctx): Return true also if is_host_teams_ctx.
      	(use_pointer_for_field): Use is_global_var instead of
      	TREE_STATIC || DECL_EXTERNAL, and apply only if not privatized
      	in outer contexts.
      	(build_outer_var_ref): Ignore taskgroup outer contexts.
      	(delete_omp_context): Release task_reductions and task_reduction_map.
      	(scan_sharing_clauses): Don't add any fields for reduction clause on
      	taskloop.  Handle OMP_CLAUSE__REDUCTEMP_.  Handle
      	OMP_CLAUSE_{IN,TASK}_REDUCTION and OMP_CLAUSE_REDUCTION with task
      	modifier.  Don't ignore shared clauses in is_host_teams_ctx contexts.
      	Handle OMP_CLAUSE_NONTEMPORAL.
      	(add_taskreg_looptemp_clauses): Add OMP_CLAUSE__REDUCTEMP_ clause if
      	needed.
      	(scan_omp_parallel): Add _reductemp_ clause if there are any reduction
      	clauses with task modifier.
      	(scan_omp_task): Handle taskwait with depend clauses.
      	(finish_taskreg_scan): Move field corresponding to _reductemp_ clause
      	first.  Move also OMP_CLAUSE__REDUCTEMP_ clause in front if present.
      	Handle GIMPLE_OMP_TEAMS like GIMPLE_OMP_PARALLEL.
      	(scan_omp_for): Fix comment formatting.
      	(scan_omp_teams): Handle host teams constructs.
      	(check_omp_nesting_restrictions): Allow teams with no outer
      	OpenMP context.  Adjust diagnostics for teams strictly nested into
      	some explicit OpenMP construct other than target.  Allow OpenMP atomics
      	inside of simd regions.
      	(scan_omp_1_stmt): Call scan_sharing_clauses for taskgroups.
      	(scan_omp_1_stmt) <case GIMPLE_OMP_TEAMS>: Temporarily bump
      	taskreg_nesting_level while scanning host teams construct.
      	(task_reduction_read): New function.
      	(lower_rec_input_clauses): Handle OMP_CLAUSE_REDUCTION on taskloop
      	construct.  Handle OMP_CLAUSE_IN_REDUCTION and OMP_CLAUSE__REDUCTEMP_
      	clauses.  Handle OMP_CLAUSE_REDUCTION with task modifier.  Remove
      	second argument create_tmp_var if it is NULL.  Don't ignore shared
      	clauses in is_host_teams_ctx contexts.  Handle
      	OMP_CLAUSE_FIRSTPRIVATE_NO_REFERENCE on OMP_CLAUSE_FIRSTPRIVATE
      	clauses.
      	(lower_reduction_clauses): Ignore reduction clauses with task
      	modifier.  Remove second argument create_tmp_var if it is NULL.
      	Initialize OMP_ATOMIC_MEMORY_ORDER to relaxed.
      	(lower_send_clauses): Ignore reduction clauses with task modifier.
      	Handle OMP_CLAUSE__REDUCTEMP_.  Don't send anything for
      	OMP_CLAUSE_REDUCTION on taskloop.  Handle OMP_CLAUSE_IN_REDUCTION.
      	(maybe_add_implicit_barrier_cancel): Add OMP_RETURN argument, don't
      	rely that it is the last stmt in body so far.  Ignore outer taskgroup
      	contexts.
      	(omp_task_reductions_find_first, omp_task_reduction_iterate,
      	lower_omp_task_reductions): New functions.
      	(lower_omp_sections): Handle reduction clauses with taskgroup
      	modifiers.  Adjust maybe_add_implicit_barrier_cancel caller.
      	(lower_omp_single): Adjust maybe_add_implicit_barrier_cancel caller.
      	(lower_omp_for): Likewise.  Handle reduction clauses with taskgroup
      	modifiers.
      	(lower_omp_taskgroup): Handle taskgroup reductions.
      	(create_task_copyfn): Copy over OMP_CLAUSE__REDUCTEMP_ pointer.
      	Handle OMP_CLAUSE_IN_REDUCTION and OMP_CLAUSE_REDUCTION clauses.
      	(lower_depend_clauses): If there are any
      	OMP_CLAUSE_DEPEND_DEPOBJ or OMP_CLAUSE_DEPEND_MUTEXINOUTSET
      	depend clauses, use a new array format.  If OMP_CLAUSE_DEPEND_LAST is
      	seen, assume lowering is done already and return early.  Set kind
      	on artificial depend clause to OMP_CLAUSE_DEPEND_LAST.
      	(lower_omp_taskreg): Handle reduction clauses with task modifier on
      	parallel construct.  Handle reduction clause on taskloop construct.
      	Handle taskwait with depend clauses.
      	(lower_omp_1): Use lower_omp_taskreg instead of lower_omp_teams
      	for host teams constructs.
      	* tree.c (omp_clause_num_ops): Add in_reduction, task_reduction,
      	nontemporal and _reductemp_ clause entries.
      	(omp_clause_code_name): Likewise.
      	(walk_tree_1): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION,
      	OMP_CLAUSE_NONTEMPORAL and OMP_CLAUSE__REDUCTEMP_.
      	* tree-core.h (enum omp_clause_code): Add
      	OMP_CLAUSE_{{IN,TASK}_REDUCTION,NONTEMPORAL,_REDUCTEMP_}.
      	(enum omp_clause_defaultmap_kind, enum omp_memory_order): New.
      	(struct tree_base): Add omp_atomic_memory_order field into union.
      	Remove OMP_ATOMIC_SEQ_CST comment.
      	(enum omp_clause_depend_kind): Add OMP_CLAUSE_DEPEND_MUTEXINOUTSET
      	and OMP_CLAUSE_DEPEND_DEPOBJ.
      	(struct tree_omp_clause): Add subcode.defaultmap_kind.
      	* tree.def (OMP_TASKGROUP): Add another operand, move next to other
      	OpenMP constructs with body and clauses operands.
      	* tree.h (OMP_BODY): Use OMP_MASTER instead of OMP_TASKGROUP.
      	(OMP_CLAUSES): Use OMP_TASKGROUP instead of OMP_SINGLE.
      	(OMP_TASKGROUP_CLAUSES): Define.
      	(OMP_CLAUSE_DECL): Use OMP_CLAUSE__REDUCTEMP_ instead of
      	OMP_CLAUSE__LOOPTEMP_.
      	(OMP_ATOMIC_SEQ_CST): Remove.
      	(OMP_ATOMIC_MEMORY_ORDER, OMP_CLAUSE_FIRSTPRIVATE_NO_REFERENCE,
      	OMP_CLAUSE_LASTPRIVATE_CONDITIONAL): Define.
      	(OMP_CLAUSE_REDUCTION_CODE, OMP_CLAUSE_REDUCTION_INIT,
      	OMP_CLAUSE_REDUCTION_MERGE, OMP_CLAUSE_REDUCTION_PLACEHOLDER,
      	OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER,
      	OMP_CLAUSE_REDUCTION_OMP_ORIG_REF): Handle
      	OMP_CLAUSE_{,IN_,TASK_}REDUCTION.
      	(OMP_CLAUSE_REDUCTION_TASK, OMP_CLAUSE_REDUCTION_INSCAN,
      	OMP_CLAUSE_DEFAULTMAP_KIND, OMP_CLAUSE_DEFAULTMAP_CATEGORY,
      	OMP_CLAUSE_DEFAULTMAP_BEHAVIOR, OMP_CLAUSE_DEFAULTMAP_SET_KIND):
      	Define.
      	* tree-inline.c (remap_gimple_stmt): Remap taskgroup clauses.
      	* tree-nested.c (convert_nonlocal_omp_clauses): Handle
      	OMP_CLAUSE__REDUCTEMP_, OMP_CLAUSE_NONTEMPORAL.
      	(convert_local_omp_clauses): Likewise.  Remove useless test.
      	* tree-parloops.c (create_call_for_reduction_1): Pass
      	OMP_MEMORY_ORDER_RELAXED as new argument to
      	dump_gimple_omp_atomic_load and dump_gimple_omp_atomic_store.
      	* tree-pretty-print.c (dump_omp_iterators): New function.
      	(dump_omp_clause): Handle OMP_CLAUSE__REDUCTEMP_,
      	OMP_CLAUSE_NONTEMPORAL, OMP_CLAUSE_{TASK,IN}_REDUCTION.  Print
      	reduction modifiers.  Handle OMP_CLAUSE_DEPEND_DEPOBJ and
      	OMP_CLAUSE_DEPEND_MUTEXINOUTSET.  Print iterators in depend clauses.
      	Print __internal__ for OMP_CLAUSE_DEPEND_LAST.  Handle cancel and
      	simd OMP_CLAUSE_IF_MODIFIERs.  Handle new kinds of
      	OMP_CLAUSE_DEFAULTMAP. Print conditional: for
      	OMP_CLAUSE_LASTPRIVATE_CONDITIONAL.
      	(dump_omp_atomic_memory_order): New function.
      	(dump_generic_node): Use it.  Print taskgroup clauses.  Print
      	taskwait with depend clauses.
      	* tree-pretty-print.h (dump_omp_atomic_memory_order): Declare.
      	* tree-streamer-in.c (unpack_ts_omp_clause_value_fields):
      	Handle OMP_CLAUSE_{TASK,IN}_REDUCTION.
      	* tree-streamer-out.c (pack_ts_omp_clause_value_fields,
      	write_ts_omp_clause_tree_pointers): Likewise.
      gcc/c-family/
      	* c-common.h (c_finish_omp_taskgroup): Add CLAUSES argument.
      	(c_finish_omp_atomic): Replace bool SEQ_CST argument with
      	enum omp_memory_order MEMORY_ORDER.
      	(c_finish_omp_flush): Add MO argument.
      	(c_omp_depend_t_p, c_finish_omp_depobj): Declare.
      	(c_finish_omp_for): Add FINAL_P argument.
      	* c-omp.c: Include memmodel.h.
      	(c_finish_omp_taskgroup): Add CLAUSES argument.  Set
      	OMP_TASKGROUP_CLAUSES to it.
      	(c_finish_omp_atomic): Replace bool SEQ_CST argument with
      	enum omp_memory_order MEMORY_ORDER.  Set OMP_ATOMIC_MEMORY_ORDER
      	instead of OMP_ATOMIC_SEQ_CST.
      	(c_omp_depend_t_p, c_finish_omp_depobj): New functions.
      	(c_finish_omp_flush): Add MO argument, if not MEMMODEL_LAST, emit
      	__atomic_thread_fence call with the given value.
      	(check_omp_for_incr_expr): Formatting fixes.
      	(c_finish_omp_for): Add FINAL_P argument.  Allow NE_EXPR
      	even in OpenMP loops, diagnose if NE_EXPR and incr expression
      	is not constant expression 1 or -1.  Transform NE_EXPR loops
      	with iterators pointers to VLA into LT_EXPR or GT_EXPR loops.
      	(c_omp_check_loop_iv_r): Look for orig decl of C++ range for
      	loops too.
      	(c_omp_split_clauses): Add support for combined
      	#pragma omp parallel master and
      	#pragma omp {,parallel }master taskloop{, simd} constructs.
      	Handle OMP_CLAUSE_IN_REDUCTION.  Handle OMP_CLAUSE_REDUCTION_TASK.
      	Handle OMP_CLAUSE_NONTEMPORAL.  Handle splitting OMP_CLAUSE_IF
      	also to OMP_SIMD.  Copy OMP_CLAUSE_LASTPRIVATE_CONDITIONAL.
      	(c_omp_predetermined_sharing): Don't return
      	OMP_CLAUSE_DEFAULT_SHARED for const qualified decls.
      	* c-pragma.c (omp_pragmas): Add PRAGMA_OMP_DEPOBJ and
      	PRAGMA_OMP_REQUIRES.
      	* c-pragma.h (enum pragma_kind): Likewise.
      	(enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_NONTEMPORAL
      	and PRAGMA_OMP_CLAUSE_{IN,TASK}_REDUCTION.
      gcc/c/
      	* c-parser.c: Include memmode.h.
      	(c_parser_omp_depobj, c_parser_omp_requires): New functions.
      	(c_parser_pragma): Handle PRAGMA_OMP_DEPOBJ and PRAGMA_OMP_REQUIRES.
      	(c_parser_omp_clause_name): Handle nontemporal, in_reduction and
      	task_reduction clauses.
      	(c_parser_omp_variable_list): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION.
      	For OMP_CLAUSE_DEPEND, parse clause operands as either an array
      	section, or lvalue assignment expression.
      	(c_parser_omp_clause_if): Handle cancel and simd modifiers.
      	(c_parser_omp_clause_lastprivate): Parse optional
      	conditional: modifier.
      	(c_parser_omp_clause_hint): Require constant integer expression rather
      	than just integer expression.
      	(c_parser_omp_clause_defaultmap): Parse new kinds of defaultmap
      	clause.
      	(c_parser_omp_clause_reduction): Add IS_OMP and KIND arguments.
      	Parse reduction modifiers.  Pass KIND to c_parser_omp_variable_list.
      	(c_parser_omp_clause_nontemporal, c_parser_omp_iterators): New
      	functions.
      	(c_parser_omp_clause_depend): Parse iterator modifier and handle
      	iterators.  Parse mutexinoutset and depobj kinds.
      	(c_parser_oacc_all_clauses): Adjust c_parser_omp_clause_reduction
      	callers.
      	(c_parser_omp_all_clauses): Likewise.  Handle
      	PRAGMA_OMP_CLAUSE_NONTEMPORAL and
      	PRAGMA_OMP_CLAUSE_{IN,TASK}_REDUCTION.
      	(c_parser_omp_atomic): Parse hint and memory order clauses.  Handle
      	default memory order from requires directive if any.  Adjust
      	c_finish_omp_atomic caller.
      	(c_parser_omp_critical): Allow comma in between (name) and hint clause.
      	(c_parser_omp_flush): Parse flush with memory-order-clause.
      	(c_parser_omp_for_loop): Allow NE_EXPR even in
      	OpenMP loops, adjust c_finish_omp_for caller.
      	(OMP_SIMD_CLAUSE_MASK): Add if and nontemporal clauses.
      	(c_parser_omp_master): Add p_name, mask and cclauses arguments.
      	Allow to be called while parsing combined parallel master.
      	Parse combined master taskloop{, simd}.
      	(c_parser_omp_parallel): Parse combined
      	parallel master{, taskloop{, simd}} constructs.
      	(OMP_TASK_CLAUSE_MASK): Add in_reduction clause.
      	(OMP_TASKGROUP_CLAUSE_MASK): Define.
      	(c_parser_omp_taskgroup): Add LOC argument.  Parse taskgroup clauses.
      	(OMP_TASKWAIT_CLAUSE_MASK): Define.
      	(c_parser_omp_taskwait): Handle taskwait with depend clauses.
      	(c_parser_omp_teams): Force a BIND_EXPR with BLOCK
      	around teams body.  Use SET_EXPR_LOCATION.
      	(c_parser_omp_target_data): Allow target data
      	with only use_device_ptr clauses.
      	(c_parser_omp_target): Use SET_EXPR_LOCATION.  Set
      	OMP_REQUIRES_TARGET_USED bit in omp_requires_mask.
      	(c_parser_omp_requires): New function.
      	(c_finish_taskloop_clauses): New function.
      	(OMP_TASKLOOP_CLAUSE_MASK): Add reduction and in_reduction clauses.
      	(c_parser_omp_taskloop): Use c_finish_taskloop_clauses.  Add forward
      	declaration.  Disallow in_reduction clause when combined with parallel
      	master.
      	(c_parser_omp_construct): Adjust c_parser_omp_master and
      	c_parser_omp_taskgroup callers.
      	* c-typeck.c (c_finish_omp_cancel): Diagnose if clause with modifier
      	other than cancel.
      	(handle_omp_array_sections_1): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION
      	like OMP_CLAUSE_REDUCTION.
      	(handle_omp_array_sections): Likewise.  Call save_expr on array
      	reductions before calling build_index_type.  Handle depend clauses
      	with iterators.
      	(struct c_find_omp_var_s): New type.
      	(c_find_omp_var_r, c_omp_finish_iterators): New functions.
      	(c_finish_omp_clauses): Don't diagnose nonmonotonic clause
      	with static, runtime or auto schedule kinds.  Call save_expr for whole
      	array reduction sizes.  Diagnose reductions with zero sized elements
      	or variable length structures.  Diagnose nogroup clause used with
      	reduction clause(s).  Handle depend clause with
      	OMP_CLAUSE_DEPEND_DEPOBJ.  Diagnose bit-fields.  Require
      	omp_depend_t type for OMP_CLAUSE_DEPEND_DEPOBJ kinds and
      	some different type for other kinds.  Use build_unary_op with
      	ADDR_EXPR and build_indirect_ref instead of c_mark_addressable.
      	Handle depend clauses with iterators.  Remove no longer needed special
      	case that predetermined const qualified vars may be specified in
      	firstprivate clause.  Complain if const qualified vars are mentioned
      	in data-sharing clauses other than firstprivate or shared.  Use
      	error_at with OMP_CLAUSE_LOCATION (c) as first argument instead of
      	error.  Formatting fix.  Handle OMP_CLAUSE_NONTEMPORAL and
      	OMP_CLAUSE_{IN,TASK}_REDUCTION.  Allow any lvalue as
      	OMP_CLAUSE_DEPEND operand (besides array section), adjust diagnostics.
      gcc/cp/
      	* constexpr.c (potential_constant_expression_1): Handle OMP_DEPOBJ.
      	* cp-gimplify.c (cp_genericize_r): Handle
      	OMP_CLAUSE_{IN,TASK}_REDUCTION.
      	(cxx_omp_predetermined_sharing_1): Don't return
      	OMP_CLAUSE_DEFAULT_SHARED for const qualified decls with no mutable
      	member.  Return OMP_CLAUSE_DEFAULT_FIRSTPRIVATE for this pointer.
      	* cp-objcp-common.c (cp_common_init_ts): Handle OMP_DEPOBJ.
      	* cp-tree.def (OMP_DEPOBJ): New tree code.
      	* cp-tree.h (OMP_ATOMIC_DEPENDENT_P): Return true also for first
      	argument being OMP_CLAUSE.
      	(OMP_DEPOBJ_DEPOBJ, OMP_DEPOBJ_CLAUSES): Define.
      	(cp_convert_omp_range_for, cp_finish_omp_range_for): Declare.
      	(finish_omp_atomic): Add LOC, CLAUSES and MO arguments.  Remove
      	SEQ_CST argument.
      	(finish_omp_for_block): Declare.
      	(finish_omp_flush): Add MO argument.
      	(finish_omp_depobj): Declare.
      	* cxx-pretty-print.c (cxx_pretty_printer::statement): Handle
      	OMP_DEPOBJ.
      	* dump.c (cp_dump_tree): Likewise.
      	* lex.c (cxx_init): Likewise.
      	* parser.c: Include memmodel.h.
      	(cp_parser_for): Pass false as new is_omp argument to
      	cp_parser_range_for.
      	(cp_parser_range_for): Add IS_OMP argument, return before finalizing
      	if it is true.
      	(cp_parser_omp_clause_name): Handle nontemporal, in_reduction and
      	task_reduction clauses.
              (cp_parser_omp_var_list_no_open): Handle
      	OMP_CLAUSE_{IN,TASK}_REDUCTION.  For OMP_CLAUSE_DEPEND, parse clause
      	operands as either an array section, or lvalue assignment expression.
      	(cp_parser_omp_clause_if): Handle cancel and simd modifiers.
      	(cp_parser_omp_clause_defaultmap): Parse new kinds of defaultmap
      	clause.
      	(cp_parser_omp_clause_reduction): Add IS_OMP and KIND arguments.
      	Parse reduction modifiers.  Pass KIND to c_parser_omp_variable_list.
      	(cp_parser_omp_clause_lastprivate, cp_parser_omp_iterators): New
      	functions.
      	(cp_parser_omp_clause_depend): Parse iterator modifier and handle
      	iterators.  Parse mutexinoutset and depobj kinds.
      	(cp_parser_oacc_all_clauses): Adjust cp_parser_omp_clause_reduction
      	callers.
      	(cp_parser_omp_all_clauses): Likewise.  Handle
      	PRAGMA_OMP_CLAUSE_NONTEMPORAL and
      	PRAGMA_OMP_CLAUSE_{IN,TASK}_REDUCTION.  Call
      	cp_parser_omp_clause_lastprivate for OpenMP lastprivate clause.
      	(cp_parser_omp_atomic): Pass pragma_tok->location as
      	LOC to finish_omp_atomic.  Parse hint and memory order clauses.
      	Handle default memory order from requires directive if any.  Adjust
      	finish_omp_atomic caller.
      	(cp_parser_omp_critical): Allow comma in between (name) and hint
      	clause.
      	(cp_parser_omp_depobj): New function.
      	(cp_parser_omp_flush): Parse flush with memory-order-clause.
      	(cp_parser_omp_for_cond): Allow NE_EXPR even in OpenMP loops.
      	(cp_convert_omp_range_for, cp_finish_omp_range_for): New functions.
      	(cp_parser_omp_for_loop): Parse C++11 range for loops among omp
      	loops.  Handle OMP_CLAUSE_IN_REDUCTION like OMP_CLAUSE_REDUCTION.
      	(OMP_SIMD_CLAUSE_MASK): Add if and nontemporal clauses.
      	(cp_parser_omp_simd, cp_parser_omp_for): Call keep_next_level before
      	begin_omp_structured_block and call finish_omp_for_block on
      	finish_omp_structured_block result.
      	(cp_parser_omp_master): Add p_name, mask and cclauses arguments.
      	Allow to be called while parsing combined parallel master.
      	Parse combined master taskloop{, simd}.
      	(cp_parser_omp_parallel): Parse combined
      	parallel master{, taskloop{, simd}} constructs.
      	(cp_parser_omp_single): Use SET_EXPR_LOCATION.
      	(OMP_TASK_CLAUSE_MASK): Add in_reduction clause.
      	(OMP_TASKWAIT_CLAUSE_MASK): Define.
      	(cp_parser_omp_taskwait): Handle taskwait with depend clauses.
      	(OMP_TASKGROUP_CLAUSE_MASK): Define.
      	(cp_parser_omp_taskgroup): Parse taskgroup clauses, adjust
      	c_finish_omp_taskgroup caller.
      	(cp_parser_omp_distribute): Call keep_next_level before
      	begin_omp_structured_block and call finish_omp_for_block on
      	finish_omp_structured_block result.
      	(cp_parser_omp_teams): Force a BIND_EXPR with BLOCK around teams
      	body.
      	(cp_parser_omp_target_data): Allow target data with only
      	use_device_ptr clauses.
      	(cp_parser_omp_target): Set OMP_REQUIRES_TARGET_USED bit in
      	omp_requires_mask.
      	(cp_parser_omp_requires): New function.
      	(OMP_TASKLOOP_CLAUSE_MASK): Add reduction and in_reduction clauses.
      	(cp_parser_omp_taskloop): Add forward declaration.  Disallow
      	in_reduction clause when combined with parallel master.  Call
      	keep_next_level before begin_omp_structured_block and call
      	finish_omp_for_block on finish_omp_structured_block result.
      	(cp_parser_omp_construct): Adjust cp_parser_omp_master caller.
      	(cp_parser_pragma): Handle PRAGMA_OMP_DEPOBJ and PRAGMA_OMP_REQUIRES.
      	* pt.c (tsubst_omp_clause_decl): Add iterators_cache argument.
      	Adjust recursive calls.  Handle iterators.
      	(tsubst_omp_clauses): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION and
      	OMP_CLAUSE_NONTEMPORAL.  Adjust tsubst_omp_clause_decl callers.
      	(tsubst_decomp_names):
      	(tsubst_omp_for_iterator): Change orig_declv into a reference.
      	Handle range for loops.  Move orig_declv handling after declv/initv
      	handling.
      	(tsubst_expr): Force a BIND_EXPR with BLOCK around teams body.
      	Adjust finish_omp_atomic caller.  Call keep_next_level before
      	begin_omp_structured_block.  Call cp_finish_omp_range_for for range
      	for loops and use {begin,finish}_omp_structured_block instead of
      	{push,pop}_stmt_list if there are any range for loops.  Call
      	finish_omp_for_block on finish_omp_structured_block result.
      	Handle OMP_DEPOBJ.  Handle taskwait with depend clauses.  For
      	OMP_ATOMIC call tsubst_omp_clauses on clauses if any, adjust
      	finish_omp_atomic caller.  Use OMP_ATOMIC_MEMORY_ORDER rather
      	than OMP_ATOMIC_SEQ_CST.  Handle clauses on OMP_TASKGROUP.
      	(dependent_omp_for_p): Always return true for range for loops if
      	processing_template_decl.  Return true if class type iterator
      	does not have INTEGER_CST increment.
      	* semantics.c: Include memmodel.h.
      	(handle_omp_array_sections_1): Handle OMP_CLAUSE_{IN,TASK}_REDUCTION
      	like OMP_CLAUSE_REDUCTION.
      	(handle_omp_array_sections): Likewise.  Call save_expr on array
      	reductions before calling build_index_type.  Handle depend clauses
      	with iterators.
      	(finish_omp_reduction_clause): Call save_expr for whole array
      	reduction sizes.  Don't mark OMP_CLAUSE_DECL addressable if it has
      	reference type.  Do mark decl_placeholder addressable if needed.
      	Use error_at with OMP_CLAUSE_LOCATION (c) as first argument instead
      	of error.
      	(cp_omp_finish_iterators): New function.
      	(finish_omp_clauses): Don't diagnose nonmonotonic clause with static,
      	runtime or auto schedule kinds.  Diagnose nogroup clause used with
      	reduction clause(s).  Handle depend clause with
      	OMP_CLAUSE_DEPEND_DEPOBJ.  Diagnose bit-fields.  Require
      	omp_depend_t type for OMP_CLAUSE_DEPEND_DEPOBJ kinds and
      	some different type for other kinds.  Use cp_build_addr_expr
      	and cp_build_indirect_ref instead of cxx_mark_addressable.
      	Handle depend clauses with iterators.  Only handle static data members
      	in the special case that const qualified vars may be specified in
      	firstprivate clause.  Complain if const qualified vars without mutable
      	members are mentioned in data-sharing clauses other than firstprivate
      	or shared.  Use error_at with OMP_CLAUSE_LOCATION (c) as first
      	argument instead of error.  Diagnose more than one nontemporal clause
      	refering to the same variable.  Use error_at rather than error for
      	priority and hint clause diagnostics.  Fix pasto for hint clause.
      	Diagnose hint expression that doesn't fold into INTEGER_CST.
      	Diagnose if clause with modifier other than cancel.  Handle
      	OMP_CLAUSE_{IN,TASK}_REDUCTION like OMP_CLAUSE_REDUCTION.  Allow any
      	lvalue as OMP_CLAUSE_DEPEND operand (besides array section), adjust
      	diagnostics.
      	(handle_omp_for_class_iterator): Don't create a new TREE_LIST if one
      	has been created already for range for, just fill TREE_PURPOSE and
      	TREE_VALUE.  Call cp_fully_fold on incr.
      	(finish_omp_for): Don't check cond/incr if cond is global_namespace.
      	Pass to c_omp_check_loop_iv_exprs orig_declv if non-NULL.  Don't
      	use IS_EMPTY_STMT on NULL pre_body.  Adjust c_finish_omp_for caller.
      	(finish_omp_for_block): New function.
      	(finish_omp_atomic): Add LOC argument, pass it through
      	to c_finish_omp_atomic and set it as location of OMP_ATOMIC* trees.
      	Remove SEQ_CST argument.  Add CLAUSES and MO arguments.  Adjust
      	c_finish_omp_atomic caller.  Stick clauses if any into first argument
      	of wrapping OMP_ATOMIC.
      	(finish_omp_depobj): New function.
      	(finish_omp_flush): Add MO argument, if not
      	MEMMODEL_LAST, emit __atomic_thread_fence call with the given value.
      	(finish_omp_cancel): Diagnose if clause with modifier other than
      	cancel.
      gcc/fortran/
      	* trans-openmp.c (gfc_trans_omp_clauses): Use
      	OMP_CLAUSE_DEFAULTMAP_SET_KIND.
      	(gfc_trans_omp_atomic): Set OMP_ATOMIC_MEMORY_ORDER
      	rather than OMP_ATOMIC_SEQ_CST.
      	(gfc_trans_omp_taskgroup): Build OMP_TASKGROUP using
      	make_node instead of build1_loc.
      	* types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_SIZE_PTR,
      	BT_FN_UINT_UINT_PTR_PTR, BT_FN_UINT_OMPFN_PTR_UINT_UINT,
      	BT_FN_BOOL_UINT_LONGPTR_LONG_LONG_LONGPTR_LONGPTR_PTR_PTR,
      	BT_FN_BOOL_UINT_ULLPTR_LONG_ULL_ULLPTR_ULLPTR_PTR_PTR,
      	BT_FN_BOOL_LONG_LONG_LONG_LONG_LONG_LONGPTR_LONGPTR_PTR_PTR,
      	BT_FN_BOOL_BOOL_ULL_ULL_ULL_LONG_ULL_ULLPTR_ULLPTR_PTR_PTR): New.
      	(BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): Formatting fix.
      gcc/testsuite/
      	* c-c++-common/gomp/atomic-17.c: New test.
      	* c-c++-common/gomp/atomic-18.c: New test.
      	* c-c++-common/gomp/atomic-19.c: New test.
      	* c-c++-common/gomp/atomic-20.c: New test.
      	* c-c++-common/gomp/atomic-21.c: New test.
      	* c-c++-common/gomp/atomic-22.c: New test.
      	* c-c++-common/gomp/clauses-1.c (r2): New variable.
      	(foo): Add ntm argument and test if and nontemporal clauses on
      	constructs with simd.
      	(bar): Put taskloop simd inside of taskgroup with task_reduction,
      	use in_reduction clause instead of reduction.  Add another
      	taskloop simd without nogroup clause, but with reduction clause and
      	a new in_reduction.  Add ntm and i3 arguments.  Test if and
      	nontemporal clauses on constructs with simd.  Change if clauses on
      	some constructs from specific to the particular constituents to one
      	without a modifier.  Add new tests for combined host teams and for
      	new parallel master and {,parallel }master taskloop{, simd} combined
      	constructs.
      	(baz): New function with host teams tests.
      	* gcc.dg/gomp/combined-1.c: Moved to ...
      	* c-c++-common/gomp/combined-1.c: ... here.  Adjust expected library
      	call.
      	* c-c++-common/gomp/combined-2.c: New test.
      	* c-c++-common/gomp/combined-3.c: New test.
      	* c-c++-common/gomp/critical-1.c: New test.
      	* c-c++-common/gomp/critical-2.c: New test.
      	* c-c++-common/gomp/default-1.c: New test.
      	* c-c++-common/gomp/defaultmap-1.c: New test.
      	* c-c++-common/gomp/defaultmap-2.c: New test.
      	* c-c++-common/gomp/defaultmap-3.c: New test.
      	* c-c++-common/gomp/depend-5.c: New test.
      	* c-c++-common/gomp/depend-6.c: New test.
      	* c-c++-common/gomp/depend-iterator-1.c: New test.
      	* c-c++-common/gomp/depend-iterator-2.c: New test.
      	* c-c++-common/gomp/depobj-1.c: New test.
      	* c-c++-common/gomp/flush-1.c: New test.
      	* c-c++-common/gomp/flush-2.c: New test.
      	* c-c++-common/gomp/for-1.c: New test.
      	* c-c++-common/gomp/for-2.c: New test.
      	* c-c++-common/gomp/for-3.c: New test.
      	* c-c++-common/gomp/for-4.c: New test.
      	* c-c++-common/gomp/for-5.c: New test.
      	* c-c++-common/gomp/for-6.c: New test.
      	* c-c++-common/gomp/for-7.c: New test.
      	* c-c++-common/gomp/if-1.c (foo): Add some further tests.
      	* c-c++-common/gomp/if-2.c (foo): Likewise.  Expect slightly different
      	diagnostics wording in one case.
      	* c-c++-common/gomp/if-3.c: New test.
      	* c-c++-common/gomp/master-combined-1.c: New test.
      	* c-c++-common/gomp/master-combined-2.c: New test.
      	* c-c++-common/gomp/nontemporal-1.c: New test.
      	* c-c++-common/gomp/nontemporal-2.c: New test.
      	* c-c++-common/gomp/reduction-task-1.c: New test.
      	* c-c++-common/gomp/reduction-task-2.c: New test.
      	* c-c++-common/gomp/requires-1.c: New test.
      	* c-c++-common/gomp/requires-2.c: New test.
      	* c-c++-common/gomp/requires-3.c: New test.
      	* c-c++-common/gomp/requires-4.c: New test.
      	* c-c++-common/gomp/schedule-modifiers-1.c (bar): Don't expect
      	diagnostics for nonmonotonic modifier with static, runtime or auto
      	schedule kinds.
      	* c-c++-common/gomp/simd7.c: New test.
      	* c-c++-common/gomp/target-data-1.c: New test.
      	* c-c++-common/gomp/taskloop-reduction-1.c: New test.
      	* c-c++-common/gomp/taskwait-depend-1.c: New test.
      	* c-c++-common/gomp/teams-1.c: New test.
      	* c-c++-common/gomp/teams-2.c: New test.
      	* gcc.dg/gomp/appendix-a/a.24.1.c: Update from OpenMP examples.  Add
      	shared(c) clause.
      	* gcc.dg/gomp/atomic-5.c (f1): Add another expected error.
      	* gcc.dg/gomp/clause-1.c: Adjust expected diagnostics for const
      	qualified vars without mutable member no longer being predeterined
      	shared.
      	* gcc.dg/gomp/sharing-1.c: Likewise.
      	* g++.dg/gomp/clause-3.C: Likewise.
      	* g++.dg/gomp/member-2.C: Likewise.
      	* g++.dg/gomp/predetermined-1.C: Likewise.
      	* g++.dg/gomp/private-1.C: Likewise.
      	* g++.dg/gomp/sharing-1.C: Likewise.
      	* g++.dg/gomp/sharing-2.C: Likewise.  Add a few tests with aggregate
      	const static data member without mutable elements.
      	* gcc.dg/gomp/for-4.c: Expected nonmonotonic functions in the dumps.
      	* gcc.dg/gomp/for-5.c: Likewise.
      	* gcc.dg/gomp/for-6.c: Change expected library call.
      	* gcc.dg/gomp/pr39495-2.c (foo): Don't expect errors on !=.
      	* gcc.dg/gomp/reduction-2.c: New test.
      	* gcc.dg/gomp/simd-1.c: New test.
      	* gcc.dg/gomp/teams-1.c: Adjust expected diagnostic lines.
      	* g++.dg/gomp/atomic-18.C: New test.
      	* g++.dg/gomp/atomic-19.C: New test.
      	* g++.dg/gomp/atomic-5.C (f1): Adjust expected lines of read-only
      	variable messages.  Add another expected error.
      	* g++.dg/gomp/critical-3.C: New test.
      	* g++.dg/gomp/depend-iterator-1.C: New test.
      	* g++.dg/gomp/depend-iterator-2.C: New test.
      	* g++.dg/gomp/depobj-1.C: New test.
      	* g++.dg/gomp/doacross-1.C: New test.
      	* g++.dg/gomp/for-21.C: New test.
      	* g++.dg/gomp/for-4.C: Expected nonmonotonic functions in the dumps.
      	* g++.dg/gomp/for-5.C: Likewise.
      	* g++.dg/gomp/for-6.C: Change expected library call.
      	* g++.dg/gomp/loop-4.C: New test.
      	* g++.dg/gomp/pr33372-1.C: Adjust location of the expected
      	diagnostics.
      	* g++.dg/gomp/pr33372-3.C: Likewise.
      	* g++.dg/gomp/pr39495-2.C (foo): Don't expect errors on !=.
      	* g++.dg/gomp/simd-2.C: New test.
      	* g++.dg/gomp/tpl-atomic-2.C: Adjust expected diagnostic lines.
      include/
      	* gomp-constants.h (GOMP_TASK_FLAG_REDUCTION,
      	GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
      	GOMP_DEPEND_MUTEXINOUTSET): Define.
      libgomp/
      	* affinity.c (gomp_display_affinity_place): New function.
      	* affinity-fmt.c: New file.
      	* alloc.c (gomp_aligned_alloc, gomp_aligned_free): New functions.
      	* config/linux/affinity.c (gomp_display_affinity_place): New function.
      	* config/nvptx/icv-device.c (omp_get_num_teams, omp_get_team_num):
      	Move these functions to ...
      	* config/nvptx/teams.c: ... here.  New file.
      	* config/nvptx/target.c (omp_pause_resource, omp_pause_resource_all):
      	New functions.
      	* config/nvptx/team.c (gomp_team_start, gomp_pause_host): New
      	functions.
      	* configure.ac: Check for aligned_alloc, posix_memalign, memalign
      	and _aligned_malloc.
      	(HAVE_UNAME, HAVE_GETHOSTNAME, HAVE_GETPID): Add new tests.
      	* configure.tgt: Add -DUSING_INITIAL_EXEC_TLS to XCFLAGS for Linux.
      	* env.c (gomp_display_affinity_var, gomp_affinity_format_var,
      	gomp_affinity_format_len): New variables.
      	(parse_schedule): Parse monotonic and nonmonotonic modifiers in
      	OMP_SCHEDULE variable.  Set GFS_MONOTONIC for monotonic schedules.
      	(handle_omp_display_env): Display monotonic/nonmonotonic schedule
      	modifiers.  Display (non-default) chunk sizes.  Print
      	OMP_DISPLAY_AFFINITY and OMP_AFFINITY_FORMAT.
      	(initialize_env): Don't call pthread_attr_setdetachstate.  Handle
      	OMP_DISPLAY_AFFINITY and OMP_AFFINITY_FORMAT env vars.
      	* fortran.c: Include stdio.h and string.h.
      	(omp_pause_resource, omp_pause_resource_all): Add ialias_redirect.
      	(omp_get_schedule_, omp_get_schedule_8_): Mask off GFS_MONOTONIC bit.
      	(omp_set_affinity_format_, omp_get_affinity_format_,
      	omp_display_affinity_, omp_capture_affinity_, omp_pause_resource_,
      	omp_pause_resource_all_): New functions.
      	* icv.c (omp_set_schedule): Mask off omp_sched_monotonic bit in
      	switch.
      	* icv-device.c (omp_get_num_teams, omp_get_team_num): Move these
      	functions to ...
      	* teams.c: ... here.  New file.
      	* libgomp_g.h: Include gstdint.h.
      	(GOMP_loop_nonmonotonic_runtime_start,
      	GOMP_loop_maybe_nonmonotonic_runtime_start, GOMP_loop_start,
      	GOMP_loop_ordered_start, GOMP_loop_nonmonotonic_runtime_next,
      	GOMP_loop_maybe_nonmonotonic_runtime_next, GOMP_loop_doacross_start,
      	GOMP_parallel_loop_nonmonotonic_runtime,
      	GOMP_parallel_loop_maybe_nonmonotonic_runtime,
      	GOMP_loop_ull_nonmonotonic_runtime_start,
      	GOMP_loop_ull_maybe_nonmonotonic_runtime_start, GOMP_loop_ull_start,
      	GOMP_loop_ull_ordered_start, GOMP_loop_ull_nonmonotonic_runtime_next,
      	GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
      	GOMP_loop_ull_doacross_start, GOMP_parallel_reductions,
      	GOMP_taskwait_depend, GOMP_taskgroup_reduction_register,
      	GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
      	GOMP_workshare_task_reduction_unregister, GOMP_sections2_start,
      	GOMP_teams_reg): Declare.
      	* libgomp.h (GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC): Define unless
      	gomp_aligned_alloc uses fallback implementation.
      	(gomp_aligned_alloc, gomp_aligned_free): Declare.
      	(enum gomp_schedule_type): Add GFS_MONOTONIC.
      	(struct gomp_doacross_work_share): Add extra field.
      	(struct gomp_work_share): Add task_reductions field.
      	(struct gomp_taskgroup): Add workshare and reductions fields.
      	(GOMP_NEEDS_THREAD_HANDLE): Define if needed.
      	(gomp_thread_handle): New typedef.
      	(gomp_display_affinity_place, gomp_set_affinity_format,
      	gomp_display_string, gomp_display_affinity,
      	gomp_display_affinity_thread): Declare.
      	(gomp_doacross_init, gomp_doacross_ull_init): Add size_t argument.
      	(gomp_parallel_reduction_register, gomp_workshare_taskgroup_start,
      	gomp_workshare_task_reduction_register): Declare.
      	(gomp_team_start): Add taskgroup argument.
      	(gomp_pause_host): Declare.
      	(gomp_init_work_share, gomp_work_share_start): Change bool argument
      	to size_t.
      	(gomp_thread_self, gomp_thread_to_pthread_t): New inline functions.
      	* libgomp.map (GOMP_5.0): Export GOMP_loop_start,
      	GOMP_loop_ordered_start, GOMP_loop_doacross_start,
      	GOMP_loop_ull_start, GOMP_loop_ull_ordered_start,
      	GOMP_loop_ull_doacross_start,
      	GOMP_workshare_task_reduction_unregister, GOMP_sections2_start,
      	GOMP_loop_maybe_nonmonotonic_runtime_next,
      	GOMP_loop_maybe_nonmonotonic_runtime_start,
      	GOMP_loop_nonmonotonic_runtime_next,
      	GOMP_loop_nonmonotonic_runtime_start,
      	GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
      	GOMP_loop_ull_maybe_nonmonotonic_runtime_start,
      	GOMP_loop_ull_nonmonotonic_runtime_next,
      	GOMP_loop_ull_nonmonotonic_runtime_start,
      	GOMP_parallel_loop_maybe_nonmonotonic_runtime,
      	GOMP_parallel_loop_nonmonotonic_runtime, GOMP_parallel_reductions,
      	GOMP_taskgroup_reduction_register,
      	GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
      	GOMP_teams_reg and GOMP_taskwait_depend.
      	(OMP_5.0): Export omp_pause_resource{,_all}{,_},
      	omp_{capture,display}_affinity{,_}, and
      	omp_[gs]et_affinity_format{,_}.
      	* loop.c: Include string.h.
      	(GOMP_loop_runtime_next): Add ialias.
      	(GOMP_taskgroup_reduction_register): Add ialias_redirect.
      	(gomp_loop_static_start, gomp_loop_dynamic_start,
      	gomp_loop_guided_start, gomp_loop_ordered_static_start,
      	gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
      	gomp_loop_doacross_static_start, gomp_loop_doacross_dynamic_start,
      	gomp_loop_doacross_guided_start): Adjust gomp_work_share_start
      	or gomp_doacross_init callers.
      	(gomp_adjust_sched, GOMP_loop_start, GOMP_loop_ordered_start,
      	GOMP_loop_doacross_start): New functions.
      	(GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
      	GOMP_loop_doacross_runtime_start, GOMP_parallel_loop_runtime_start):
      	Mask off GFS_MONOTONIC bit.
      	(GOMP_loop_maybe_nonmonotonic_runtime_next,
      	GOMP_loop_maybe_nonmonotonic_runtime_start,
      	GOMP_loop_nonmonotonic_runtime_next,
      	GOMP_loop_nonmonotonic_runtime_start,
      	GOMP_parallel_loop_maybe_nonmonotonic_runtime,
      	GOMP_parallel_loop_nonmonotonic_runtime): New aliases or wrapper
      	functions.
      	(gomp_parallel_loop_start): Pass NULL as taskgroup to
      	gomp_team_start.
      	* loop_ull.c: Include string.h.
      	(GOMP_loop_ull_runtime_next): Add ialias.
      	(GOMP_taskgroup_reduction_register): Add ialias_redirect.
      	(gomp_loop_ull_static_start, gomp_loop_ull_dynamic_start,
      	gomp_loop_ull_guided_start, gomp_loop_ull_ordered_static_start,
      	gomp_loop_ull_ordered_dynamic_start,
      	gomp_loop_ull_ordered_guided_start,
      	gomp_loop_ull_doacross_static_start,
      	gomp_loop_ull_doacross_dynamic_start,
      	gomp_loop_ull_doacross_guided_start): Adjust gomp_work_share_start
      	and gomp_doacross_ull_init callers.
      	(gomp_adjust_sched, GOMP_loop_ull_start, GOMP_loop_ull_ordered_start,
      	GOMP_loop_ull_doacross_start): New functions.
      	(GOMP_loop_ull_runtime_start,
      	GOMP_loop_ull_ordered_runtime_start,
      	GOMP_loop_ull_doacross_runtime_start): Mask off GFS_MONOTONIC bit.
      	(GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
      	GOMP_loop_ull_maybe_nonmonotonic_runtime_start,
      	GOMP_loop_ull_nonmonotonic_runtime_next,
      	GOMP_loop_ull_nonmonotonic_runtime_start): Likewise.
      	* Makefile.am (libgomp_la_SOURCES): Add teams.c and affinity-fmt.c.
      	* omp.h.in (enum omp_sched_t): Add omp_sched_monotonic.
      	(omp_pause_resource_t, omp_depend_t): New typedefs.
      	(enum omp_lock_hint_t): Renamed to ...
      	(enum omp_sync_hint_t): ... this.  Define omp_sync_hint_*
      	enumerators using numbers and omp_lock_hint_* as their aliases.
      	(omp_lock_hint_t): New typedef.  Rename to ...
      	(omp_sync_hint_t): ... this.
      	(omp_init_lock_with_hint, omp_init_nest_lock_with_hint): Use
      	omp_sync_hint_t instead of omp_lock_hint_t.
      	(omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
      	omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
      	Declare.
      	(omp_target_is_present, omp_target_disassociate_ptr):
      	Change first argument from void * to const void *.
      	(omp_target_memcpy, omp_target_memcpy_rect): Change second argument
      	from void * to const void *.
      	(omp_target_associate_ptr): Change first and second arguments from
      	void * to const void *.
      	* omp_lib.f90.in (omp_pause_resource_kind, omp_pause_soft,
      	omp_pause_hard): New parameters.
      	(omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
      	omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
      	New interfaces.
      	* omp_lib.h.in (omp_pause_resource_kind, omp_pause_soft,
      	omp_pause_hard): New parameters.
      	(omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
      	omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
      	New externals.
      	* ordered.c (gomp_doacross_init, gomp_doacross_ull_init): Add
      	EXTRA argument.  If not needed to prepare array, if extra is 0,
      	clear ws->doacross, otherwise allocate just doacross structure and
      	extra payload.  If array is needed, allocate also extra payload.
      	(GOMP_doacross_post, GOMP_doacross_wait, GOMP_doacross_ull_post,
      	GOMP_doacross_ull_wait): Handle doacross->array == NULL like
      	doacross == NULL.
      	* parallel.c (GOMP_parallel_start): Pass NULL as taskgroup to
      	gomp_team_start.
      	(GOMP_parallel): Likewise.  Formatting fix.
      	(GOMP_parallel_reductions): New function.
      	(GOMP_cancellation_point): If taskgroup has workshare
      	flag set, check cancelled of prev taskgroup if any.
      	(GOMP_cancel): If taskgroup has workshare flag set, set cancelled
      	on prev taskgroup if any.
      	* sections.c: Include string.h.
      	(GOMP_taskgroup_reduction_register): Add ialias_redirect.
      	(GOMP_sections_start): Adjust gomp_work_share_start caller.
      	(GOMP_sections2_start): New function.
      	(GOMP_parallel_sections_start, GOMP_parallel_sections):
      	Pass NULL as taskgroup to gomp_team_start.
      	* single.c (GOMP_single_start, GOMP_single_copy_start): Adjust
      	gomp_work_share_start callers.
      	* target.c (GOMP_target_update_ext, GOMP_target_enter_exit_data):
      	If taskgroup has workshare flag set, check cancelled on prev
      	taskgroup if any.  Guard all cancellation tests with
      	gomp_cancel_var test.
      	(omp_target_is_present, omp_target_disassociate_ptr):
      	Change ptr argument from void * to const void *.
      	(omp_target_memcpy): Change src argument from void * to const void *.
      	(omp_target_memcpy_rect): Likewise.
      	(omp_target_memcpy_rect_worker): Likewise.  Use const char * casts
      	instead of char * where needed.
      	(omp_target_associate_ptr): Change host_ptr and device_ptr arguments
      	from void * to const void *.
      	(omp_pause_resource, omp_pause_resource_all): New functions.
      	* task.c (gomp_task_handle_depend): Handle new depend array format
      	in addition to the old.  Handle mutexinoutset kinds the same as
      	inout for now, handle unspecified kinds.
      	(gomp_create_target_task): If taskgroup has workshare flag set, check
      	cancelled on prev taskgroup if any.  Guard all cancellation tests with
      	gomp_cancel_var test.  Handle new depend array format count in
      	addition to the old.
      	(GOMP_task): Likewise.  Adjust function comment.
      	(gomp_task_run_pre): If taskgroup has workshare flag set, check
      	cancelled on prev taskgroup if any.  Guard all cancellation tests with
      	gomp_cancel_var test.
      	(GOMP_taskwait_depend): New function.
      	(gomp_task_maybe_wait_for_dependencies): Handle new depend array
      	format in addition to the old.  Handle mutexinoutset kinds the same as
      	inout for now, handle unspecified kinds.  Fix a function comment typo.
      	(gomp_taskgroup_init): New function.
      	(GOMP_taskgroup_start): Use it.
      	(gomp_reduction_register, gomp_create_artificial_team,
      	GOMP_taskgroup_reduction_register,
      	GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
      	gomp_parallel_reduction_register,
      	gomp_workshare_task_reduction_register,
      	gomp_workshare_taskgroup_start,
      	GOMP_workshare_task_reduction_unregister): New functions.
      	* taskloop.c (GOMP_taskloop): If taskgroup has workshare flag set,
      	check cancelled on prev taskgroup if any.  Guard all cancellation
      	tests with gomp_cancel_var test.  Handle GOMP_TASK_FLAG_REDUCTION flag
      	by calling GOMP_taskgroup_reduction_register.
      	* team.c (gomp_thread_attr): Remove comment.
      	(struct gomp_thread_start_data): Add handle field.
      	(gomp_thread_start): Call pthread_detach.
      	(gomp_new_team): Adjust gomp_init_work_share caller.
      	(gomp_free_pool_helper): Call pthread_detach.
      	(gomp_team_start): Add taskgroup argument, initialize implicit
      	tasks' taskgroup field to that.  Don't call
      	pthread_attr_setdetachstate.  Handle OMP_DISPLAY_AFFINITY env var.
      	(gomp_team_end): Determine nesting by thr->ts.level != 0
      	rather than thr->ts.team != NULL.
      	(gomp_pause_pool_helper, gomp_pause_host): New functions.
      	* work.c (alloc_work_share): Use gomp_aligned_alloc instead of
      	gomp_malloc if GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC is defined.
      	(gomp_init_work_share): Change ORDERED argument from bool to size_t,
      	if more than 1 allocate also extra payload at the end of array.  Never
      	keep ordered_team_ids NULL, set it to inline_ordered_team_ids instead.
      	(gomp_work_share_start): Change ORDERED argument from bool to size_t,
      	return true instead of ws.
      	* Makefile.in: Regenerated.
      	* configure: Regenerated.
      	* config.h.in: Regenerated.
      	* testsuite/libgomp.c/cancel-for-2.c (foo): Use cancel modifier
      	in some cases.
      	* testsuite/libgomp.c-c++-common/cancel-parallel-1.c: New test.
      	* testsuite/libgomp.c-c++-common/cancel-taskgroup-3.c: New test.
      	* testsuite/libgomp.c-c++-common/depend-iterator-1.c: New test.
      	* testsuite/libgomp.c-c++-common/depend-iterator-2.c: New test.
      	* testsuite/libgomp.c-c++-common/depend-mutexinout-1.c: New test.
      	* testsuite/libgomp.c-c++-common/depend-mutexinout-2.c: New test.
      	* testsuite/libgomp.c-c++-common/depobj-1.c: New test.
      	* testsuite/libgomp.c-c++-common/display-affinity-1.c: New test.
      	* testsuite/libgomp.c-c++-common/for-10.c: New test.
      	* testsuite/libgomp.c-c++-common/for-11.c: New test.
      	* testsuite/libgomp.c-c++-common/for-12.c: New test.
      	* testsuite/libgomp.c-c++-common/for-13.c: New test.
      	* testsuite/libgomp.c-c++-common/for-14.c: New test.
      	* testsuite/libgomp.c-c++-common/for-15.c: New test.
      	* testsuite/libgomp.c-c++-common/for-2.h: If CONDNE macro is defined,
      	define a different N(test), don't define N(f0) to N(f14), but instead
      	define N(f20) to N(f34) using != comparisons.
      	* testsuite/libgomp.c-c++-common/for-7.c: New test.
      	* testsuite/libgomp.c-c++-common/for-8.c: New test.
      	* testsuite/libgomp.c-c++-common/for-9.c: New test.
      	* testsuite/libgomp.c-c++-common/master-combined-1.c: New test.
      	* testsuite/libgomp.c-c++-common/pause-1.c: New test.
      	* testsuite/libgomp.c-c++-common/pause-2.c: New test.
      	* testsuite/libgomp.c-c++-common/pr66199-10.c: New test.
      	* testsuite/libgomp.c-c++-common/pr66199-11.c: New test.
      	* testsuite/libgomp.c-c++-common/pr66199-12.c: New test.
      	* testsuite/libgomp.c-c++-common/pr66199-13.c: New test.
      	* testsuite/libgomp.c-c++-common/pr66199-14.c: New test.
      	* testsuite/libgomp.c-c++-common/simd-1.c: New test.
      	* testsuite/libgomp.c-c++-common/taskloop-reduction-1.c: New test.
      	* testsuite/libgomp.c-c++-common/taskloop-reduction-2.c: New test.
      	* testsuite/libgomp.c-c++-common/taskloop-reduction-3.c: New test.
      	* testsuite/libgomp.c-c++-common/taskloop-reduction-4.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-11.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-12.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-1.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-2.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-3.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-4.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-5.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-6.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-7.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-8.c: New test.
      	* testsuite/libgomp.c-c++-common/task-reduction-9.c: New test.
      	* testsuite/libgomp.c-c++-common/taskwait-depend-1.c: New test.
      	* testsuite/libgomp.c++/depend-1.C: New test.
      	* testsuite/libgomp.c++/depend-iterator-1.C: New test.
      	* testsuite/libgomp.c++/depobj-1.C: New test.
      	* testsuite/libgomp.c++/for-16.C: New test.
      	* testsuite/libgomp.c++/for-21.C: New test.
      	* testsuite/libgomp.c++/for-22.C: New test.
      	* testsuite/libgomp.c++/for-23.C: New test.
      	* testsuite/libgomp.c++/for-24.C: New test.
      	* testsuite/libgomp.c++/for-25.C: New test.
      	* testsuite/libgomp.c++/for-26.C: New test.
      	* testsuite/libgomp.c++/taskloop-reduction-1.C: New test.
      	* testsuite/libgomp.c++/taskloop-reduction-2.C: New test.
      	* testsuite/libgomp.c++/taskloop-reduction-3.C: New test.
      	* testsuite/libgomp.c++/taskloop-reduction-4.C: New test.
      	* testsuite/libgomp.c++/task-reduction-10.C: New test.
      	* testsuite/libgomp.c++/task-reduction-11.C: New test.
      	* testsuite/libgomp.c++/task-reduction-12.C: New test.
      	* testsuite/libgomp.c++/task-reduction-13.C: New test.
      	* testsuite/libgomp.c++/task-reduction-14.C: New test.
      	* testsuite/libgomp.c++/task-reduction-15.C: New test.
      	* testsuite/libgomp.c++/task-reduction-16.C: New test.
      	* testsuite/libgomp.c++/task-reduction-17.C: New test.
      	* testsuite/libgomp.c++/task-reduction-18.C: New test.
      	* testsuite/libgomp.c++/task-reduction-19.C: New test.
      	* testsuite/libgomp.c/task-reduction-1.c: New test.
      	* testsuite/libgomp.c++/task-reduction-1.C: New test.
      	* testsuite/libgomp.c/task-reduction-2.c: New test.
      	* testsuite/libgomp.c++/task-reduction-2.C: New test.
      	* testsuite/libgomp.c++/task-reduction-3.C: New test.
      	* testsuite/libgomp.c++/task-reduction-4.C: New test.
      	* testsuite/libgomp.c++/task-reduction-5.C: New test.
      	* testsuite/libgomp.c++/task-reduction-6.C: New test.
      	* testsuite/libgomp.c++/task-reduction-7.C: New test.
      	* testsuite/libgomp.c++/task-reduction-8.C: New test.
      	* testsuite/libgomp.c++/task-reduction-9.C: New test.
      	* testsuite/libgomp.c/teams-1.c: New test.
      	* testsuite/libgomp.c/teams-2.c: New test.
      	* testsuite/libgomp.c/thread-limit-4.c: New test.
      	* testsuite/libgomp.c/thread-limit-5.c: New test.
      	* testsuite/libgomp.fortran/display-affinity-1.f90: New test.
      
      From-SVN: r265930
      Jakub Jelinek committed
  8. 05 Nov, 2018 1 commit
    • Implement P0732R2, class types in non-type template parameters. · 4be5c72c
      There is one significant piece of this that is not implemented yet: the
      reliance on defaulted operator<=>, which someone else has been working on.
      So, for the moment those lines are commented out of the testcases.
      
      One tricky bit was treating template parameters of classtype as const
      lvalues without making their decltype const; for this I used a
      VIEW_CONVERT_EXPR wrapper, which previously could only appear in templates
      as location wrappers.
      
      The user-defined literal parts of P0732R2 are in the next patch.
      
      gcc/cp/
      	* error.c (dump_simple_decl): Look through a template parm object.
      	* mangle.c (write_template_arg): Likewise.
      	(mangle_template_parm_object): New.
      	* pt.c (template_parm_object_p, get_template_parm_object): New.
      	(invalid_tparm_referent_p): Factor from convert_nontype_argument.
      	(convert_nontype_argument, invalid_nontype_parm_type_p): Handle
      	class-type template arguments.
      	* tree.c (lvalue_kind): Likewise.
      gcc/c-family/
      	* c-cppbuiltin.c (c_cpp_builtins): Add
      	__cpp_nontype_template_parameter_class.
      libiberty/
      	* cp-demangle.c (d_dump, d_make_comp, d_count_templates_scopes)
      	(d_print_comp_inner): Handle DEMANGLE_COMPONENT_TPARM_OBJ.
      	(d_special_name): Handle TA.
      	(d_expresion_1): Fix demangling of brace-enclosed initializer list.
      include/
      	* demangle.h (enum demangle_component_type): Add
      	DEMANGLE_COMPONENT_TPARM_OBJ.
      
      From-SVN: r265789
      Jason Merrill committed
  9. 29 Oct, 2018 1 commit
    • C++: simplify output from suggest_alternatives_for · 7e2de6df
      In the C++ FE, after emitting various errors about unrecognized names,
      the parser can call
        suggest_alternatives_for
      and/or
        suggest_alternative_in_explicit_scope.
      These can issue zero or more suggestions for the unrecognized name,
      or various other "note" diagnostics suggesting how to fix the problem.
      
      For example, currently g++ emits:
      
      t.cc:12:3: error: 'gtk_widget_showall' was not declared in this scope
      12 |   gtk_widget_showall (w);
         |   ^~~~~~~~~~~~~~~~~~
      t.cc:12:3: note: suggested alternative: 'gtk_widget_show_all'
      12 |   gtk_widget_showall (w);
         |   ^~~~~~~~~~~~~~~~~~
         |   gtk_widget_show_all
      
      This patch consolidates the common case when there is a single
      candidate, so that the error can issue a fix-it hint directly.
      
      This simplifies the above to:
      
      t.cc:12:3: error: 'gtk_widget_showall' was not declared in this scope;
       did you mean 'gtk_widget_show_all'?
      12 |   gtk_widget_showall (w);
         |   ^~~~~~~~~~~~~~~~~~
         |   gtk_widget_show_all
      
      omitting the second "note" diagnostic.
      
      Doing so requires changing the above "suggest_" functions so that
      rather than being called after "error" and emitting a note directly,
      they are called before the "error", and return a name_hint, which
      can contain a suggestion and/or a deferred diagnostic.  The "single
      candidate" case is handled via a suggestion, and the "multiple
      candidates" case via a new subclass of deferred_diagnostic.
      
      There was some complication due to the fact that we don't always have
      enough location information to issue a fix-it hint.  Specifically,
      for the case in qualified_name_lookup_error, the location is that of
      the name, but the location of the qualifier prefix isn't reliably
      available.  For some hints, e.g. spell-corrections, the replacement
      is of the name, and for others, e.g. parent namespaces, it's for the
      qualified name.  The patch addresses this by splitting this case out
      into a new "suggest_alternatives_in_other_namespaces" function, for
      which fix-it hints aren't issued.
      
      Another complication is that of emitting a note when
        --param cxx-max-namespaces-for-diagnostic-help
      is reached.  The patch emulates the existing behavior by emitting
      the note from a deferred_diagnostic.  This potentially needs to
      co-exist with another deferred_diagnostic, so it works as a decorator
      around any other such deferred_diagnostic.  Doing so requires slightly
      extending class name_hint.
      
      On adding test coverage for the various cases, I discovered that
      after emitting a "FOO is not a namespace-name" error, we also emit
      a "expected namespace-name before" error.  The patch removes this
      second error for the case where it's redundant, simplifying this case
      from e.g.:
      
      spellcheck-ns.C:10:24: error: 'inner_ms' is not a namespace-name
      10 | using namespace outer::inner_ms;
         |                        ^~~~~~~~
      spellcheck-ns.C:10:24: note: suggested alternative: 'inner_ns'
      10 | using namespace outer::inner_ms;
         |                        ^~~~~~~~
         |                        inner_ns
      spellcheck-ns.C:10:32: error: expected namespace-name before ';' token
      10 | using namespace outer::inner_ms;
         |                                ^
      
      to:
      
      spellcheck-ns.C:10:24: error: 'inner_ms' is not a namespace-name;
       did you mean 'inner_ns'?
      10 | using namespace outer::inner_ms;
         |                        ^~~~~~~~
         |                        inner_ns
      
      include/ChangeLog:
      	* unique-ptr.h (gnu::move): Generalize so it applies to all
      	lvalue references, rather than just to unique_ptr values.
      
      gcc/c-family/ChangeLog:
      	* name-hint.h (name_hint::take_deferred): New member function.
      
      gcc/c/ChangeLog:
      	* c-decl.c (implicit_decl_warning): Update "is there a suggestion"
      	logic for change to name_hint::operator bool.
      	(undeclared_variable): Likewise.
      	* c-parser.c (c_parser_declaration_or_fndef): Likewise.
      	(c_parser_parameter_declaration): Likewise.
      
      gcc/cp/ChangeLog:
      	* cp-name-hint.h: New file.
      	* cp-tree.h (expr_to_string): New decl.
      	(suggest_alternatives_for): Move to cp-name-hint.h, changing
      	return type from bool to name_hint.
      	(suggest_alternative_in_explicit_scope): Likewise.
      	* error.c: Define INCLUDE_UNIQUE_PTR.  Include "cp-name-hint.h".
      	(expr_to_string): Make non-static.
      	(qualified_name_lookup_error): For the non-"::" case, take
      	responsibity for issuing any suggestion from
      	suggest_alternative_in_explicit_scope, as it changes from
      	returning a bool to returning a name_hint.  Replace fallback call
      	to suggest_alternatives_for to a call to
      	suggest_alternatives_in_other_namespaces, capturing the fact that
      	we don't have enough location information to issue a fix-it hint
      	for this case.  Update the error to support emitting a fix-it hint
      	where appropriate.  For the "::" case, take responsibility for
      	issuing any suggestion from suggest_alternatives_for, supporting
      	emitting a fix-it hint.
      	* lex.c: Define INCLUDE_UNIQUE_PTR.  Include "gcc-rich-location.h"
      	and "cp-name-hint.h".
      	(unqualified_name_lookup_error): Take responsibility for issuing
      	any suggestion from suggest_alternatives_for, supporting emitting
      	a fix-it hint.
      	* name-lookup.c (class namespace_limit_reached): New subclass of
      	deferred_diagnostic.
      	(class show_candidate_location): Likewise.
      	(class suggest_alternatives): Likewise.
      	(class namespace_hints): New class.
      	(suggest_alternatives_for): Convert return type from bool to
      	name_hint, replacing all direct diagnostic emission by setting
      	suggestions on the return value, or creating deferred diagnostics.
      	Specifically, split out initial traversal of namespaces into
      	namespace_hints' ctor, and maybe_decorate_with_limit, and move the
      	rest of the implementation to
      	namespace_hints::convert_candidates_to_name_hint and
      	suggest_alternatives_for_1.
      	(namespace_hints::namespace_hints): New ctor, adapted from
      	suggest_alternatives_for's initial namespace traversal, storing
      	location and name, and converting locals "candidates", "limited"
      	and "limit" into members.
      	(namespace_hints::convert_candidates_to_name_hint): New member
      	function.
      	(namespace_hints::maybe_decorate_with_limit): New member function.
      	(suggest_alternatives_for_1): New function, based on second half
      	of old implementation of suggest_alternatives_for, converting from
      	immediate emission of suggestions to using name_hint.
      	(suggest_alternatives_in_other_namespaces): New function.
      	(maybe_suggest_missing_std_header): Convert from immediate
      	emission of suggestions to using name_hint, moving emission
      	implementation to...
      	(class missing_std_header): New subclass of deferred_diagnostic.
      	(maybe_suggest_missing_header): Convert return type from bool to
      	name_hint.
      	(suggest_alternative_in_explicit_scope): Convert from immediate
      	emission of suggestions to using name_hint.
      	* parser.c: Replace include of "c-family/name-hint.h" with
      	"cp-name-hint.h".
      	(cp_parser_diagnose_invalid_type_name): Update
      	"is there a suggestion" logic for change to
      	name_hint::operator bool.  Take responsibility for emitting
      	fix-it hints from suggest_alternative_in_explicit_scope.
      	(cp_parser_namespace_name): Take responsibility for emitting
      	fix-it hints from suggest_alternative_in_explicit_scope.  Don't
      	emit the "expected namespace-name" error if we've already emitted
      	an "is not a namespace-name" error.
      
      gcc/testsuite/ChangeLog:
      	* c-c++-common/spellcheck-reserved.c: Update expected output for
      	C++ for merger of "did you mean" suggestions into the error
      	message.
      	* g++.dg/ext/builtin3.C: Update expected output for merger of "did
      	you mean" suggestion into the error.
      	* g++.dg/lookup/error1.C: Likewise.
      	* g++.dg/lookup/pr77549.C: Likewise.
      	* g++.dg/lookup/pr80913.C: Likewise.
      	* g++.dg/lookup/suggestions1.C: Likewise.
      	* g++.dg/lookup/suggestions2.C: New test.
      	* g++.dg/overload/koenig1.C: Update expected output as above.
      	* g++.dg/spellcheck-identifiers-2.C: Likewise.
      	* g++.dg/spellcheck-identifiers.C: Likewise.
      	* g++.dg/spellcheck-ns.C: New test.
      	* g++.dg/spellcheck-pr77829.C: Update expected output as above.
      	* g++.dg/spellcheck-pr78656.C: Likewise.
      	* g++.dg/spellcheck-pr79298.C: Likewise, adding
      	-fdiagnostics-show-caret to options.
      	* g++.dg/spellcheck-pr80177.C: Likewise.
      	* g++.dg/spellcheck-single-vs-multiple.C: New test.
      	* g++.dg/spellcheck-typenames.C: Update expected output as above.
      	* g++.dg/template/static10.C: Likewise.
      	* g++.old-deja/g++.mike/ns5.C: Likewise.
      	* g++.old-deja/g++.mike/ns7.C: Likewise.
      	* g++.old-deja/g++.ns/koenig5.C: Likewise.
      	* g++.old-deja/g++.other/lineno5.C: Likewise.
      
      libstdc++-v3/ChangeLog:
      	* testsuite/17_intro/using_namespace_std_exp_neg.cc: Remove
      	"expected namespace-name before" error.
      	* testsuite/17_intro/using_namespace_std_tr1_neg.cc: Likewise.
      
      From-SVN: r265610
      David Malcolm committed
  10. 27 Aug, 2018 1 commit
  11. 26 Jul, 2018 1 commit
    • Add linker_output as prefix for LTO temps (PR lto/86548). · c00c9d03
      2018-07-26  Martin Liska  <mliska@suse.cz>
      
              PR lto/86548
      	* lto-wrapper.c: Add linker_output as prefix
              for ltrans_output_file.
      2018-07-26  Martin Liska  <mliska@suse.cz>
      
              PR lto/86548
      	* libiberty.h (make_temp_file_with_prefix): New function.
      2018-07-26  Martin Liska  <mliska@suse.cz>
      
              PR lto/86548
      	* make-temp-file.c (TEMP_FILE): Remove leading 'cc'.
      	(make_temp_file): Call make_temp_file_with_prefix with
              first argument set to NULL.
      	(make_temp_file_with_prefix): Support also prefix.
      
      From-SVN: r262999
      Martin Liska committed
  12. 30 May, 2018 1 commit
  13. 28 May, 2018 1 commit
    • splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions. · b0c31bc6
      include:
      2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * splay-tree.h (splay_tree_compare_strings,
              splay_tree_delete_pointers): Declare new utility functions.
      
      libiberty:
      2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * splay-tree.c (splay_tree_compare_strings,
              splay_tree_delete_pointers): New utility functions.
      
      gcc:
      2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * tree-dump.c (dump_node): Use splay_tree_delete_pointers.
      
      c-family:
      2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * c-lex.c (get_fileinfo): Use splay_tree_compare_strings and
              splay_tree_delete_pointers.
      
      cp:
      2018-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * decl2.c (start_static_storage_duration_function): Use
              splay_tree_delete_pointers.
      
      From-SVN: r260850
      Bernd Edlinger committed
  14. 24 May, 2018 1 commit
  15. 02 May, 2018 2 commits
  16. 09 Feb, 2018 2 commits
    • [IEPM] Introduce inline entry point markers · 58006663
      Output DW_AT_entry_pc based on markers.
      
      Introduce DW_AT_GNU_entry_view as a DWARF extension.
      
      If views are enabled are we're not in strict compliance mode, output
      DW_AT_GNU_entry_view if it might be nonzero.
      
      This patch depends on SFN and LVU patchsets, and on the IEPM patch that
      introduces the inline_entry debug hook.
      
      for  include/ChangeLog
      
      	* dwarf2.def (DW_AT_GNU_entry_view): New.
      
      for  gcc/ChangeLog
      
      	* cfgexpand.c (expand_gimple_basic_block): Handle inline entry
      	markers.
      	* dwarf2out.c (dwarf2_debug_hooks): Enable inline_entry hook.
      	(BLOCK_INLINE_ENTRY_LABEL): New.
      	(dwarf2out_var_location): Disregard inline entry markers.
      	(inline_entry_data): New struct.
      	(inline_entry_data_hasher): New hashtable type.
      	(inline_entry_data_hasher::hash): New.
      	(inline_entry_data_hasher::equal): New.
      	(inline_entry_data_table): New variable.
      	(add_high_low_attributes): Add DW_AT_entry_pc and
      	DW_AT_GNU_entry_view attributes if a pending entry is found
      	in inline_entry_data_table.  Add old entry_pc attribute only
      	if debug nonbinding markers are disabled.
      	(gen_inlined_subroutine_die): Set BLOCK_DIE if nonbinding
      	markers are enabled.
      	(block_within_block_p, dwarf2out_inline_entry): New.
      	(dwarf2out_finish): Check that no entries remained in
      	inline_entry_data_table.
      	* final.c (reemit_insn_block_notes): Handle inline entry notes.
      	(final_scan_insn, notice_source_line): Likewise.
      	(rest_of_clean_state): Skip inline entry markers.
      	* gimple-pretty-print.c (dump_gimple_debug): Handle inline entry
      	markers.
      	* gimple.c (gimple_build_debug_inline_entry): New.
      	* gimple.h (enum gimple_debug_subcode): Add
      	GIMPLE_DEBUG_INLINE_ENTRY.
      	(gimple_build_debug_inline_entry): Declare.
      	(gimple_debug_inline_entry_p): New.
      	(gimple_debug_nonbind_marker_p): Adjust.
      	* insn-notes.def (INLINE_ENTRY): New.
      	* print-rtl.c (rtx_writer::print_rtx_operand_code_0): Handle
      	inline entry marker notes.
      	(print_insn): Likewise.
      	* rtl.h	(NOTE_MARKER_P): Add INLINE_ENTRY support.
      	(INSN_DEBUG_MARKER_KIND): Likewise.
      	(GEN_RTX_DEBUG_MARKER_INLINE_ENTRY_PAT): New.
      	* tree-inline.c	(expand_call_inline): Build and insert
      	debug_inline_entry stmt.
      	* tree-ssa-live.c (remove_unused_scope_block_p): Preserve
      	inline entry blocks early, if nonbind markers are enabled.
      	(dump_scope_block): Dump fragment info.
      	* var-tracking.c (reemit_marker_as_note): Handle inline entry note.
      	* doc/gimple.texi (gimple_debug_inline_entry_p): New.
      	(gimple_build_debug_inline_entry): New.
      	* doc/invoke.texi (gstatement-frontiers, gno-statement-frontiers):
      	Enable/disable inline entry points too.
      	* doc/rtl.texi (NOTE_INSN_INLINE_ENTRY): New.
      	(DEBUG_INSN): Describe inline entry markers.
      
      From-SVN: r257511
      Alexandre Oliva committed
    • [LVU] Introduce location views · bd2b9f1e
      This patch introduces an option to enable the generation of location
      views along with location lists.  The exact format depends on the
      DWARF version: it can be a separate attribute (DW_AT_GNU_locviews) or
      (DW_LLE_view_pair) entries in DWARF5+ loclists.
      
      Line number tables are also affected.  If the assembler is found, at
      compiler build time, to support .loc views, we use them and
      assembler-computed view labels, otherwise we output compiler-generated
      line number programs with conservatively-computed view labels.  In
      either case, we output view information next to line number changes
      when verbose assembly output is requested.
      
      This patch requires an LVU patch that modifies the exported API of
      final_scan_insn.  It also expects the entire SFN patchset to be
      installed first, although SFN is not a requirement for LVU.
      
      for  include/ChangeLog
      
      	* dwarf2.def (DW_AT_GNU_locviews): New.
      	* dwarf2.h (enum dwarf_location_list_entry_type): Add
      	DW_LLE_GNU_view_pair.
      	(DW_LLE_view_pair): Define.
      
      for  gcc/ChangeLog
      
      	* common.opt (gvariable-location-views): New.
      	(gvariable-location-views=incompat5): New.
      	* config.in: Rebuilt.
      	* configure: Rebuilt.
      	* configure.ac: Test assembler for view support.
      	* dwarf2asm.c (dw2_asm_output_symname_uleb128): New.
      	* dwarf2asm.h (dw2_asm_output_symname_uleb128): Declare.
      	* dwarf2out.c (var_loc_view): New typedef.
      	(struct dw_loc_list_struct): Add vl_symbol, vbegin, vend.
      	(dwarf2out_locviews_in_attribute): New.
      	(dwarf2out_locviews_in_loclist): New.
      	(dw_val_equal_p): Compare val_view_list of dw_val_class_view_lists.
      	(enum dw_line_info_opcode): Add LI_adv_address.
      	(struct dw_line_info_table): Add view.
      	(RESET_NEXT_VIEW, RESETTING_VIEW_P): New macros.
      	(DWARF2_ASM_VIEW_DEBUG_INFO): Define default.
      	(zero_view_p): New variable.
      	(ZERO_VIEW_P): New macro.
      	(output_asm_line_debug_info): New.
      	(struct var_loc_node): Add view.
      	(add_AT_view_list, AT_loc_list): New.
      	(add_var_loc_to_decl): Add view param.  Test it against last.
      	(new_loc_list): Add view params.  Record them.
      	(AT_loc_list_ptr): Handle loc and view lists.
      	(view_list_to_loc_list_val_node): New.
      	(print_dw_val): Handle dw_val_class_view_list.
      	(size_of_die): Likewise.
      	(value_format): Likewise.
      	(loc_list_has_views): New.
      	(gen_llsym): Set vl_symbol too.
      	(maybe_gen_llsym, skip_loc_list_entry): New.
      	(dwarf2out_maybe_output_loclist_view_pair): New.
      	(output_loc_list): Output view list or entries too.
      	(output_view_list_offset): New.
      	(output_die): Handle dw_val_class_view_list.
      	(output_dwarf_version): New.
      	(output_compilation_unit_header): Use it.
      	(output_skeleton_debug_sections): Likewise.
      	(output_rnglists, output_line_info): Likewise.
      	(output_pubnames, output_aranges): Update version comments.
      	(output_one_line_info_table): Output view numbers in asm comments.
      	(dw_loc_list): Determine current endview, pass it to new_loc_list.
      	Call maybe_gen_llsym.
      	(loc_list_from_tree_1): Adjust.
      	(add_AT_location_description): Create view list attribute if
      	needed, check it's absent otherwise.
      	(convert_cfa_to_fb_loc_list): Adjust.
      	(maybe_emit_file): Call output_asm_line_debug_info for test.
      	(dwarf2out_var_location): Reset views as needed.  Precompute
      	add_var_loc_to_decl args.  Call get_attr_min_length only if we have the
      	attribute.  Set view.
      	(new_line_info_table): Reset next view.
      	(set_cur_line_info_table): Call output_asm_line_debug_info for test.
      	(dwarf2out_source_line): Likewise.  Output view resets and labels to
      	the assembler, or select appropriate line info opcodes.
      	(prune_unused_types_walk_attribs): Handle dw_val_class_view_list.
      	(optimize_string_length): Catch it.  Adjust.
      	(resolve_addr): Copy vl_symbol along with ll_symbol.  Handle
      	dw_val_class_view_list, and remove it if no longer needed.
      	(hash_loc_list): Hash view numbers.
      	(loc_list_hasher::equal): Compare them.
      	(optimize_location_lists): Check whether a view list symbol is
      	needed, and whether the locview attribute is present, and
      	whether they match.  Remove the locview attribute if no longer
      	needed.
      	(index_location_lists): Call skip_loc_list_entry for test.
      	(dwarf2out_finish): Call output_asm_line_debug_info for test.
      	Use output_dwarf_version.
      	* dwarf2out.h (enum dw_val_class): Add dw_val_class_view_list.
      	(struct dw_val_node): Add val_view_list.
      	* final.c (SEEN_NEXT_VIEW): New.
      	(set_next_view_needed): New.
      	(clear_next_view_needed): New.
      	(maybe_output_next_view): New.
      	(final_start_function): Rename to...
      	(final_start_function_1): ... this.  Take pointer to FIRST,
      	add SEEN parameter.  Emit param bindings in the initial view.
      	(final_start_function): Reintroduce SEEN-less interface.
      	(final): Rename to...
      	(final_1): ... this.  Take SEEN parameter.  Output final pending
      	next view at the end.
      	(final): Reintroduce seen-less interface.
      	(final_scan_insn): Output pending next view before switching
      	sections or ending a block.  Mark the next view as needed when
      	outputting variable locations.  Notify debug backend of section
      	changes, and of location view changes.
      	(rest_of_handle_final): Adjust.
      	* toplev.c (process_options): Autodetect value for debug variable
      	location views option.  Warn on incompat5 without -gdwarf-5.
      	* doc/invoke.texi (gvariable-location-views): New.
      	(gvariable-location-views=incompat5): New.
      	(gno-variable-location-views): New.
      
      From-SVN: r257510
      Alexandre Oliva committed
  17. 03 Jan, 2018 1 commit
  18. 20 Nov, 2017 1 commit
  19. 10 Nov, 2017 1 commit
    • Add plugin API for processing plugin-added input files. · f382ac6d
      Gold plugins may wish to further process an input file added by a plugin. For
      example, the plugin may need to assign a unique segment for sections in a
      plugin-generated input file. This patch adds a plugin callback that the linker
      will call when reading symbols from a new input file added after the
      all_symbols_read event (i.e. an input file added by a plugin).
      
      2017-11-10  Stephen Crane <sjc@immunant.com>
      
      	* plugin-api.h: Add plugin API for processing plugin-added
      	input files.
      
      From-SVN: r254640
      Stephen Crane committed
  20. 23 Oct, 2017 1 commit
    • Add INCLUDE_UNIQUE_PTR and use it (PR bootstrap/82610) · b367de5d
      gcc/ChangeLog:
      	PR bootstrap/82610
      	* system.h: Conditionally include "unique-ptr.h" if
      	INCLUDE_UNIQUE_PTR is defined.
      	* unique-ptr-tests.cc: Remove include of "unique-ptr.h" in favor
      	of defining INCLUDE_UNIQUE_PTR before including "system.h".
      
      include/ChangeLog:
      	* unique-ptr.h: Make include of <memory> conditional on C++11 or
      	later.
      
      From-SVN: r254024
      David Malcolm committed
  21. 16 Oct, 2017 1 commit
    • Add gnu::unique_ptr · 46d2b77d
      This is a version of the patch posted by Trevor Saunders on 2017-07-31,
      for which he wrote:
      > For most of the history of this see
      >   https://sourceware.org/ml/gdb-patches/2016-10/msg00223.html
      > The changes are mostly s/gdb/gtl/g
      
      This version was updated by me (dmalcolm) adding these changes:
      - renaming of "gtl" to "gnu" (3 letters, and one of the ones Richi
        proposed, and not a match for "*tl")
      - renaming of DEFINE_GDB_UNIQUE_PTR to DEFINE_GNU_UNIQUE_PTR
      - renaming of xfree_deleter to xmalloc_deleter, and making it
        use "free" rather than "xfree" (which doesn't exist)
      - added a gcc/unique-ptr-tests.cc
      - implement unique_xmalloc_ptr<T[]> (taken from gdb, but changing
        "xfree" to "free", and adding support for pre-C++-11)
      
      gcc/ChangeLog:
      
      	David Malcolm <dmalcolm@redhat.com>
      
      	* Makefile.in (OBJS): Add unique-ptr-tests.o.
      	* selftest-run-tests.c (selftest::run_tests): Call
      	selftest::unique_ptr_tests_cc_tests.
      	* selftest.h (selftest::unique_ptr_tests_cc_tests): New decl.
      	* unique-ptr-tests.cc: New file.
      
      include/ChangeLog:
      
      	Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      	David Malcolm <dmalcolm@redhat.com>
      
      	* unique-ptr.h: New file.
      
      From-SVN: r253797
      David Malcolm committed
  22. 15 Sep, 2017 2 commits
  23. 12 Sep, 2017 1 commit
    • Add DW_CFA_AARCH64_negate_ra_state to dwarf2.def/h and dwarfnames.c · ff971abe
        A new vendor CFA DW_CFA_AARCH64_negate_ra_state was introduced for ARMv8.3-A
      return address signing, it is multiplexing DW_CFA_GNU_window_save in CFA vendor
      extension space.
      
        This patch adds necessary code to make it available to external, the GDB
      patch (https://sourceware.org/ml/gdb-patches/2017-08/msg00215.html) is intended
      to use it.
      
        A new DW_CFA_DUP for it is added in dwarf2.def.  The use of DW_CFA_DUP is to
      avoid duplicated case value issue when included in libiberty/dwarfnames.
      
        Native x86 builds OK to make sure no macro expanding errors.
      
      Committed on behalf of Jiong Wang.
      
          include/
      	* dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP.
      	* dwarf2.h (DW_CFA_DUP): New define.
      
          libiberty/
      	* dwarfnames.c (DW_CFA_DUP): New define.
      
      From-SVN: r252037
      Jiong Wang committed
  24. 21 Aug, 2017 1 commit
    • re PR go/78628 (GO fails to build a translation unit decl) · 1ea85365
      2017-08-21  Richard Biener  <rguenther@suse.de>
      
      	include/
      	* simple-object.h (simple_object_copy_lto_debug_sections): New
      	function.
      
      	libiberty/
      	* simple-object-common.h (struct simple_object_functions): Add
      	copy_lto_debug_sections hook.
      	* simple-object.c: Include fcntl.h.
      	(handle_lto_debug_sections): New helper function.
      	(simple_object_copy_lto_debug_sections): New function copying
      	early LTO debug sections to regular debug sections in a new file.
      	(simple_object_start_write): Handle NULL segment_name.
      	* simple-object-coff.c (simple_object_coff_functions): Adjust
      	for not implemented copy_lto_debug_sections hook.
      	* simple-object-mach-o.c (simple_object_mach_o_functions): Likewise.
      	* simple-object-xcoff.c (simple_object_xcoff_functions): Likewise.
      	* simple-object-elf.c (SHT_NULL, SHT_SYMTAB, SHT_RELA, SHT_REL,
      	SHT_GROUP): Add various sectopn header types.
      	(SHF_EXCLUDE): Add flag.
      	(Elf32_External_Sym, Elf64_External_Sym): Add symbol struct.
      	(ELF_ST_BIND, ELF_ST_TYPE, ELF_ST_INFO): Add accessors.
      	(STT_OBJECT, STT_FUNC, STT_TLS, STT_GNU_IFUNC): Add Symbol types.
      	(STV_DEFAULT): Add symbol visibility.
      	(SHN_COMMON): Add special section index name.
      	(struct simple_object_elf_write): New.
      	(simple_object_elf_start_write): Adjust for new private data.
      	(simple_object_elf_write_shdr): Pass in values for all fields
      	we write.
      	(simple_object_elf_write_to_file): Adjust.  Copy from recorded
      	section headers if requested.
      	(simple_object_elf_release_write): Release private data.
      	(simple_object_elf_copy_lto_debug_sections): Copy and rename sections
      	as denoted by PFN and all their dependences, symbols and relocations
      	to the empty destination file.
      	(simple_object_elf_functions): Adjust for copy_lto_debug_sections hook.
      
              gcc/
              * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
              register_external_die hooks.
              (debug_false_tree_charstarstar_uhwistar): Declare.
              (debug_nothing_tree_charstar_uhwi): Likewise.
              * debug.c (do_nothing_debug_hooks): Adjust.
              (debug_false_tree_charstarstar_uhwistar): New do nothing.
              (debug_nothing_tree_charstar_uhwi): Likewise.
              * dbxout.c (dbx_debug_hooks): Adjust.
              (xcoff_debug_hooks): Likewise.
              * sdbout.c (sdb_debug_hooks): Likewise.
              * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
              * dwarf2out.c (macinfo_label_base): New global.
      	(dwarf2out_register_external_die): New function for the
      	register_external_die hook.
              (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
              (dwarf2_debug_hooks): Use them.
              (dwarf2_lineno_debug_hooks): Adjust.
              (struct die_struct): Add with_offset flag.
              (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
              DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
              DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
              DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
              DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
              DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
              defining section names for the early LTO debug variants.
      	(reset_indirect_string): New helper.
              (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
              (print_dw_val): Add support for offsetted symbol references.
      	(get_ultimate_context): Split out from is_cxx.
      	(is_cxx): Use get_ultimate_context.
      	(is_fortran): Add decl overload.
              (compute_comp_unit_symbol): Split out worker from
      	compute_section_prefix.
              (compute_section_prefix): Call compute_comp_unit_symbol and
      	set comdat_type_p here.
              (output_die): Skip DIE symbol output for the LTO added one.
              Handle DIE symbol references with offset.
              (output_comp_unit): Guard section name mangling properly.
              For LTO debug sections emit a symbol at the section beginning
              which we use to refer to its DIEs.
              (add_abstract_origin_attribute): For DIEs registered via
              dwarf2out_register_external_die directly refer to the early
              DIE rather than indirectly through the shadow one we created.
      	Remove obsolete call to dwarf2out_abstract_function for
      	non-function/block origins.
              (gen_array_type_die): When generating early LTO debug do
              not emit DW_AT_string_length.
              (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
              late when in LTO.  As suggested place a gcc_unreachable for
      	the DECL_ABSTRACT_P case.
              (gen_subprogram_die): Avoid another specification DIE
              for early built declarations/definitions for the late LTO case.
              (gen_variable_die): Add type references for late duplicated VLA dies
              when in late LTO.
              (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
              we have the abstract instance already.
              (process_scope_var): Adjust decl DIE contexts in LTO which
              first puts them in limbo.
              (gen_decl_die): Do not generate type DIEs late apart from
              types for VLAs or for decls we do not yet have a DIE.  Do not
      	call dwarf2out_abstract_function late.
              (dwarf2out_early_global_decl): Make sure to create DIEs
              for abstract instances of a decl first.
              (dwarf2out_late_global_decl): Adjust comment.
              (output_macinfo_op): With multiple macro sections use
      	macinfo_label_base to distinguish labels.
              (output_macinfo): Likewise.  Update macinfo_label_base.
      	Pass in the line info label.
      	(note_variable_value_in_expr): When generating LTO resolve
      	all variable values here by generating DIEs as needed.
              (init_sections_and_labels): Add early LTO debug flag parameter
              and generate different sections and names if set.  Add generation
              counter for the labels so we can have multiple of them.
              (reset_dies): Helper to allow DIEs to be output multiple times.
              (dwarf2out_finish): When outputting DIEs to the fat part of an
      	LTO object first reset DIEs.
              (dwarf2out_early_finish): Output early DIEs when generating LTO.
      	(modified_type_die): Check for decl_ultimate_origin being self
      	before recursing.
      	(gen_type_die_with_usage): Likewise.
      	(gen_typedef_die): Allow decl_ultimate_origin being self.
              (set_decl_abstract_flags): Remove.
              (set_block_abstract_flags): Likewise.
              (dwarf2out_abstract_function): Treat the early generated DIEs
              as the abstract copy and only add DW_AT_inline and
              DW_AT_artificial here and call set_decl_origin_self.
      	If the DIE has an abstract origin don't do anything.
      	* tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
      	if we have none yet (Go fails to build one, PR78628).
      	(variably_modified_type_p): Prevent endless recursion for Ada
      	cyclic pointer types.
              * lto-streamer-in.c: Include debug.h.
              (dref_queue): New global.
              (lto_read_tree_1): Stream in DIE references.
              (lto_input_tree): Register DIE references.
      	(input_function): Stream DECL_DEBUG_ARGS.
              * lto-streamer-out.c: Include debug.h.
              (lto_write_tree_1): Output DIE references.
              (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
      	Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
      	(output_function): Stream DECL_DEBUG_ARGS.
              * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
              Stream DECL_ABSTRACT_ORIGIN.
              * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
      	(write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
      	DECL_CONTEXT for file-scope decls.
              * lto-streamer.h (struct dref_entry): Declare.
              (dref_queue): Likewise.
      	* cfgexpand.c (pass_expand::execute): Do not call the
      	outlining_inline_function hook here.
              * lto-wrapper.c (debug_obj): New global.
              (tool_cleanup): Unlink it if required.
              (debug_objcopy): New function.
              (run_gcc): Handle early debug sections in the IL files by
              extracting them to separate files, partially linkin them and
              feeding the result back as result to the linker.
      
              * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
              DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
              DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
              sections into a separate segment.
              * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
              segments.
              (darwin_asm_dwarf_section): Likewise.
              (darwin_asm_output_dwarf_offset): Likewise.
      
      	* config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
      
              lto/
              * lto.c (unify_scc): Truncate DIE reference queue for dropped SCCs.
              (lto_read_decls): Process TRANSLATION_UNIT_DECLs.  Remove
              TYPE_DECL debug processing, register DIE references from
              prevailing SCCs with the debug machinery.
              (lto_section_with_id): Handle LTO debug sections.
      
      	libstdc++/
      	* testsuite/libstdc++-prettyprinters/prettyprinters.exp: Run all
      	tests with -flto as well if supported.
      
              testsuite/
      	* c-c++-common/asan/global-overflow-1.c: Adjust diagnostic location
      	regex to handle the LTO case.
      	* c-c++-common/asan/heap-overflow-1.c: Likewise.
      	* c-c++-common/asan/misalign-1.c: Likewise.
      	* c-c++-common/asan/misalign-2.c: Likewise.
      	* c-c++-common/asan/null-deref-1.c: Likewise.
      	* c-c++-common/asan/stack-overflow-1.c: Likewise.
      	* c-c++-common/asan/strncpy-overflow-1.c: Likewise.
      	* c-c++-common/asan/use-after-free-1.c: Likewise.
      	* c-c++-common/asan/alloca_big_alignment.c: Likewise.
      	* c-c++-common/asan/alloca_detect_custom_size.c: Likewise.
      	* c-c++-common/asan/alloca_overflow_partial.c: Likewise.
      	* c-c++-common/asan/alloca_overflow_right.c: Likewise.
      	* c-c++-common/asan/alloca_underflow_left.c: Likewise.
      	* g++.dg/asan/large-func-test-1.C: Likewise.
      	* gfortran.dg/save_6.f90: Add -flto -g variant of save_5.f90.
      
      From-SVN: r251220
      Richard Biener committed
  25. 02 Jul, 2017 1 commit
    • include/ChangeLog · ef29f5dd
      2017-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
      
              * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset)
              (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user)
              (DW_IDX_GNU_internal, DW_IDX_GNU_external): New.
              * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New.
              (enum dwarf_name_index_attribute): Remove.
              (get_DW_IDX_name): New declaration.
      
      libiberty/ChangeLog
      2017-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
      
              * dwarfnames.c (DW_FIRST_IDX, DW_END_IDX, DW_IDX, DW_IDX_DUP): New.
      
      From-SVN: r249883
      Jan Kratochvil committed
  26. 27 Jun, 2017 1 commit
  27. 25 May, 2017 1 commit
  28. 20 May, 2017 1 commit
  29. 18 May, 2017 1 commit
  30. 04 Apr, 2017 1 commit
  31. 25 Feb, 2017 1 commit
    • re PR debug/77589 (fortran: Missing DW_AT_byte_stride for an array record field selection) · 680c60fe
      	PR debug/77589
      include/
      	* dwarf2.def (DW_OP_GNU_variable_value): New opcode.
      gcc/
      	* dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
      	bitfield.
      	(size_of_loc_descr): Handle DW_OP_GNU_variable_value.
      	(output_loc_operands): Handle DW_OP_call_ref and
      	DW_OP_GNU_variable_value.
      	(struct variable_value_struct): New type.
      	(struct variable_value_hasher): Likewise.
      	(variable_value_hash): New variable.
      	(string_types): Remove.
      	(copy_loc_descr): New function.
      	(add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
      	(prepend_loc_descr_to_each): New function.
      	(add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
      	instead of add_loc_descr_to_each if the first argument is single
      	location list and the second has multiple.
      	(resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
      	(loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
      	when looking for variable value which doesn't have other location info.
      	(loc_list_from_tree): Formatting fix.
      	(gen_array_type_die): Simplify DW_AT_string_length handling.
      	(adjust_string_types): Remove.
      	(gen_subprogram_die): Don't call adjust_string_types nor test/set
      	string_types.  Call resolve_variable_values.
      	(prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
      	(resolve_addr_in_expr): Likewise.  Add A argument.
      	(copy_deref_exprloc): Remove deref argument.  Adjust for the
      	original expression being DW_OP_GNU_variable_value with optionally
      	DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
      	optionally after it.
      	(optimize_string_length): Rework for DW_OP_GNU_variable_value.
      	(resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
      	callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
      	(variable_value_hasher::hash, variable_value_hasher::equal): New
      	methods.
      	(resolve_variable_value_in_expr, resolve_variable_value,
      	resolve_variable_values, note_variable_value_in_expr,
      	note_variable_value): New functions.
      	(dwarf2out_early_finish): Call note_variable_value on all toplevel
      	DIEs.
      
      From-SVN: r245733
      Jakub Jelinek committed
  32. 31 Jan, 2017 4 commits
    • Introduce C++ support in libcc1 · 8db29d88
      Extend libcc1's with an API for C++ support.
      
      Extend libcc1's C API to distinguish between integral types with the
      same width, as in C++.  Likewise for float types.
      
      Export small bits of functionality from the C++ front-end for use in
      libcc1.  Add support for the C++ front-end to look up names and
      addresses using a libcc1-registered binding oracle.  Add support for
      global friends.
      
      
      for  gcc/cp/ChangeLog
      
      	Introduce C++ support in libcc1.
      	* cp-tree.h (struct lang_identifier): Add oracle_looked_up.
      	(ansi_opname): Rename to...
      	(cp_operator_id): ... this.  Adjust all callers.
      	(ansi_assopname): Rename to...
      	(cp_assignment_operator_id): ... this.  Adjust all callers.
      	(cp_literal_operator_id): Declare.
      	(set_global_friend): Declare.
      	(is_global_friend): Declare.
      	(enum cp_oracle_request): New type.
      	(cp_binding_oracle_function): New type.
      	(cp_binding_oracle): Declare.
      	(cp_finish_injected_record_type): Declare.
      	* friend.c (global_friend): New var.
      	(set_global_friend): New fn.
      	(is_global_friend): New fn.
      	(is_friend): Call is_global_friend.
      	* name-lookup.c (cp_binding_oracle): New var.
      	(query_oracle): New fn.
      	(qualified_lookup_using_namespace): Call query_oracle.
      	(lookup_name_real_1): Likewise.
      	* parser.c (cp_literal_operator_id): Drop static.
      	* search.c (friend_accessible_p): Call is_global_friend.
      	* semantics.c (is_this_parameter): Accept a variable if the
      	binding oracle is enabled.
      
      for  include/ChangeLog
      
      	Introduce C++ support in libcc1.
      	* gcc-c-fe.def (int_type_v0): Rename from...
      	(int_type): ... this.  Introduce new version.
      	(float_type_v0): Rename from...
      	(float_type): ... this.  Introduce new version.
      	(char_type): New.
      	* gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1.
      	(gcc_type_array): Move...
      	* gcc-interface.h: ... here.
      	* gcc-cp-fe.def: New.
      	* gcc-cp-interface.h: New.
      
      for  libcc1/ChangeLog
      
      	Introduce C++ support.
      	* Makefile.am (AM_CPPFLAGS): Move some -I flags to...
      	(CPPFLAGS_FOR_C_FAMILY, CPPFLAGS_FOR_C, CPPFLAGS_FOR_CXX): ...
      	new macros.
      	(plugin_LTLIBRARIES): Add libcp1plugin.la.
      	(BUILT_SOURCES, MOSTLYCLEANFILES): Add...
      	(cp-compiler-name.h): ... this.  New.
      	(c-compiler-name.h): Rename all over from...
      	(compiler-name.h): ... this.  Create it atomically.
      	(marshall_c_source, marshall_cxx_source): New macros.
      	(libcc1plugin_la_SOURCES): Rename plugin.cc to libcc1plugin.cc.
      	Add marshall_c_source expansion.
      	(libcc1plugin.lo_CPPFLAGS): New macro.
      	(libcp1plugin_la_LDFLAGS): Likewise.
      	(libcp1plugin_la_SOURCES): Likewise.
      	(libcp1plugin.lo_CPPFLAGS): Likewise.
      	(libcp1plugin_la_LIBADD): Likewise.
      	(libcp1plugin_la_DEPENDENCIES): Likewise.
      	(libcp1plugin_la_LINK): Likewise.
      	(libcc1_la_SOURCES): Added marshall_c_source and
      	marshall_cxx_source expansions.
      	* Makefile.in: Rebuild.
      	* compiler-name.h: Rename all over to...
      	* c-compiler-name.h: ... this.  Define C_COMPILER_NAME instead
      	of COMPILER_NAME.
      	* plugin.cc: Rename all over to...
      	* libcc1plugin.cc: ... this.  Include marshall-c.hh.
      	(address_rewriter): Drop cleaning up of VLA sizes.
      	(plugin_build_decl): Mark decls as external.
      	(plugin_tagbind): Propagate name to all variants.
      	(build_anonymous_node): New.
      	(plugin_build_record_type): Use it instead of make_node.
      	(plugin_build_union_type): Likewise.
      	(plugin_build_enum_type): Likewise.
      	(plugin_finish_record_or_union): Update all type variants.
      	(safe_lookup_builtin_type): New.
      	(plugin_int_check): Factor out of, and add checks to, ...
      	(plugin_int_type): ... this.  Rename to...
      	(plugin_int_type_v0): ... this.
      	(plugin_int_type): New interface, new implementation.
      	(plugin_char_type): New.
      	(plugin_float_type_v0): Rename from...
      	(plugin_float_type): ... this.  New interface, new implementation.
      	(plugin_init): Bump handshake version.
      	* libcc1.cc: Include marshall-c.hh.  Drop gcc-interface.h.
      	(call_binding_oracle): Rename to...
      	(c_call_binding_oracle): ... this, into anonymous namespace.
      	(call_symbol_address): Rename to...
      	(c_call_symbol_address): ... this, likewise.
      	(GCC_METHOD#): Move methods into cc1plugin::c:: namespace.
      	(libcc1::compiler::find): Refer to C_COMPILER_NAME.
      	(fork_exec): Bump to GCC_C_FE_VERSION_1.
      	(libcc1_compile): Prefix callbacks with c_.
      	(gcc_c_fe_context): Accept GCC_C_FE_VERSION_1.
      	* libcc1.sym: Export gcc_cp_fe_context.
      	* libcp1.cc: New, mostly copied and adjusted from libcc1.cc.
      	* libcp1plugin.cc: New, initially copied from libcc1plugin.cc.
      	* libcp1plugin.sym: New.
      	* marshall-c.hh: New.  Move C-specific types from...
      	* marshall.cc: ... this.
      	(cc1_plugin::marshall_array_start): New.
      	(cc1_plugin::marshall_array_elmts): New.
      	(cc1_plugin::marshall for gcc_type_array): Use the above.
      	(cc1_plugin::unmarshall_array_start): New.
      	(cc1_plugin::unmarshall_array_elmts): New.
      	(cc1_plugin::unmarshall for gcc_type_array): Use the above.
      	* marshall.hh: Declare the new array building blocks.
      	Drop C-specific unmarshall declarations.
      	* marshall-cp.hh: New.
      	* names.cc (GCC_METHOD#): Add LANG:: to method names.
      	(LANG): Define while including gcc-c-fe.def and gcc-cp-fe.def.
      	* names.hh: Include gcc-c-fe.def and gcc-cp-fe.def in the
      	corresponding namespaces.
      	* rpc.hh: Don't include marshall.hh.
      	[GCC_CP_INTERFACE_H] (argument_wrapper): Specialize for
      	gcc_vbase_array, gcc_cp_template_args, gcc_cp_function_args.
      
      From-SVN: r245051
      Alexandre Oliva committed
    • libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexp · 5d1b2443
      for  include/ChangeLog
      
      	* gcc-interface.h (enum gcc_base_api_version): Update comment
      	for GCC_FE_VERSION_1.
      	(struct gcc_base_vtable): Rename set_arguments to
      	set_arguments_v0.  Add set_arguments, set_triplet_regexp and
      	set_driver_filename.
      
      for  libcc1/ChangeLog
      
      	* libcc1.cc (libcc1): Add class compiler with field compilerp,
      	class compiler_triplet_regexp and class
      	compiler_driver_filename.
      	(libcc1::libcc1): Initialize compilerp.
      	(libcc1::~libcc1): Delete compilerp.
      	(libcc1::compiler::find, libcc1::compiler_triplet_regexp::find)
      	(libcc1::compiler_driver_filename::find): New methods.
      	(libcc1_set_arguments): Remove parameter triplet_regexp.
      	(libcc1_set_triplet_regexp, libcc1_set_driver_filename)
      	(libcc1_set_arguments_v0): New functions.
      	(vtable): Use libcc1_set_arguments_v0, add
      	libcc1_set_arguments, libcc1_set_triplet_regexp and
      	libcc1_set_driver_filename.
      
      From-SVN: r245049
      Jan Kratochvil committed
    • libcc1 base API: add set_verbose and new version of compile · 3b5c1072
      for  include/ChangeLog
      
      	* gcc-interface.h (enum gcc_base_api_version): Add comment to
      	GCC_FE_VERSION_1.
      	(struct gcc_base_vtable): Rename compile to compile_v0.
      	Update comment for compile.  New methods set_verbose and
      	compile.
      
      for  libcc1/ChangeLog
      
      	* libcc1.cc: Include intl.h.
      	(struct libcc1): Add field verbose.
      	(libcc1::libcc1): Initialize it.
      	(libcc1_set_verbose): New function.
      	(libcc1_set_arguments): Print messages for VERBOSE.
      	(libcc1_compile): Remove parameter verbose.  Use VERBOSE from
      	SELF.
      	(libcc1_compile_v0): New function.
      	(vtable): Use libcc1_compile_v0 and add libcc1_compile and
      	libcc1_set_verbose.
      
      From-SVN: r245048
      Jan Kratochvil committed
    • libcc1 base API version bump · 023721aa
      for  include/ChangeLog
      
      	* gcc-interface.h (enum gcc_base_api_version): Add
      	GCC_FE_VERSION_1.
      
      for  libcc1/ChangeLog
      
      	* libcc1.cc (vtable): Update to GCC_FE_VERSION_1.
      	(gcc_c_fe_context): Accept also GCC_FE_VERSION_1.
      
      From-SVN: r245047
      Jan Kratochvil committed
  33. 27 Jan, 2017 1 commit
    • [brigfe] Small fixes · f6a24a94
      2017-01-27  Pekka Jaaskelainen  <pekka.jaaskelainen@parmance.com>
      
      	* configure.ac: Moved the white list of enabling BRIG FE to
      	libhsail-rt/configure.tgt.  
      	* configure: Regenerated.
      	* MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
      
      gcc/
      	* builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
      	uint16_type_node for BT_UINT16.
      
      gcc/brig/
      	* config-lang.in: Removed stale target-libbrig reference.
      
      libhsail-rt/
      	* configure.tgt: Moved the white list of supported targets here
      	from configure.ac.  Added i[3456789]86-*-linux* as a supported env
      	for the BRIG FE.
      	* README: Added a proper description of what libhsail-rt is.
      
      From-SVN: r244978
      Martin Jambor committed
  34. 24 Jan, 2017 1 commit
    • Brig front-end · 5fd1486c
      2017-01-24  Pekka Jääskeläinen <pekka@parmance.com>
      	    Martin Jambor  <mjambor@suse.cz>
      
      	* Makefile.def (target_modules): Added libhsail-rt.
      	(languages): Added language brig.
      	* Makefile.in: Regenerated.
      	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
      	tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
      	* configure: Regenerated.
      
      gcc/
      	* brig-builtins.def: New file.
      	* builtins.def (DEF_HSAIL_BUILTIN): New macro.
      	(DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
      	(DEF_HSAIL_SAT_BUILTIN): Likewise.
      	(DEF_HSAIL_INTR_BUILTIN): Likewise.
      	(DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
      	* builtin-types.def (BT_INT8): New.
      	(BT_INT16): Likewise.
      	(BT_UINT8): Likewise.
      	(BT_UINT16): Likewise.
      	(BT_FN_ULONG): Likewise.
      	(BT_FN_UINT_INT): Likewise.
      	(BT_FN_UINT_ULONG): Likewise.
      	(BT_FN_UINT_LONG): Likewise.
      	(BT_FN_UINT_PTR): Likewise.
      	(BT_FN_ULONG_PTR): Likewise.
      	(BT_FN_INT8_FLOAT): Likewise.
      	(BT_FN_INT16_FLOAT): Likewise.
      	(BT_FN_UINT32_FLOAT): Likewise.
      	(BT_FN_UINT16_FLOAT): Likewise.
      	(BT_FN_UINT8_FLOAT): Likewise.
      	(BT_FN_UINT64_FLOAT): Likewise.
      	(BT_FN_UINT16_UINT32): Likewise.
      	(BT_FN_UINT32_UINT16): Likewise.
      	(BT_FN_UINT16_UINT16_UINT16): Likewise.
      	(BT_FN_INT_PTR_INT): Likewise.
      	(BT_FN_UINT_PTR_UINT): Likewise.
      	(BT_FN_LONG_PTR_LONG): Likewise.
      	(BT_FN_ULONG_PTR_ULONG): Likewise.
      	(BT_FN_VOID_UINT64_UINT64): Likewise.
      	(BT_FN_UINT8_UINT8_UINT8): Likewise.
      	(BT_FN_INT8_INT8_INT8): Likewise.
      	(BT_FN_INT16_INT16_INT16): Likewise.
      	(BT_FN_INT_INT_INT): Likewise.
      	(BT_FN_UINT_FLOAT_UINT): Likewise.
      	(BT_FN_FLOAT_UINT_UINT): Likewise.
      	(BT_FN_ULONG_UINT_UINT): Likewise.
      	(BT_FN_ULONG_UINT_PTR): Likewise.
      	(BT_FN_ULONG_ULONG_ULONG): Likewise.
      	(BT_FN_UINT_UINT_UINT): Likewise.
      	(BT_FN_VOID_UINT_PTR): Likewise.
      	(BT_FN_UINT_UINT_PTR: Likewise.
      	(BT_FN_UINT32_UINT64_PTR): Likewise.
      	(BT_FN_INT_INT_UINT_UINT): Likewise.
      	(BT_FN_UINT_UINT_UINT_UINT): Likewise.
      	(BT_FN_UINT_UINT_UINT_PTR): Likewise.
      	(BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
      	(BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
      	(BT_FN_LONG_LONG_UINT_UINT): Likewise.
      	(BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
      	(BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
      	(BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
      	(BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
      	(BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
      	(BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
      	* doc/frontends.texi: List BRIG FE.
      	* doc/install.texi (Testing): Add BRIG tesring requirements.
      	* doc/invoke.texi (Overall Options): Mention BRIG.
      	* doc/standards.texi (Standards): Doucment BRIG HSA version.
      
      gcc/brig/
      
      	* Make-lang.in: New file.
      	* brig-builtins.h: Likewise.
      	* brig-c.h: Likewise.
      	* brig-lang.c: Likewise.
      	* brigspec.c: Likewise.
      	* config-lang.in: Likewise.
      	* lang-specs.h: Likewise.
      	* lang.opt: Likewise.
      	* brigfrontend/brig-arg-block-handler.cc: Likewise.
      	* brigfrontend/brig-atomic-inst-handler.cc: Likewise.
      	* brigfrontend/brig-basic-inst-handler.cc: Likewise.
      	* brigfrontend/brig-branch-inst-handler.cc: Likewise.
      	* brigfrontend/brig-cmp-inst-handler.cc: Likewise.
      	* brigfrontend/brig-code-entry-handler.cc: Likewise.
      	* brigfrontend/brig-code-entry-handler.h: Likewise.
      	* brigfrontend/brig-comment-handler.cc: Likewise.
      	* brigfrontend/brig-control-handler.cc: Likewise.
      	* brigfrontend/brig-copy-move-inst-handler.cc: Likewise.
      	* brigfrontend/brig-cvt-inst-handler.cc: Likewise.
      	* brigfrontend/brig-fbarrier-handler.cc: Likewise.
      	* brigfrontend/brig-function-handler.cc: Likewise.
      	* brigfrontend/brig-function.cc: Likewise.
      	* brigfrontend/brig-function.h: Likewise.
      	* brigfrontend/brig-inst-mod-handler.cc: Likewise.
      	* brigfrontend/brig-label-handler.cc: Likewise.
      	* brigfrontend/brig-lane-inst-handler.cc: Likewise.
      	* brigfrontend/brig-machine.c: Likewise.
      	* brigfrontend/brig-machine.h: Likewise.
      	* brigfrontend/brig-mem-inst-handler.cc: Likewise.
      	* brigfrontend/brig-module-handler.cc: Likewise.
      	* brigfrontend/brig-queue-inst-handler.cc: Likewise.
      	* brigfrontend/brig-seg-inst-handler.cc: Likewise.
      	* brigfrontend/brig-signal-inst-handler.cc: Likewise.
      	* brigfrontend/brig-to-generic.cc: Likewise.
      	* brigfrontend/brig-to-generic.h: Likewise.
      	* brigfrontend/brig-util.cc: Likewise.
      	* brigfrontend/brig-util.h: Likewise.
      	* brigfrontend/brig-variable-handler.cc: Likewise.
      	* brigfrontend/phsa.h: Likewise.
      
      
      gcc/testsuite/
      
      	* lib/brig-dg.exp: New file.
      	* lib/brig.exp: Likewise.
      	* brig.dg/README: Likewise.
      	* brig.dg/dg.exp: Likewise.
      	* brig.dg/test/gimple/alloca.hsail: Likewise.
      	* brig.dg/test/gimple/atomics.hsail: Likewise.
      	* brig.dg/test/gimple/branches.hsail: Likewise.
      	* brig.dg/test/gimple/fbarrier.hsail: Likewise.
      	* brig.dg/test/gimple/function_calls.hsail: Likewise.
      	* brig.dg/test/gimple/kernarg.hsail: Likewise.
      	* brig.dg/test/gimple/mem.hsail: Likewise.
      	* brig.dg/test/gimple/mulhi.hsail: Likewise.
      	* brig.dg/test/gimple/packed.hsail: Likewise.
      	* brig.dg/test/gimple/smoke_test.hsail: Likewise.
      	* brig.dg/test/gimple/variables.hsail: Likewise.
      	* brig.dg/test/gimple/vector.hsail: Likewise.
      
      include/
      
      	* hsa.h: Moved here from libgomp/plugin/hsa.h.
      
      libgomp/
      
      	* plugin/hsa.h: Moved to top level include.
      	* plugin/plugin-hsa.c: Chanfgd include of hsa.h accordingly.
      
      libhsail-rt/
      
      	* Makefile.am: New file.
      	* target-config.h.in: Likewise.
      	* configure.ac: Likewise.
      	* configure: Likewise.
      	* config.h.in: Likewise.
      	* aclocal.m4: Likewise.
      	* README: Likewise.
      	* Makefile.in: Likewise.
      	* include/internal/fibers.h: Likewise.
      	* include/internal/phsa-queue-interface.h: Likewise.
      	* include/internal/phsa-rt.h: Likewise.
      	* include/internal/workitems.h: Likewise.
      	* rt/arithmetic.c: Likewise.
      	* rt/atomics.c: Likewise.
      	* rt/bitstring.c: Likewise.
      	* rt/fbarrier.c: Likewise.
      	* rt/fibers.c: Likewise.
      	* rt/fp16.c: Likewise.
      	* rt/misc.c: Likewise.
      	* rt/multimedia.c: Likewise.
      	* rt/queue.c: Likewise.
      	* rt/sat_arithmetic.c: Likewise.
      	* rt/segment.c: Likewise.
      	* rt/workitems.c: Likewise.
      
      
      Co-Authored-By: Martin Jambor <mjambor@suse.cz>
      
      From-SVN: r244867
      Pekka Jääskeläinen committed