1. 14 Nov, 2013 12 commits
  2. 13 Nov, 2013 28 commits
    • gimple-walk.h: New File. · 5be5c238
      
      	* gimple-walk.h: New File.  Relocate prototypes from gimple.h.
      	(struct walk_stmt_info):  Relocate here from gimple.h.
      	* gimple-iterator.h: New File.  Relocate prototypes from gimple.h.
      	(struct gimple_stmt_iterator_d): Relocate here from gimple.h.
      	(gsi_start_1, gsi_none, gsi_start_bb, gsi_last_1, gsi_last_bb,
      	gsi_end_p, gsi_one_before_end_p, gsi_next, gsi_prev, gsi_stmt,
      	gsi_after_labels, gsi_next_nondebug, gsi_prev_nondebug,
      	gsi_start_nondebug_bb, gsi_start_nondebug_after_labels_bb,
      	gsi_last_nondebug_bb, gsi_bb, gsi_seq): Relocate here from gimple.h.
      	* gimple.h (struct gimple_stmt_iterator_d): Move to gimple-iterator.h.
      	(gsi_start_1, gsi_none, gsi_start_bb, gsi_last_1, gsi_last_bb,
      	gsi_end_p, gsi_one_before_end_p, gsi_next, gsi_prev, gsi_stmt,
      	gsi_after_labels, gsi_next_nondebug, gsi_prev_nondebug,
      	gsi_start_nondebug_bb, gsi_start_nondebug_after_labels_bb,
      	gsi_last_nondebug_bb, gsi_bb, gsi_seq): Move to gimple-iterator.h.
      	(struct walk_stmt_info): Move to gimple-walk.h.
      	(gimple_seq_set_location): Move to gimple.c
      	* gimple-walk.c: New File.
      	(walk_gimple_seq_mod, walk_gimple_seq, walk_gimple_asm, walk_gimple_op,
      	walk_gimple_stmt, get_base_loadstore, walk_stmt_load_store_addr_ops,
      	walk_stmt_load_store_ops): Relocate here from gimple.c.
      	* gimple-iterator.c: Include gimple-iterator.h.
      	* gimple.c (walk_gimple_seq_mod, walk_gimple_seq, walk_gimple_asm,
      	walk_gimple_op, walk_gimple_stmt, get_base_loadstore,
      	walk_stmt_load_store_addr_ops, walk_stmt_load_store_ops): Move to
      	gimple-walk.c.
      	(gimple_seq_set_location): Relocate from gimple.h.
      	* tree-phinodes.h (set_phi_nodes): Move to tree-phinodes.c.
      	* tree-phinodes.c (set_phi_nodes): Relocate from tree-phinodes.h.
      	* gengtype.c (open_base_files): Add gimple-iterator.h to include list.
      	* Makefile.in (OBJS): Add gimple-walk.o
      
      	* asan.c: Update Include list as required for gimple-iterator.h and
      	gimple-walk.h.
      	* cfgexpand.c: Likewise.
      	* cfgloop.c: Likewise.
      	* cfgloopmanip.c: Likewise.
      	* cgraph.c: Likewise.
      	* cgraphbuild.c: Likewise.
      	* cgraphunit.c: Likewise.
      	* gimple-fold.c: Likewise.
      	* gimple-low.c: Likewise.
      	* gimple-pretty-print.c: Likewise.
      	* gimple-ssa-isolate-paths.c: Likewise.
      	* gimple-ssa-strength-reduction.c: Likewise.
      	* gimple-streamer-in.c: Likewise.
      	* gimple-streamer-out.c: Likewise.
      	* gimplify.c: Likewise.
      	* graphite-blocking.c: Likewise.
      	* graphite-clast-to-gimple.c: Likewise.
      	* graphite-dependences.c: Likewise.
      	* graphite-interchange.c: Likewise.
      	* graphite-optimize-isl.c: Likewise.
      	* graphite-poly.c: Likewise.
      	* graphite-scop-detection.c: Likewise.
      	* graphite-sese-to-poly.c: Likewise.
      	* graphite.c: Likewise.
      	* ipa-inline-analysis.c: Likewise.
      	* ipa-profile.c: Likewise.
      	* ipa-prop.c: Likewise.
      	* ipa-pure-const.c: Likewise.
      	* ipa-split.c: Likewise.
      	* lto-streamer-in.c: Likewise.
      	* lto-streamer-out.c: Likewise.
      	* omp-low.c: Likewise.
      	* predict.c: Likewise.
      	* profile.c: Likewise.
      	* sese.c: Likewise.
      	* tracer.c: Likewise.
      	* trans-mem.c: Likewise.
      	* tree-call-cdce.c: Likewise.
      	* tree-cfg.c: Likewise.
      	* tree-cfgcleanup.c: Likewise.
      	* tree-complex.c: Likewise.
      	* tree-data-ref.c: Likewise.
      	* tree-dfa.c: Likewise.
      	* tree-eh.c: Likewise.
      	* tree-emutls.c: Likewise.
      	* tree-if-conv.c: Likewise.
      	* tree-inline.c: Likewise.
      	* tree-into-ssa.c: Likewise.
      	* tree-loop-distribution.c: Likewise.
      	* tree-nested.c: Likewise.
      	* tree-nrv.c: Likewise.
      	* tree-object-size.c: Likewise.
      	* tree-outof-ssa.c: Likewise.
      	* tree-parloops.c: Likewise.
      	* tree-predcom.c: Likewise.
      	* tree-profile.c: Likewise.
      	* tree-scalar-evolution.c: Likewise.
      	* tree-sra.c: Likewise.
      	* tree-ssa-ccp.c: Likewise.
      	* tree-ssa-coalesce.c: Likewise.
      	* tree-ssa-copy.c: Likewise.
      	* tree-ssa-copyrename.c: Likewise.
      	* tree-ssa-dce.c: Likewise.
      	* tree-ssa-dom.c: Likewise.
      	* tree-ssa-dse.c: Likewise.
      	* tree-ssa-forwprop.c: Likewise.
      	* tree-ssa-ifcombine.c: Likewise.
      	* tree-ssa-live.c: Likewise.
      	* tree-ssa-loop-ch.c: Likewise.
      	* tree-ssa-loop-im.c: Likewise.
      	* tree-ssa-loop-ivcanon.c: Likewise.
      	* tree-ssa-loop-ivopts.c: Likewise.
      	* tree-ssa-loop-manip.c: Likewise.
      	* tree-ssa-loop-niter.c: Likewise.
      	* tree-ssa-loop-prefetch.c: Likewise.
      	* tree-ssa-loop.c: Likewise.
      	* tree-ssa-math-opts.c: Likewise.
      	* tree-ssa-phiopt.c: Likewise.
      	* tree-ssa-phiprop.c: Likewise.
      	* tree-ssa-pre.c: Likewise.
      	* tree-ssa-propagate.c: Likewise.
      	* tree-ssa-reassoc.c: Likewise.
      	* tree-ssa-sink.c: Likewise.
      	* tree-ssa-strlen.c: Likewise.
      	* tree-ssa-structalias.c: Likewise.
      	* tree-ssa-tail-merge.c: Likewise.
      	* tree-ssa-ter.c: Likewise.
      	* tree-ssa-threadedge.c: Likewise.
      	* tree-ssa-threadupdate.c: Likewise.
      	* tree-ssa-uncprop.c: Likewise.
      	* tree-ssa-uninit.c: Likewise.
      	* tree-ssa.c: Likewise.
      	* tree-stdarg.c: Likewise.
      	* tree-switch-conversion.c: Likewise.
      	* tree-tailcall.c: Likewise.
      	* tree-vect-data-refs.c: Likewise.
      	* tree-vect-generic.c: Likewise.
      	* tree-vect-loop-manip.c: Likewise.
      	* tree-vect-loop.c: Likewise.
      	* tree-vect-patterns.c: Likewise.
      	* tree-vect-slp.c: Likewise.
      	* tree-vect-stmts.c: Likewise.
      	* tree-vectorizer.c: Likewise.
      	* tree-vrp.c: Likewise.
      	* tree.c: Likewise.
      	* tsan.c: Likewise.
      	* value-prof.c: Likewise.
      	* vtable-verify.c: Likewise.
      
      	* config/aarch64/aarch64-builtins.c: Include gimple-iterator.h.
      	* config/rs6000/rs6000.c: Include gimple-iterator.h and gimple-walk.h.
      	* testsuite/g++.dg/plugin/selfassign.c: Include gimple-iterator.h.
      	* testsuite/gcc.dg/plugin/selfassign.c: Likewise.
      
      From-SVN: r204763
      Andrew Macleod committed
    • gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix. · d35e43b9
      * gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix.
      
      From-SVN: r204762
      Steven Bosscher committed
    • re PR middle-end/59119 (Segfault in -fisolate-erroneous-paths pass) · 56d338c9
      	* PR middle-end/59119
      	* gimple-ssa-isolate-paths.c (find_implicit_erroneous_behaviour): New
      	function, extracted from gimple_ssa_isolate_erroneous_paths.
      	(find_explicit_erroneous_behaviour): Similarly.
      	(insert_trap_and_remove_trailing_statements): Remove statements
      	in reverse order.
      
      	* PR middle-end/59119
      	* gcc.c-torture/compile/pr59119.c: New test.
      
      From-SVN: r204760
      Jeff Law committed
    • typo fix · 98eaa66f
      From-SVN: r204759
      Steven Bosscher committed
    • cfgrtl.c (can_fallthru): Reorder code to move tablejump check up. · d7b6661b
      
      	* cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.
      	Make that check explicit.  BB_HEAD cannot be NULL, remove check for it.
      	* haifa-sched.c (ready_remove_first_dispatch): Check INSN_P before
      	looking at INSN_CODE.
      	* reload1.c (delete_dead_insn) Do not expect JUMP_TABLE_DATA to be an
      	active_insn_p object, respect basic block boundaries.
      	* reorg.c (follow_jumps): Use invariant that JUMP_TABLE_DATA always
      	follows immediately after the jump table data label.
      	* config/nds32/nds32.c (nds32_output_casesi_pc_relative): Likewise.
      	* config/sh/sh.c (barrier_align): Likewise.  Rearrange code such
      	that JUMP_TABLE_DATA is not expected to be an active_insn_p object.
      
      From-SVN: r204758
      Steven Bosscher committed
    • re PR sanitizer/59009 (libsanitizer merge from upstream r191666 breaks bootstrap… · c3d77f3a
      re PR sanitizer/59009 (libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux and aarch64-linux)
      
      	PR sanitizer/59009
      	* sanitizer_common/sanitizer_platform_limits_posix.cc: Temporarily
      	ifdef out more source.
      
      From-SVN: r204757
      Peter Bergner committed
    • re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at ipa-inline.c:1008) · 4c7d0777
      2013-11-13  Teresa Johnson  <tejohnson@google.com>
      
      	PR ipa/58862
      	* predict.c (drop_profile): Error is currently too strict.
      	(handle_missing_profiles): Pass call_count to drop_profile.
      
      From-SVN: r204756
      Teresa Johnson committed
    • re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at ipa-inline.c:1008) · 51f5c118
      2013-11-13  Teresa Johnson  <tejohnson@google.com>
      
      	PR ipa/58862
      	* ipa-inline.c (edge_badness): Fix overflow.
      
      From-SVN: r204755
      Teresa Johnson committed
    • re PR rtl-optimization/59036 (Performance degradation after r204212 on 32-bit x86 targets.) · bf08fb16
      2013-11-13  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/59036
      	* ira-color.c (struct allocno_color_data): Add new members
      	first_thread_allocno, next_thread_allocno, thread_freq.
      	(sorted_copies): New static var.
      	(allocnos_conflict_by_live_ranges_p, copy_freq_compare_func): Move
      	up.
      	(allocno_thread_conflict_p, merge_threads)
      	(form_threads_from_copies, form_threads_from_bucket)
      	(form_threads_from_colorable_allocno, init_allocno_threads): New
      	functions.
      	(bucket_allocno_compare_func): Add comparison by thread frequency
      	and threads.
      	(add_allocno_to_ordered_bucket): Rename to
      	add_allocno_to_ordered_colorable_bucket.  Remove parameter.
              (push_only_colorable): Call form_threads_from_bucket.
      	(color_pass): Call init_allocno_threads.  Use
      	consideration_allocno_bitmap instead of coloring_allocno_bitmap
      	for nuillify allocno color data.
      	(ira_initiate_assign, ira_finish_assign): Allocate/free
      	sorted_copies.
      	(coalesce_allocnos): Use static sorted copies.
      
      From-SVN: r204752
      Vladimir Makarov committed
    • passes.c (execute_todo): Don't call do_per_function if flags are zero. · a9335ba2
      	* passes.c (execute_todo): Don't call do_per_function if
      	flags are zero.
      	(execute_one_ipa_transform_pass, execute_one_pass): Don't call
      	execute_function_dump if dump_file is NULL.
      
      From-SVN: r204751
      Jakub Jelinek committed
    • re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of C's complex.h) · b62c62f4
      2013-11-13  Marc Glisse  <marc.glisse@inria.fr>
      
      	PR libstdc++/59087
      	* include/ext/pod_char_traits.h: Uglify V, I and S.
      
      From-SVN: r204750
      Marc Glisse committed
    • ira-shrinkwrap-prep-1.c: Add lp64 to target requirements. · 5c1e70a6
      2013-11-13  Martin Jambor  <mjambor@suse.cz>
      
      	* gcc.dg/ira-shrinkwrap-prep-1.c: Add lp64 to target requirements.
      	* gcc.dg/ira-shrinkwrap-prep-2.c: Likewise.
      	* gcc.dg/pr10474.c: Likewise.
      
      From-SVN: r204749
      Martin Jambor committed
    • cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node used to do. · 6f99e449
      2013-11-13  Martin Jambor  <mjambor@suse.cz>
      
      	* cgraph.c (cgraph_get_create_node): Do what
      	cgraph_get_create_real_symbol_node used to do.
      	(cgraph_get_create_real_symbol_node): Removed.  Changed all users to
      	call cgraph_get_create_node.
      	* cgraph.h (cgraph_get_create_real_symbol_node): Removed.
      	* lto-streamer-in.c (input_function): Call cgraph_get_node instead of
      	cgraph_get_create_node.  Assert we get a node.
      
      From-SVN: r204748
      Martin Jambor committed
    • aarch64-simd.md (vec_extract): New. · 0f365c10
      2013-11-13  Tejas Belagod  <tejas.belagod@arm.com>
      
      gcc/
      	* config/aarch64/aarch64-simd.md (vec_extract): New.
      
      From-SVN: r204747
      Tejas Belagod committed
    • aarch64-simd.md (vec_set<mode>): Add w -> w option to the constraint. · d22253e5
      2013-11-13  Tejas Belagod  <tejas.belagod@arm.com>
      
      gcc/
      	* config/aarch64/aarch64-simd.md (vec_set<mode>): Add w -> w option to
      	the constraint.
      
      From-SVN: r204746
      Tejas Belagod committed
    • 2013-11-13 Cesar Philippidis <cesar@codesourcery.com> · 0cbe536e
      	    * lib/target-supports.exp
      	    (check_effective_target_vect_cmdline_neeed): Add AArch64 to the list
      	    of targets that do not need command line argument to enable SIMD.
      
      From-SVN: r204745
      Cesar Philippidis committed
    • Remove ada/ prefix · 2ee574ba
      From-SVN: r204743
      Eric Botcazou committed
    • cfgexpand.c (expand_used_vars): Allocate space for partitions based on… · cfb9edba
      cfgexpand.c (expand_used_vars): Allocate space for partitions based on PARM_DECLs or RESULT_DECLs only if...
      
      	* cfgexpand.c (expand_used_vars): Allocate space for partitions based
      	on PARM_DECLs or RESULT_DECLs only if they are ignored for debug info
      	or if optimization is enabled.
      	* tree-ssa-coalesce.c (coalesce_ssa_name): If optimization is disabled,
      	require that all the names based on a PARM_DECL or a RESULT_DECL that
      	isn't ignored for debug info be coalesced.
      
      From-SVN: r204742
      Eric Botcazou committed
    • c6x.c: Include "gimple-expr.h". · cb076acf
      2013-11-13  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
      
      	* config/c6x/c6x.c: Include "gimple-expr.h".
      
      [BR]: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01411.html
      
      From-SVN: r204741
      Jan-Benedict Glaw committed
    • gimple-streamer-out.c (output_gimple_stmt): Also wrap decls in ADDR_EXPR… · 3fede979
      gimple-streamer-out.c (output_gimple_stmt): Also wrap decls in ADDR_EXPR operands inside a MEM_REF and optimize that.
      
      2013-11-13  Richard Biener  <rguenther@suse.de>
      
      	* gimple-streamer-out.c (output_gimple_stmt): Also wrap
      	decls in ADDR_EXPR operands inside a MEM_REF and optimize that.
      	* gimple-streamer-in.c (input_gimple_stmt): Remove now dead
      	code dealing with type mismatches inside component reference
      	chains.
      
      From-SVN: r204740
      Richard Biener committed
    • re PR tree-optimization/59077 (ipa-pure-const.c (better_state): comment and code mistmatch) · b0d04a5f
      2013-11-13  Marc Glisse  <marc.glisse@inria.fr>
      
      	PR tree-optimization/59077
      	* ipa-pure-const.c (better_state): Update *state.
      
      From-SVN: r204739
      Marc Glisse committed
    • aarch64.h (FRAME_GROWS_DOWNWARD): Define to 1. · 6991c977
      2013-11-13  Christophe Lyon  <christophe.lyon@linaro.org>
      
      	* config/aarch64/aarch64.h (FRAME_GROWS_DOWNWARD): Define to 1.
      	* config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
      	Update offset calculations.
      
      From-SVN: r204737
      Christophe Lyon committed
    • re PR ada/35998 (debug info invalid x86_64 DW_AT_byte_size 0xffffffff) · bed36869
      	PR ada/35998
      	* dwarf2out.c (add_byte_size_attribute): Also use int_size_in_bytes
      	for fields.  Do not add the attribute if the size is negative.
      
      From-SVN: r204736
      Eric Botcazou committed
    • arm.c: Include aarch-cost-tables.h. · f819a56d
      
      	* config/arm/arm.c: Include aarch-cost-tables.h.
      	(generic_extra_costs): Move from here...
      	* config/arm/aarch-cost-tables.h: ... To here.  New file.
      
      From-SVN: r204735
      Kyrylo Tkachov committed
    • i386.c (ix86_print_operand): Support z-masking. · 47490470
      	* config/i386/i386.c (ix86_print_operand): Support z-masking.
      	* config/i386/predicate.md (const_0_to_4_operand): New.
      	(const_0_to_5_operand): Ditto.
      	* config/i386/sse.md (UNSPEC_COMPRESS): New.
      	(UNSPEC_COMPRESS_STORE): Ditto.
      	(UNSPEC_EXPAND): Ditto.
      	(UNSPEC_EMBEDDED_ROUNDING): Ditto.
      	(define_mode_attr ssescalarsize): Ditto.
      	(avx512f_load<mode>_mask): Ditto.
      	(avx512f_store<mode>_mask): Ditto.
      	(avx512f_storedqu<mode>_mask): Ditto.
      	(avx512f_vmcmp<mode>3_mask): Ditto.
      	(avx512f_fmadd_<mode>_mask): Ditto.
      	(avx512f_fmadd_<mode>_mask3): Ditto.
      	(avx512f_fmsub_<mode>_mask): Ditto.
      	(avx512f_fmsub_<mode>_mask3): Ditto.
      	(avx512f_fnmadd_<mode>_mask): Ditto.
      	(avx512f_fnmadd_<mode>_mask3): Ditto.
      	(avx512f_fnmsub_<mode>_mask): Ditto.
      	(avx512f_fnmsub_<mode>_mask3): Ditto.
      	(avx512f_fmaddsub_<mode>_mask): Ditto.
      	(avx512f_fmaddsub_<mode>_mask3): Ditto.
      	(avx512f_fmsubadd_<mode>_mask): Ditto.
      	(avx512f_fmsubadd_<mode>_mask3): Ditto.
      	(vec_unpacku_float_lo_v16si): Ditto.
      	(avx512f_vextract<shuffletype>32x4_mask): Ditto.
      	(avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
      	(avx512f_vextract<shuffletype>64x4_mask): Ditto.
      	(vec_extract_lo_<mode>_maskm): Ditto.
      	(vec_extract_hi_<mode>_maskm): Ditto.
      	(avx512f_vternlog<mode>_mask): Ditto.
      	(avx512f_shufps512_mask): Ditto.
      	(avx512f_fixupimm<mode>_mask): Ditto.
      	(avx512f_shufpd512_mask): Ditto.
      	(avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
      	(avx512f_<code>v8div16qi2_mask/trunc): Ditto.
      	(*avx512f_<code>v8div16qi2_store_mask): Ditto.
      	(ashr<mode>3<mask_name>): Ditto.
      	(avx512f_vinsert<shuffletype>32x4_mask): Ditto.
      	(avx512f_vinsert<shuffletype>64x4_mask): Ditto.
      	(avx512f_shuf_<shuffletype>64x2_mask): Ditto.
      	(avx512f_shuf_<shuffletype>32x4_mask): Ditto.
      	(avx512f_pshufdv3_mask): Ditto.
      	(avx512f_perm<mode>_mask): Ditto.
      	(avx512f_vpermi2var<mode>3_mask): Ditto.
      	(avx512f_vpermt2var<mode>3_mask): Ditto.
      	(avx512f_compress<mode>_mask): Ditto.
      	(avx512f_compressstore<mode>_mask): Ditto.
      	(avx512f_expand<mode>_mask): Ditto.
      	(<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Extend
      	to support masking.
      	(avx512f_storeu<ssemodesuffix>512_mask): Ditto.
      	(<plusminus_insn><mode>3<mask_name>): Ditto.
      	(*<plusminus_insn><mode>3<mask_name>): Ditto.
      	(mul<mode>3<mask_name>): Ditto.
      	(*mul<mode>3<mask_name>): Ditto.
      	(<sse>_div<mode>3<mask_name>): Ditto.
      	(<mask_codefor>rcp14<mode><mask_name>): Ditto.
      	(<sse>_sqrt<mode>2<mask_name>): Ditto.
      	(<mask_codefor>rsqrt14<mode><mask_name>): Ditto.
      	(<code><mode>3<mask_name>/smaxmin): Ditto.
      	(*<code><mode>3_finite<mask_name>/smaxmin): Ditto.
      	(*<code><mode>3<mask_name>/smaxmin): Ditto.
      	(float<sseintvecmodelower><mode>2<mask_name>): Ditto.
      	(ufloatv16siv16sf2<mask_name>): Ditto.
      	(<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name>): Ditto.
      	(<mask_codefor>avx512f_ufix_notruncv16sfv16si<mask_name>): Ditto.
      	(<fixsuffix>fix_truncv16sfv16si2<mask_name>): Ditto.
      	(float<si2dfmodelower><mode>2<mask_name>): Ditto.
      	(ufloatv8siv8df<mask_name>): Ditto.
      	(<mask_codefor>avx512f_cvtpd2dq512<mask_name>): Ditto.
      	(avx512f_ufix_notruncv8dfv8si<mask_name>): Ditto.
      	(<fixsuffix>fix_truncv8dfv8si2<mask_name>): Ditto.
      	(<mask_codefor>avx512f_cvtpd2ps512<mask_name>): Ditto.
      	(<sse2_avx_avx512f>_cvtps2pd<avxsizesuffix><mask_name>): Ditto.
      	(<mask_codefor>avx512f_unpckhps512<mask_name>): Ditto.
      	(<mask_codefor>avx512f_unpcklps512<mask_name>): Ditto.
      	(<mask_codefor>avx512f_movshdup512<mask_name>): Ditto.
      	(<mask_codefor>avx512f_movsldup512<mask_name>): Ditto.
      	(<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
      	(vec_extract_lo_<mode><mask_name>): Ditto.
      	(vec_extract_hi_<mode><mask_name>): Ditto.
      	(<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
      	(avx512f_movddup512<mask_name>): Ditto.
      	(avx512f_unpcklpd512<mask_name>): Ditto.
      	(*avx512f_unpcklpd512<mask_name>): Ditto.
      	(*avx512f_vmscalef<mode>): Ditto.
      	(avx512f_scalef<mode><mask_name>): Ditto.
      	(avx512f_getexp<mode><mask_name>): Ditto.
      	(<mask_codefor>avx512f_align<mode><mask_name>): Ditto.
      	(avx512f_rndscale<mode><mask_name>): Ditto.
      	(avx512f_shufps512_1<mask_name>): Ditto.
      	(avx512f_shufpd512_1<mask_name>): Ditto.
      	(<plusminus_insn><mode>3<mask_name>): Ditto.
      	(*<plusminus_insn><mode>3<mask_name>): Ditto.
      	(vec_widen_umult_even_v16si<mask_name>): Ditto.
      	(*vec_widen_umult_even_v16si<mask_name>): Ditto.
      	(vec_widen_smult_even_v16si<mask_name>): Ditto.
      	(*vec_widen_smult_even_v16si<mask_name>): Ditto.
      	(mul<mode>3<mask_name>): Ditto.
      	(*<sse4_1_avx2>_mul<mode>3<mask_name>): Ditto.
      	(<shift_insn><mode>3<mask_name>): Ditto.
      	(avx512f_<rotate>v<mode><mask_name>/rotate): Ditto.
      	(avx512f_<rotate><mode><mask_name>): Ditto.
      	(<code><mode>3<mask_name>/maxmin): Ditto.
      	(*avx2_<code><mode>3<mask_name>/maxmin): Ditto.
      	(<sse2_avx2>_andnot<mode>3<mask_name>): Ditto.
      	(*andnot<mode>3<mask_name>): Ditto.
      	(<mask_codefor><code><mode>3<mask_name>/any_logic): Ditto.
      	(<mask_codefor>avx512f_interleave_highv16si<mask_name>): Ditto.
      	(<mask_codefor>avx512f_interleave_lowv16si<mask_name>): Ditto.
      	(<mask_codefor>avx512f_vinsert<shuffletype>32x4_1<mask_name>): Ditto.
      	(vec_set_lo_<mode><mask_name>): Ditto.
      	(vec_set_hi_<mode><mask_name>): Ditto.
      	(avx512f_shuf_<shuffletype>64x2_1<mask_name>): Ditto.
      	(avx512f_shuf_<shuffletype>32x4_1<mask_name>): Ditto.
      	(avx512f_pshufd_1<mask_name>): Ditto.
      	(<mask_codefor>abs<mode>2<mask_name>): Ditto.
      	(<mask_codefor>avx512f_<code>v16qiv16si2<mask_name>): Ditto.
      	(avx512f_<code>v16hiv16si2<mask_name>/any_extend): Ditto.
      	(avx512f_<code>v8qiv8di2<mask_name>/any_extend): Ditto.
      	(avx512f_<code>v8hiv8di2<mask_name>/any_extend): Ditto.
      	(avx512f_<code>v8siv8di2<mask_name>/any_extend): Ditto.
      	(avx512er_exp2<mode><mask_name>): Ditto.
      	(<mask_codefor>avx512er_rcp28<mode><mask_name>): Ditto.
      	(<mask_codefor>avx512er_rsqrt28<mode><mask_name>): Ditto.
      	(<avx2_avx512f>_permvar<mode><mask_name>): Ditto.
      	(<avx2_avx512f>_perm<mode>_1<mask_name>): Ditto.
      	(<mask_codefor>avx512f_vec_dup<mode><mask_name>): Ditto.
      	(<mask_codefor>avx512f_broadcast<mode><mask_name>/V16FI): Ditto.
      	(<mask_codefor>avx512f_broadcast<mode><mask_name>/V8FI): Ditto.
      	(<mask_codefor>avx512f_vec_dup_gpr<mode><mask_name>): Ditto.
      	(<mask_codefor>avx512f_vec_dup_mem<mode><mask_name>): Ditto.
      	(<sse2_avx_avx512f>_vpermil<mode><mask_name>/VF2): Ditto.
      	(<sse2_avx_avx512f>_vpermil<mode><mask_name>/VF1): Ditto.
      	(*<sse2_avx_avx512f>_vpermilp<mode><mask_name>): Ditto.
      	(<sse2_avx_avx512f>_vpermilvar<mode>3<mask_name>): Ditto.
      	(<avx2_avx512f>_ashrv<mode><mask_name>): Ditto.
      	(<avx2_avx512f>_<shift_insn>v<mode><mask_name>): Ditto.
      	(<mask_codefor>avx512f_vcvtph2ps512<mask_name>): Ditto.
      	(<mask_codefor>avx512f_vcvtps2ph512<mask_name>): Ditto.
      	(avx512f_getmant<mode><mask_name>): Ditto.
      	(clz<mode>2<mask_name>): Ditto.
      	(<mask_codefor>conflict<mode><mask_name>): Ditto.
      	(*srcp14<mode>): Remove visibility.
      	(*rsqrt14<mode>): Ditto.
      	(*fma_fmsub_<mode>): Ditto.
      	(*fma_fnmadd_<mode>): Ditto.
      	(*avx512f_rndscale<mode>): Ditto.
      	* config/i386/subst.md: New file.
      
      
      Co-Authored-By: Andrey Turetskiy <andrey.turetskiy@intel.com>
      Co-Authored-By: Anna Tikhonova <anna.tikhonova@intel.com>
      Co-Authored-By: Ilya Tocar <ilya.tocar@intel.com>
      Co-Authored-By: Ilya Verbin <ilya.verbin@intel.com>
      Co-Authored-By: Kirill Yukhin <kirill.yukhin@intel.com>
      Co-Authored-By: Maxim Kuznetsov <maxim.kuznetsov@intel.com>
      Co-Authored-By: Michael Zolotukhin <michael.v.zolotukhin@intel.com>
      Co-Authored-By: Sergey Lega <sergey.s.lega@intel.com>
      
      From-SVN: r204734
      Alexander Ivchenko committed
    • * gcc.dg/c11-complex-1.c: New test. · 34eebd2a
      From-SVN: r204732
      Joseph Myers committed
    • extend.texi (Statement Exprs, Typeof): Discuss __auto_type. · 38b7bc7f
      	* doc/extend.texi (Statement Exprs, Typeof): Discuss __auto_type.
      	* ginclude/stdatomic.h (kill_dependency, atomic_store_explicit)
      	(atomic_load_explicit, atomic_exchange_explicit)
      	(atomic_compare_exchange_strong_explicit)
      	(atomic_compare_exchange_weak_explicit): Use __auto_type to
      	declare variable initialized with PTR argument.
      
      c-family:
      	* c-common.h (enum rid): Add RID_AUTO_TYPE.
      	* c-common.c (c_common_reswords): Add __auto_type.
      	(keyword_begins_type_specifier): Handle RID_AUTO_TYPE.
      
      c:
      	* c-tree.h (c_typespec_keyword): Add cts_auto_type.
      	* c-decl.c (declspecs_add_type, finish_declspecs): Handle
      	__auto_type.
      	* c-parser.c (c_token_starts_typename, c_token_starts_declspecs)
      	(c_parser_attribute_any_word, c_parser_objc_selector): Handle
      	RID_AUTO_TYPE.
      	(c_parser_declspecs): Take argument AUTO_TYPE_OK.
      	(c_parser_declaration_or_fndef, c_parser_struct_declaration)
      	(c_parser_declarator, c_parser_direct_declarator_inner)
      	(c_parser_parameter_declaration, c_parser_type_name): All callers
      	changed.
      	(c_parser_declaration_or_fndef): Handle declarations with type
      	determined from the initializer.
      
      testsuite:
      	* gcc.dg/atomic/stdatomic-vm.c, gcc.dg/auto-type-1.c,
      	gcc.dg/auto-type-2.c: New tests.
      
      From-SVN: r204731
      Joseph Myers committed
    • The patch re-factors libgcov.c to make it better modulelized. · d6d3f033
      2013-11-12  Rong Xu  <xur@google.com>
      
      The patch re-factors libgcov.c to make it better modulelized.
      It contains two pieces of work:
      1. break gcov_exit() into the following structure:
         gcov_exit()
            --> gcov_exit_compute_summary()
            --> allocate_filename_struct()
                for gi_ptr in gcov_list
                  --> gcov_exit_dump_gcov()
                         --> gcov_exit_open_gcda_file()
                         --> gcov_exit_merge_gcda ()
                         --> gcov_exit_merge_summary ()
                         --> gcov_exit_write_gcda ()
      2. split libgcov.c into the following files:
           libgcov-profiler.c
           libgcov-merge.c
           libgcov-interface.c
           libgcov-driver.c
             libgcov-driver-system.c (source included into libgcov-driver.c)
      
      	* libgcc/libgcov.c: Delete as part of re-factoring.
      	* gcc/gcov-io.h (__gcov_indirect_call_profiler): Add the decl to
              avoid warning.
      	* libgcc/libgcov-interface.c (init_mx): Moved from libgcov.c.
      	(init_mx_once): Ditto.
      	(__gcov_flush): Ditto.
      	(__gcov_reset): Ditto.
      	(__gcov_dump): Ditto.
      	(__gcov_fork): Ditto.
      	(__gcov_execl): Ditto.
      	(__gcov_execlp): Ditto.
      	(__gcov_execle): Ditto.
      	(__gcov_execv): Ditto.
      	(__gcov_execvp): Ditto.
      	(__gcov_execve): Ditto.
              * libgcc/libgcov-merge.c (__gcov_merge_time_profile): Moved from
              libgcov.c.
      	(__gcov_merge_add): Ditto.
      	(__gcov_merge_ior): Ditto.
      	(__gcov_merge_single): Ditto.
      	(__gcov_merge_delta): Ditto.
      	* libgcc/libgcov-profiler.c 
      	(__gcov_interval_profiler): Ditto.
      	(__gcov_pow2_profiler): Ditto.
      	(__gcov_one_value_profiler_body): Ditto.
      	(__gcov_one_value_profiler): Ditto.
      	(__gcov_indirect_call_profiler): Ditto.
      	(__gcov_indirect_call_profiler_v2): Ditto.
      	(__gcov_time_profiler): Ditto.
      	(__gcov_average_profiler): Ditto.
      	(__gcov_ior_profiler): Ditto.
      	* libgcc/libgcov-driver.c (set_gcov_list): New.
      	(get_gcov_dump_complete): Ditto.
      	(set_gcov_dump_complete):Ditto.
      	(reset_gcov_dump_complete):Ditto.
      	(gcov_exit_compute_summary): New function split from gcov_exit().
      	(gcov_exit_merge_gcda): Ditto.
      	(gcov_exit_write_gcda): Ditto.
      	(gcov_exit_merge_summary): Ditto.
      	(gcov_exit_dump_gcov): Ditto.
      	(struct gcov_fn_buffer): Moved from libgcov.c
      	(struct gcov_summary_buffer): Ditto.
      	(free_fn_data): Ditto.
      	(buffer_fn_data): Ditto.
      	(crc32_unsigned): Ditto.
      	(gcov_version): Ditto.
      	(gcov_histogram_insert): Ditto.
      	(gcov_compute_histogram): Ditto.
      	(gcov_exit): Ditto.
      	(gcov_clear): Ditto.
      	(__gcov_init): Ditto.
              (this_prg): Make it file scope static variable.
              (all_prg): Ditto.
              (crc32): Ditto.
              (gi_filename): Ditto.
              (fn_buffer): Ditto.
              (sum_buffer): Ditto.
              (struct gcov_filename_aux): New types to store auxiliary information
              for gi_filename.
      	* libgcc/libgcov-driver-system.c (gcov_error): New utility function.
      	(allocate_filename_struct): New function split from gcov_exit().
      	(gcov_exit_open_gcda_file): Ditto.
      	(create_file_directory): Moved from libgcov.c
      	* libgcc/Makefile.in: Change to build newly added files.
      
      From-SVN: r204730
      Rong Xu committed