1. 13 Dec, 2017 15 commits
  2. 12 Dec, 2017 25 commits
    • re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu) · df80fc53
      	PR tree-optimization/83298
      	PR tree-optimization/83362
      	PR tree-optimization/83383
      	* gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Make
      	push_value_range a public interface.  Add new argument to
      	record_ranges_from_stmt.
      	* gimple-ssa-evrp-analyze.c
      	(evrp_range_analyzer::record_ranges_from_stmt): Add new argument.
      	Update comments.  Handle recording temporary equivalences.
      	* tree-ssa-dom.c (dom_opt_opt_walker::before_dom_children): Add
      	new argument to call to evrp_range_analyzer::record_ranges_from_stmt.
      	* gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children): Likewise.
      	* tree-ssa-threadedge.c: Include alloc-pool.h, vr-values.h and
      	gimple-ssa-evrp-analyze.h.
      	(record_temporary_equivalences_from_phis): Add new argument.  When
      	the PHI arg is an SSA_NAME, set the result's range to the range
      	of the PHI arg.
      	(record_temporary_equivalences_from_stmts_at_dest): Record ranges
      	from statements too.
      	(thread_through_normal_block): Accept new argument, evrp_range_analyzer.
      	Pass it down to children as needed.
      	(thread_outgoing_edges): Likewise.
      	(thread_across_edge): Likewise.   Push/pop range state as needed.
      	* tree-ssa-threadedge.h (thread_outgoing_edges): Update prototype.
      
      	PR tree-optimization/83298
      	PR tree-optimization/83362
      	PR tree-optimization/83383
      	* gcc.c-torture/execute/pr83298.c: New test.
      	* gcc.c-torture/execute/pr83362.c New test.
      	* gcc.c-torture/execute/pr83383.c New test.
      
      From-SVN: r255593
      Jeff Law committed
    • re PR target/82190 (Possibly latent miscompilation issue on ppc64le-linux-gnu… · 708eab9b
      re PR target/82190 (Possibly latent miscompilation issue on ppc64le-linux-gnu for memcpy-bi.c with -fweb -fno-optimize-strlen)
      
      2017-12-12  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
      
      	PR target/82190
      	* config/rs6000/rs6000-string.c (expand_block_compare,
      	expand_strn_compare): Fix set_mem_size() calls.
      
      From-SVN: r255592
      Aaron Sawdey committed
    • Remove type_dependent_init_p. · 48f43f95
      	* decl.c (value_dependent_init_p): Check the type of a CONSTRUCTOR.
      	(type_dependent_init_p): Remove.
      
      From-SVN: r255591
      Jason Merrill committed
    • PR c++/82115 - ICE with variable initialized with its own address. · 5eb63cfd
      	* cp-tree.h (struct lang_decl_base): Add dependent_init_p.
      	(DECL_DEPENDENT_INIT_P, SET_DECL_DEPENDENT_INIT_P): New.
      	* decl.c (cp_finish_decl): Set it.
      	(duplicate_decls): Copy it.
      	* pt.c (tsubst_decl): Clear it.
      	(value_dependent_expression_p): Revert earlier change.  Check it.
      
      From-SVN: r255590
      Jason Merrill committed
    • i386.c (PTA_SKYLAKE_AVX512): Add PTA_CLWB. · 331e2db3
      	* config/i386/i386.c (PTA_SKYLAKE_AVX512): Add PTA_CLWB.
      	(PTA_CANNONLAKE): Remove PTA_CLWB.
      
      From-SVN: r255589
      Uros Bizjak committed
    • re PR target/83332 (new test case gfortran.dg/vect/pr81303.f fails (r255499)) · 95e5bea0
      2017-12-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	PR target/83332
      	* config/rs6000/vector.md (vcondv2dfv2di): New define_expand.
      	(vcondv2div2df): Likewise.
      	(vconduv2dfv2di): Likewise.
      
      From-SVN: r255588
      Bill Schmidt committed
    • intrinsic.texi (MAXLOC): Remove double description of return value. · 8eedea2c
      2017-12-12  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	* intrinsic.texi (MAXLOC): Remove double description
      	of return value.
      	(MINLOC): Likewise.
      
      From-SVN: r255587
      Thomas Koenig committed
    • builtins.def (BUILT_IN_NEXTAFTER, [...]): Use ATTR_MATHFN_ERRNO instead of… · be194538
      builtins.def (BUILT_IN_NEXTAFTER, [...]): Use ATTR_MATHFN_ERRNO instead of ATTR_MATHFN_FPROUNDING_ERRNO.
      
      	* builtins.def (BUILT_IN_NEXTAFTER, BUILT_IN_NEXTAFTERF,
      	BUILT_IN_NEXTAFTERL, BUILT_IN_NEXTTOWARD, BUILT_IN_NEXTTOWARDF,
      	BUILT_IN_NEXTTOWARDL): Use ATTR_MATHFN_ERRNO instead of
      	ATTR_MATHFN_FPROUNDING_ERRNO.
      
      From-SVN: r255586
      Jakub Jelinek committed
    • PR libstdc++/83395 fix invocable traits for INVOKE<cv void> · 91d01b33
      	PR libstdc++/83395
      	* include/std/type_traits (__is_invocable_impl): Remove partial
      	specialization for INVOKE<void> and restore is_void<R> check in
      	primary template.
      	(__is_nt_invocable_impl): Likewise.
      	* testsuite/20_util/is_invocable/83395.cc: New test.
      	* testsuite/20_util/is_nothrow_invocable/83395.cc: New test.
      
      From-SVN: r255584
      Jonathan Wakely committed
    • Updated email in MAINTAINERS file. · 71b2d137
      From-SVN: r255583
      Steven Munroe committed
    • go-lang.c (TARGET_AIX): Define if not defined. · acdef7f8
      	* go-lang.c (TARGET_AIX): Define if not defined.
      	(go_langhook_init): Set nil_check_size_threshold to -1 on AIX.
      
      Co-Authored-By: Ian Lance Taylor <iant@golang.org>
      
      From-SVN: r255582
      Tony Reix committed
    • configure.ac: Remove logic adding gdb to noconfigsdirs for or1k. · 842df93e
      2017-12-12  Stafford Horne  <shorne@gmail.com>
      
      	* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
      	* configure: Regenerate.
      
      From-SVN: r255581
      Stafford Horne committed
    • Fix g++.old-deja/g++.pt/const2.C on Solaris · 2f1392ae
      	* lib/gcc-dg.exp (process-message): Avoid additional whitespace in
      	$expmsg.
      
      From-SVN: r255580
      Rainer Orth committed
    • re PR tree-optimization/83385 ([graphite] Wrong code w/ -O1 -floop-nest-optimize) · a365945b
      2017-12-12  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/83385
      	* graphite-scop-detection.c (get_order, order): Remove.
      	(bb_to_rpo): New global.
      	(cmp_pbbs): Adjust.
      	(build_scops): Sort pbbs in RPO order.
      
      	* gcc.dg/graphite/pr83385.c: New testcase.
      
      From-SVN: r255579
      Richard Biener committed
    • [Patch combine] Don't create vector mode ZERO_EXTEND from subregs · c5060cad
      The code in simplify set to handle transforming the paradoxical subreg
      expression:
      
        (set FOO (subreg:M (mem:N BAR) 0))
      
      in to:
      
        (set FOO (zero_extend:M (mem:N BAR)))
      
      Does not consider the case where M is a vector mode, allowing it to
      construct (for example):
      
        (zero_extend:V4SI (mem:SI))
      
      For one, this has the wrong semantics - but fortunately we fail long
      before then in expand_compound_operation.
      
      We need to explicitly reject vector modes from this transformation.
      
      gcc/
      
      	* combine.c (simplify_set): Do not transform subregs to zero_extends
      	if the destination mode is a vector mode.
      
      From-SVN: r255578
      James Greenhalgh committed
    • re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are rejected) · 49e6a6c0
      	PR c/82679
      	* c-decl.c (grokdeclarator): Check declspecs insted of atomicp.
      
      	* gcc.dg/c11-atomic-5.c: New test.
      
      From-SVN: r255577
      Marek Polacek committed
    • re PR rtl-optimization/83363 (wrong code at -O2 -fno-forward-propagate) · 6c939c2e
      	PR rtl-optimization/83363
      	PR rtl-optimization/83364
      	* gcc.dg/pr83363.c: New test.
      	* gcc.dg/pr83364.c: New test.
      
      From-SVN: r255576
      Jakub Jelinek committed
    • re PR tree-optimization/83359 (ICE in expand_LOOP_DIST_ALIAS, at internal-fn.c:2362) · 555758de
      	PR tree-optimization/83359
      	* tree-cfg.h (fold_loop_internal_call): Declare.
      	* tree-vectorizer.c (fold_loop_internal_call): Moved to ...
      	* tree-cfg.c (fold_loop_internal_call): ... here.  No longer static.
      	(find_loop_dist_alias): New function.
      	(move_sese_region_to_fn): If any dloop->orig_loop_num value is
      	updated, also adjust any corresponding LOOP_DIST_ALIAS internal
      	calls.
      
      	* gcc.dg/graphite/pr83359.c: New test.
      
      From-SVN: r255575
      Jakub Jelinek committed
    • re PR tree-optimization/80631 (Compiling with -O3 -mavx2 gives wrong code) · 12c667b5
      	PR tree-optimization/80631
      	* tree-vect-loop.c (get_initial_def_for_reduction): Fix comment typo.
      	(vect_create_epilog_for_reduction): Add INDUC_VAL and INDUC_CODE
      	arguments, for INTEGER_INDUC_COND_REDUCTION use INDUC_VAL instead of
      	hardcoding zero as the value if COND_EXPR is never true.  For
      	INTEGER_INDUC_COND_REDUCTION don't emit the final COND_EXPR if
      	INDUC_VAL is equal to INITIAL_DEF, and use INDUC_CODE instead of
      	hardcoding MAX_EXPR as the reduction operation.
      	(is_nonwrapping_integer_induction): Allow negative step.
      	(vectorizable_reduction): Compute INDUC_VAL and INDUC_CODE for
      	vect_create_epilog_for_reduction, if no value is suitable, don't
      	use INTEGER_INDUC_COND_REDUCTION for now.  Formatting fixes.
      
      	* gcc.dg/vect/pr80631-1.c: New test.
      	* gcc.dg/vect/pr80631-2.c: New test.
      	* gcc.dg/vect/pr65947-13.c: Expect integer induc cond reduction
      	vectorization.
      
      From-SVN: r255574
      Jakub Jelinek committed
    • re PR middle-end/81889 (bogus warnings with -Wmaybe-uninitialized -O3) · 5b0c69ae
      2017-12-12  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/81889
      	* tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness): Use
      	range info from the non-wrapping IV instead of just the range
      	of the type.
      
      	* gfortran.dg/pr81889.f90: New testcase.
      	* gcc.dg/tree-ssa/pr64183.c: Adjust.
      
      From-SVN: r255573
      Richard Biener committed
    • Enable VAES support [2/5] · e157d456
      gcc/
      	* config.gcc: Add vaesintrin.h.
      	* config/i386/i386-builtin-types.def (V64QI_FTYPE_V64QI_V64QI): New type.
      	* config/i386/i386-builtin.def (__builtin_ia32_vaesdec_v16qi,
      	__builtin_ia32_vaesdec_v32qi, __builtin_ia32_vaesdec_v64qi): New builtins.
      	* config/i386/i386.c (ix86_expand_args_builtin): Handle new type.
      	* config/i386/immintrin.h: Include vaesintrin.h.
      	* config/i386/sse.md (vaesdec_<mode>): New pattern.
      	* config/i386/vaesintrin.h (_mm256_aesdec_epi128, _mm512_aesdec_epi128,
      	_mm_aesdec_epi128): New intrinsics.
      
      gcc/testsuite/
      	* gcc.target/i386/avx512-check.h: Handle bit_VAES.
      	* gcc.target/i386/avx512f-aesdec-2.c: New test.
      	* gcc.target/i386/avx512fvl-vaes-1.c: Ditto.
      	* gcc.target/i386/avx512vl-aesdec-2.c: Ditto.
      	* gcc.target/i386/i386.exp (check_effective_target_avx512vaes): New.
      
      From-SVN: r255572
      Julia Koval committed
    • Enable VAES support [1/5] · b7b0a4fa
      gcc/
      	* common/config/i386/i386-common.c (OPTION_MASK_ISA_VAES_SET,
      	OPTION_MASK_ISA_VAES_UNSET): New.
      	(ix86_handle_option): Handle -mvaes.
      	* config/i386/cpuid.h: Define bit_VAES.
      	* config/i386/driver-i386.c (host_detect_local_cpu): Detect -mvaes.
      	* config/i386/i386-c.c (__VAES__): New.
      	* config/i386/i386.c (ix86_target_string): Add -mvaes.
      	(ix86_valid_target_attribute_inner_p): Ditto.
      	* config/i386/i386.h (TARGET_VAES, TARGET_VAES_P): New.
      	* config/i386/i386.opt: Add -mvaes.
      	* doc/invoke.texi: Ditto.
      
      From-SVN: r255571
      Julia Koval committed
    • [IEPM] Introduce debug hook for inline entry point markers · 102d484d
      The inline_entry hook will be given a definition in a later patch.
      
      for  gcc/ChangeLog
      
      	* debug.h (gcc_debug_hooks): Add inline_entry.
      	* dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
      	* debug.c (do_nothing_debug_hooks): Likewise.
      	* vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
      	* dwarf2out.c (dwarf2_debug_hooks): Likewise.
      	(dwarf2_lineno_debug_hooks): Likewise.
      
      From-SVN: r255570
      Alexandre Oliva committed
    • [SFN] Introduce -gstatement-frontiers option, enable debug markers · 8697bf9f
      Introduce a command line option to enable statement frontiers, enabled
      by default in optimized builds with DWARF2+ debug information.
      
      This patch depends on an earlier patch that completed the
      infrastructure for debug markers, and on another patch that turns -g
      into a negatable option prefix.
      
      for  gcc/ChangeLog
      
      	* common.opt (gstatement-frontiers): New, setting
      	debug_nonbind_markers_p.
      	* rtl.h (MAY_HAVE_DEBUG_MARKER_INSNS): Activate.
      	* toplev.c (process_options): Autodetect value for debug statement
      	frontiers option.
      	* tree.h (MAY_HAVE_DEBUG_MARKER_STMTS): Activate.
      	* doc/invoke.texi (gstatement-frontiers, gno-statement-frontiers): New.
      
      From-SVN: r255569
      Alexandre Oliva committed
    • [SFN] introduce statement frontier notes, still disabled · 96a95ac1
      This patch completes the infrastructure for the introduction of
      statement frontiers in C-family languages.
      
      It brings in all the code remaining code needed to introduce and
      transform begin stmt trees, gimple stmts, insns and notes, and
      ultimately use them to generate the is_stmt column in DWARF2+ line
      number tables/programs, however none of it is activated: the option
      that would do so will be introduced in a subsequent patch.
      
      This patch depends on an earlier patch with not-quite-boilerplate
      changes towards SFN.
      
      for  gcc/c-family/ChangeLog
      
      	* c-semantics.c (pop_stmt_list): Move begin stmt marker into
      	subsequent statement list.
      
      for  gcc/c/ChangeLog
      
      	* c-objc-common.h (LANG_HOOKS_EMITS_BEGIN_STMT): Redefine as true.
      	* c-parser.c (add_debug_begin_stmt): New.
      	(c_parser_declaration_or_fndef): Call it.
      	(c_parser_compound_statement_nostart): Likewise.
      	(c_parser_statement_after_labels): Likewise.
      	* c-typeck (c_finish_stmt_expr): Skip begin stmts markers.
      
      for  gcc/cp/ChangeLog
      
      	* constexpr.c (check_constexpr_ctor_body_1): Skip begin stmt
      	markers.
      	(constexpr_fn_retval): Likewise.
      	(potential_constant_expression_1): Likewise.
      	(cxx_eval_statement_list): Check that a begin stmt marker is
      	not used as the value of a statement list.
      	(cxx_eval_constant_expression): Return begin stmt markers
      	unchanged.
      	* cp-array-notation.c (stmt_location): New.
      	(cp_expand_cond_array_notations): Use it.
      	* cp-objcp-common.h (LANG_HOOKS_EMITS_BEGIN_STMT): Redefine as true.
      	* parser.c (add_debug_begin_stmt): New.
      	(cp_parser_statement): Call it.
      	* pt.c (tsubst_copy): Handle begin stmt markers.
      
      for  gcc/ChangeLog
      
      	* cfgexpand.c (expand_gimple_basic_block): Handle begin stmt
      	markers.  Integrate source bind into debug stmt expand loop.
      	(pass_expand::execute): Check debug marker limit.  Avoid deep
      	TER and expand debug locations for debug bind insns only.
      	* cse.c (insn_live_p): Keep nonbind markers and debug bindings
      	followed by them.
      	* df-scan.c (df_insn_delete): Accept out-of-block debug insn.
      	* final.c (reemit_insn_block_notes): Take current block from
      	nonbind markers.  Declare note where it's first set.
      	(final_scan_insn): Handle begin stmt notes.  Emit is_stmt according to
      	begin stmt markers if enabled.
      	(notice_source_line): Handle nonbind markers.  Fail if their
      	location is unknown or that of builtins.
      	(rest_of_handle_final): Convert begin stmt markers to notes if
      	var-tracking didn't run.
      	(rest_of_clean_state): Skip begin stmt markers.
      	* gimple-pretty-print.c (dump_gimple_debug): Handle begin stmt
      	markers.
      	* function.c (allocate_struct_function): Set begin_stmt_markers.
      	* function.h (struct function): Add debug_marker_count counter
      	and debug_nonbind_markers flag.
      	* gimple-iterator.c (gsi_remove): Adjust debug_marker_count.
      	* gimple-low.c (lower_function_body): Adjust
      	debug_nonbind_markers.
      	(lower_stmt): Drop or skip gimple debug stmts.
      	(lower_try_catch): Skip debug stmts.
      	* gimple.c (gimple_build_debug_begin_stmt): New.
      	(gimple_copy): Increment debug_marker_count if copying one.
      	* gimple.h (gimple_build_debug_begin_stmt): Declare.
      	* gimplify.c (rexpr_location): New.
      	(rexpr_has_location): New.
      	(warn_switch_unreachable_r): Handle gimple debug stmts.
      	(shortcut_cond_r): Call expr_location.
      	(find_goto): New.
      	(find_goto_label): New.
      	(shortcut_cond_expr): Call expr_has_location, expr_location, and
      	find_goto_label.
      	(gimplify_cond_expr): Call find_goto_label, expr_has_location, and
      	expr_location.
      	(gimplify_expr): Handle begin stmt markers.  Reject debug expr decls.
      	* langhooks-def.h (LANG_HOOKS_EMITS_BEGIN_STMT): New.  Add to...
      	(LANG_HOOKS_INITIALIZER): ... this.
      	* langhooks.h (struct lang_hooks): Add emits_begin_stmt.
      	* lra-contraints.c (inherit_reload_reg): Tolerate between-blocks
      	debug insns.
      	(update_ebb_live_info): Skip debug insn markers.
      	* lra.c (debug_insn_static_data): Rename to...
      	(debug_bind_static_data): ... this.
      	(debug_marker_static_data): New.
      	(lra_set_insn_recog_data): Select one of the above depending
      	on debug insn kind.
      	(lra_update_isn_regno_info): Don't assume debug insns have
      	freqs.
      	(push_insns): Skip debug insns.
      	* lto-streamer-in.c (input_function): Drop debug stmts
      	depending on active options.  Adjust debug_nonbind_markers.
      	* params.def (PARAM_MAX_DEBUG_MARKER_COUNT): New.
      	* print-rtl.c (rtx_writer::print_rtx_operand_code_0): Handle
      	begin stmt marker notes.
      	(print_insn): Likewise.
      	* recog.c (extract_insn): Recognize rtl for debug markers.
      	* rtl.def (DEBUG_MARKER): New.
      	* tree-inline.c: Include params.h.
      	(remap_gimple_stmt): Handle nonbind markers.
      	(maybe_move_debug_stmts_to_successors): Likewise.
      	(copy_debug_stmt): Likewise.
      	* tree-iterator.c (append_to_statement_list_1): Append begin stmt
      	markers regardless of no side effects.
      	(tsi_link_before): Don't update container's side effects when adding
      	a begin stmt marker.
      	(tsi_link_after): Likewise.
      	(expr_first): Skip begin stmt markers.
      	(expr_last): Likewise.
      	* tree-pretty-print (dump_generic_node): Handle begin stmt markers.
      	* tree-ssa-threadedge.c (propagate_threaded_block_debug_info):
      	Disregard nonbind markers.
      	* tree.c (make_node_stat): Don't set side effects for begin stmt
      	markers.
      	(build1_stat): Likewise.
      	* tree.def (DEBUG_BEGIN_STMT): New.
      	* tree.h (GOTO_DESTINATION): Require a GOTO_EXPR.
      	* var-tracking.c (delete_debug_insns): Renamed to...
      	(delete_vta_debug_insns): ... this.
      	(reemit_marker_as_note): New.
      	(vt_initialize): Reemit markers.
      	(delete_vta_debug_insns): Likewise.
      	(vt_debug_insns_local): Reemit or delete markers.
      	(variable_tracking_main_1): Likewise.
      	* doc/generic.texi (DEBUG_BEGIN_STMT): Document.
      	* doc/gimple.texi (gimple_debug_begin_stmt_p): New.
      	(gimple_debug_nonbind_marker_p): New.
      	(gimple_build_debug_bind): Adjust.
      	(gimple_build_debug_begin_stmt): New.
      	* doc/invoke.texi (max-debug-marker-count): New param.
      	* doc/rtl.texi (debug_implicit_ptr, entry_value): New.
      	(debug_parameter_ref, debug_marker): New.
      	(NOTE_INSN_BEGIN_STMT): New.
      	(DEBUG_INSN): Describe begin stmt markers.
      
      From-SVN: r255568
      Alexandre Oliva committed