Rename the "openmp" group of optimizations to "omp"
[official-gcc.git] / gcc / ChangeLog
blobb699944eab816beca222f34e245b2cd6451d3b2c
1 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
3         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
4         all users.
5         * dumpfile.c (optgroup_options): Instead of "openmp", associate
6         OPTGROUP_OMP with "omp".
8 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
10         PR target/79544
11         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
12         for arithmetic shift of unsigned V2DI.
14 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
16         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
17         arc/linux.h headers.
18         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
19         (LINK_SPEC): Likewise.
20         (ARC_TLS_EXTRA_START_SPEC): Likewise.
21         (EXTRA_SPECS): Likewise.
22         (STARTFILE_SPEC): Likewise.
23         (ENDFILE_SPEC): Likewise.
24         (LIB_SPEC): Likewise.
25         (TARGET_SDATA_DEFAULT): Likewise.
26         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
27         (MULTILIB_DEFAULTS): Likewise.
28         (DWARF2_UNWIND_INFO): Likewise.
29         * config/arc/big.h: New file.
30         * config/arc/elf.h: Likewise.
31         * config/arc/linux.h: Likewise.
32         * config/arc/t-uClibc: Remove.
34 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
36         PR tree-optimization/77536
37         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
38         (tree_transform_and_unroll_loop): Use above function to compute the
39         estimated niter of unrolled loop and use it when scaling profile.
40         Also use count info rather than frequency if it's non-zero.
41         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
42         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
43         (vect_transform_loop): Call above function.
45 2017-02-27  Richard Biener  <rguenther@suse.de>
47         PR tree-optimization/45397
48         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
49         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
50         (visit_nary_op): Add pattern matching for CSEing sign-changed
51         or truncated operations with wider ones.
53 2017-02-27  Richard Biener  <rguenther@suse.de>
55         PR tree-optimization/79690
56         * tree-vect-stmts.c (vectorizable_store): Use vector type
57         built from the DR with address-space.
59 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
61         * doc/invoke.texi (Optimize Options): Refine the description
62         of asan-use-after-return.
64 2017-02-25  Alan Modra  <amodra@gmail.com>
66         PR rtl-optimization/79584
67         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
68         base, not ad->base_term, the reg within base.  Remove assertion
69         that ad->base == ad->base_term.  Replace gen_int_mode using
70         bogus mode with const0_rtx.
72 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
74         PR middle-end/79396
75         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
76         FMA_EXPR like tcc_binary or tcc_unary.
78         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
80         PR debug/77589
81         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
82         bitfield.
83         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
84         (output_loc_operands): Handle DW_OP_call_ref and
85         DW_OP_GNU_variable_value.
86         (struct variable_value_struct): New type.
87         (struct variable_value_hasher): Likewise.
88         (variable_value_hash): New variable.
89         (string_types): Remove.
90         (copy_loc_descr): New function.
91         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
92         (prepend_loc_descr_to_each): New function.
93         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
94         instead of add_loc_descr_to_each if the first argument is single
95         location list and the second has multiple.
96         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
97         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
98         when looking for variable value which doesn't have other location info.
99         (loc_list_from_tree): Formatting fix.
100         (gen_array_type_die): Simplify DW_AT_string_length handling.
101         (adjust_string_types): Remove.
102         (gen_subprogram_die): Don't call adjust_string_types nor test/set
103         string_types.  Call resolve_variable_values.
104         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
105         (resolve_addr_in_expr): Likewise.  Add A argument.
106         (copy_deref_exprloc): Remove deref argument.  Adjust for the
107         original expression being DW_OP_GNU_variable_value with optionally
108         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
109         optionally after it.
110         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
111         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
112         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
113         (variable_value_hasher::hash, variable_value_hasher::equal): New
114         methods.
115         (resolve_variable_value_in_expr, resolve_variable_value,
116         resolve_variable_values, note_variable_value_in_expr,
117         note_variable_value): New functions.
118         (dwarf2out_early_finish): Call note_variable_value on all toplevel
119         DIEs.
121 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
123         PR c/79677
124         * opts.h (handle_generated_option): Add GENERATED_P argument.
125         * opts-common.c (handle_option): Adjust function comment.
126         (handle_generated_option): Add GENERATED_P argument, pass it to
127         handle_option.
128         (control_warning_option): Pass false to handle_generated_option
129         GENERATED_P.
130         * opts.c (maybe_default_option): Pass true to handle_generated_option
131         GENERATED_P.
132         * optc-gen.awk: Likewise.
134 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
136         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
137         a REG, look at the REG it is a SUBREG of.
138         (splitter for cmpeqsi_t): Ditto.
140 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
142         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
143         the special USEs with the pattern of the insn, not the insn itself.
145 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
147         PR target/79473
148         * doc/invoke.texi: Document -mload-store-pairs.
150 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
151             Sandra Loosemore  <sandra@codesourcery.com>
153         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
154         argument isn't a CONST_INT.
155         (nios2_alternate_compare_const): Assert op is a CONST_INT.
156         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
157         (nios2_validate_compare): Bypass alternate compare logic if *op2
158         is not a CONST_INT.
159         (ldstwm_operation_p): Return false if first_base is not a REG or
160         if first_offset is not a CONST_INT.
162 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
164         * config/cris/cris.md: Use correct operand in a define_peephole2.
166 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
168         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
170 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
172         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
173         this_insn if it is an INSN or JUMP_INSN.
174         (force_offsettable): Look at base, not at addr.
175         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
176         on things that aren't necessarily CONST_INTs.
178 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
180         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
181         -mfpmath=sse is the default also for x86-32 targets with SSE2
182         instruction set when @option{-ffast-math} is enabled
184 2017-02-24  Jeff Law  <law@redhat.com>
186         PR rtl-optimizatoin/79286
187         * ira.c (update_equiv_regs): Drop may_trap_p exception to
188         dominance test.
190 2017-02-24  Richard Biener  <rguenther@suse.de>
192         PR tree-optimization/79389
193         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
194         debug insns.
196 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
198         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
199         function comment to reflect reality.
200         (loop_exits_before_overflow): Fix typo in function description.
202 2017-02-24  Richard Biener  <rguenther@suse.de>
204         PR tree-optimization/79389
205         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
206         properly that a threading opportunity exists.  Detect conditional
207         copy/constant propagation opportunities.
209 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
211         * config/visium/visium.md (type): Add trap.
212         (b): New mode attribute.
213         (*btst): Rename into...
214         (*btst<mode>): ...this and adjust.
215         (*cbranchsi4_btst_insn): Rename into...
216         (*cbranch<mode>4_btst_insn): ...this and adjust.
217         (trap): New define_insn.
219 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
221         PR tree-optimization/79389
222         * ifcvt.c (struct noce_if_info): Add rev_cond field.
223         (noce_reversed_cond_code): New function.
224         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
225         reversed_comparison_code.  Formatting fix.
226         (noce_try_store_flag): Test rev_cond != NULL in addition to
227         reversed_comparison_code.
228         (noce_try_store_flag_constants): Likewise.
229         (noce_try_store_flag_mask): Likewise.
230         (noce_try_addcc): Use rev_cond if non-NULL instead of
231         reversed_comparison_code.
232         (noce_try_cmove_arith): Likewise.  Formatting fixes.
233         (noce_try_minmax, noce_try_abs): Clear rev_cond.
234         (noce_find_if_block): Initialize rev_cond.
235         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
236         instead of false as last argument never attempt to reverse it
237         afterwards.
239 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
241         PR tree-optimization/79663
242         * tree-predcom.c (combine_chains): Process refs in reverse order
243         only for ZERO length chains, and add explaining comment.
245 2017-02-23  Jeff Law  <law@redhat.com>
247         PR tree-optimization/79578
248         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
249         in call to operand_equal_p.
251 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
253         PR target/71017
254         * config/i386/cpuid.h: Fix another undefined behavior.
256 2017-02-23  Richard Biener  <rguenther@suse.de>
258         PR tree-optimization/79683
259         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
260         vector types for data-refs.
262 2017-02-23  Martin Liska  <mliska@suse.cz>
264         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
266 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
268         PR middle-end/79665
269         * internal-fn.c (get_range_pos_neg): Moved to ...
270         * tree.c (get_range_pos_neg): ... here.  No longer static.
271         * tree.h (get_range_pos_neg): New prototype.
272         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
273         are known to be in between 0 and signed maximum inclusive, try to
274         expand both unsigned and signed divmod and use the cheaper one from
275         those.
277 2017-02-22  Jeff Law  <law@redhat.com>
279         PR tree-optimization/79578
280         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
281         to compare base operands.
283 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
285         PR target/79211
286         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
287         gpc_reg_operand instead of fpr_reg_operand.
289 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
291         * config/mips/mips.c (mips_return_in_memory): Force FP
292         vector types to be returned in memory for o32 ABI.
294 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
296         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
297         instead of DW_TAG_member for static data member declarations and don't
298         set no_linkage_name for static inline data members.
299         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
300         to DW_TAG_member.
302 2017-02-22  Martin Liska  <mliska@suse.cz>
304         * doc/invoke.texi: Replace inequality signs with square brackets
305         for -Wnormalized.
307 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
309         PR tree-optimization/68644
310         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
312 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
314         PR target/78660
315         * lra-constraints.c (simplify_operand_subreg): Handle
316         WORD_REGISTER_OPERATIONS targets.
318 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
320         PR target/70465
321         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
322         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
323         elimination by swapping fld*.
325 2017-02-22  Richard Biener  <rguenther@suse.de>
327         PR tree-optimization/79673
328         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
329         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
330         irrelevant address-space qualifiers and avoiding a
331         ADDR_SPACE_CONVERT_EXPR from fold_convert.
333 2017-02-22  Richard Biener  <rguenther@suse.de>
335         PR tree-optimization/79666
336         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
337         to not symbolically negate if that may introduce undefined
338         overflow.
340 2017-02-22  Martin Liska  <mliska@suse.cz>
342         PR lto/79587
343         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
344         * data-streamer-out.c (streamer_write_gcov_count_stream):
345         Likewise.
346         * value-prof.c (stream_out_histogram_value): Make assert more
347         precise based on type of counter.
349 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
351         PR target/79593
352         * config/i386/i386.md (standard_x87sse_constant_load splitter):
353         Use nonimmediate_operand instead of memory_operand for operand 1.
354         (float-extend standard_x87sse_constant_load splitter): Ditto.
356 2017-02-21 Jeff Law  <law@redhat.com>
358         PR tree-optimization/79621
359         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
360         blocks with edges to themselves.
362 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
364         PR target/79633
365         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
366         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
367         Use gimple_call_builtin_p.
369         PR target/79570
370         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
371         on temporarily removed DEBUG_INSNs.
373         PR tree-optimization/79649
374         * tree-loop-distribution.c (classify_partition): Give up on
375         non-generic address space loads/stores.
377 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
379         * doc/loop.texi (Loop manipulation): Remove nonexistent
380         tree_ssa_loop_version from the documentation.
381         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
383 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
385         PR target/79494
386         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
387         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
388         * config/rs6000/rs6000.c: Include except.h.
389         (rs6000_expand_split_stack_prologue): Call
390         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
392 2017-02-21  Martin Jambor  <mjambor@suse.cz>
394         PR lto/79579
395         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
396         have been analyzed.
398 2017-02-21  Martin Jambor  <mjambor@suse.cz>
400         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
401         for backward compatibility only.
402         * doc/invoke.texi (Option Summary): Remove all references to
403         -fipa-cp-alignment.
405 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
407         PR target/78660
408         Revert:
409         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
411         * lra-constraints.c (curr_insn_transform): Handle
412         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
414 2017-02-21  Martin Liska  <mliska@suse.cz>
416         * config/i386/i386.opt: Replace -masm-dialect with -masm.
418 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
420         PR translation/79638
421         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
423 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
425         PR ada/67205
426         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
427         (arm_function_ok_for_sibcall): Return false for an indirect call by
428         descriptor if all the argument registers are used.
429         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
430         alignment of the function.
432 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
434         PR tree-optimization/61441
435         * simplify-rtx.c (simplify_const_unary_operation): For
436         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
437         the sNaN unmodified.
439 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
441         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
442         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
443         instead of SYSTEM_HEADER_DIR.
445 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
446             Martin LiÅ¡ka  <mliska@suse.cz>
448         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
449         Fix typos and grammar, use active voice, and clarify.
451 2017-02-20  Marek Polacek  <polacek@redhat.com>
453         PR middle-end/79537
454         * gimplify.c (gimplify_expr): Handle unused *&&L;.
456         PR sanitizer/79558
457         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
459 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
461         PR target/79568
462         * config/i386/i386.c (ix86_expand_builtin): Handle
463         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
464         ix86_builtins_isa[fcode].isa as a requirement of those
465         flags and any other flag in the bitmask.
466         (ix86_init_mmx_sse_builtins): Use 0 instead of
467         ~OPTION_MASK_ISA_64BIT as mask.
468         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
469         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
470         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
471         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
473 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
475         PR target/78012
476         * lra-constraints.c (split_reg): Check requested split mode
477         is supported by the register.
479 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
481         * lra-constraints.c (simplify_operand_subreg): Remove early
482         return false.
484 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
486         PR target/78660
487         * lra-constraints.c (curr_insn_transform): Tighten condition
488         for converting SUBREG reloads from OP_OUT to OP_INOUT.
490 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
492         PR target/78660
493         * lra-constraints.c (curr_insn_transform): Handle
494         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
496 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
498         Revert:
499         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
501         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
503 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
505         PR c++/69523
506         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
507         description.
509 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
511         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
512         for FMA_EXPR.
514 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
516         * final.c (last_columnnum, override_columnnum): New variables.
517         (final_start_function): Set last_columnnum, pass it to begin_prologue
518         hook and pass 0 to dwarf2out_begin_prologue.
519         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
520         to source_line debug hook.
521         (notice_source_line): Compute last_columnnum and for debug_column_info
522         return true on column changes.
523         * debug.h (struct gcc_debug_hooks): Add column argument to
524         source_line and begin_prologue hooks.
525         (debug_nothing_int_charstar_int_bool): Remove prototype.
526         (debug_nothing_int_int_charstar,
527         debug_nothing_int_int_charstar_int_bool): New prototypes.
528         (dwarf2out_begin_prologue): Add column argument.
529         * debug.c (do_nothing_debug_hooks): Adjust source_line and
530         begin_prologue hooks.
531         (debug_nothing_int_charstar_int_bool): Remove.
532         (debug_nothing_int_int_charstar,
533         debug_nothing_int_int_charstar_int_bool): New functions.
534         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
535         through to dwarf2out_source_line.
536         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
537         (dwarf2out_source_line): Add column argument, emit it if requested.
538         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
539         arguments.
540         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
541         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
542         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
543         through to dwarf2out_begin_prologue.
544         (vmsdbgout_source_line): Add column argument, pass it through to
545         dwarf2out_source_line.
546         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
547         dbxout_source_line caller.
548         (dbxout_source_line): Add column argument.
550         * common.opt (gno-column-info, gcolumn-info): New options.
551         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
552         (check_die): Also test for multiple DW_AT_decl_column attributes.
553         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
554         DW_AT_decl_column if requested.
555         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
556         if requested.
557         (gen_variable_die): Likewise.
558         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
559         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
561         PR target/79569
562         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
563         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
564         (ix86_handle_option): Handle OPT_m3dnowa.
565         * doc/invoke.texi (-m3dnowa): Document.
566         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
567         -m3dnowa instead of -m3dnow -march=athlon.
569         PR target/79559
570         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
571         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
573 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
575         PR target/79261
576         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
577         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
578         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
579         generator for vsx_xxpermdi_<mode>_be.
580         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
581         force big-endian semantics.
582         (vsx_xxpermdi_<mode>_be): New define_expand with same
583         implementation as previous version of vsx_xxpermdi_<mode>.
585 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
587         PR tree-optimization/79327
588         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
589         variable, its initialization and use.
591 2017-02-17  Julia Koval  <julia.koval@intel.com>
593         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
594         (OPTION_MASK_ISA_PKU_UNSET): New.
595         (ix86_handle_option): Handle -mrdpid.
596         * config/i386/cpuid.h (bit_RDPID): New.
597         * config/i386/driver-i386.c (host_detect_local_cpu):
598         Detect RDPID feature.
599         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
600         * config/i386/i386-c.c (ix86_target_macros_internal):
601         Handle RDPID flag.
602         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
603         (ix86_valid_target_attribute_inner_p): Add "rdpid".
604         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
605         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
606         * config/i386/i386.md (define_insn "rdpid"): New.
607         * config/i386/i386.opt Add -mrdpid.
608         * config/i386/immintrin.h (_rdpid_u32): New.
610 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
612         PR rtl-optimization/79541
613         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
614         instead of transforming it into USE.
616 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
618         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
619         If HONOR_SNANS (SFmode) force the input to a register.
620         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
621         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
622         an frsp or similar insn.
624 2017-02-17  Martin Liska  <mliska@suse.cz>
626         PR rtl-optimization/79577
627         * params.def (selsched-max-sched-times): Increase minimum to 1.
629 2017-02-17  Martin Liska  <mliska@suse.cz>
631         PR rtl-optimization/79574
632         * gcse.c (want_to_gcse_p): Prevent integer overflow.
634 2017-02-17  Martin Liska  <mliska@suse.cz>
636         PR tree-optimization/79529
637         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
638         ssa_defined_default_def_p to handle cases which are implicitly
639         defined.
640         * tree-ssa.c (ssa_defined_default_def_p): New function.
641         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
642         which are implicitly defined.
643         * tree-ssa.h (ssa_defined_default_def_p): Declare.
645 2017-02-17  Richard Biener  <rguenther@suse.de>
647         PR middle-end/79576
648         * params.def (max-ssa-name-query-depth): Limit to 10.
650 2017-02-17  Richard Biener  <rguenther@suse.de>
652         PR tree-optimization/79552
653         * tree-ssa-structalias.c (visit_loadstore): Properly verify
654         default defs.
656 2017-02-17  Richard Biener  <rguenther@suse.de>
658         PR bootstrap/79567
659         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
661 2017-02-17  Marek Polacek  <polacek@redhat.com>
663         PR middle-end/79536
664         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
665         (fold_negate_expr): New wrapper.
667 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
669         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
670         Correct terminology and de-emphasize pre-standard behavior.
672 2017-02-16  Alan Modra  <amodra@gmail.com>
674         PR rtl-optimization/79286
675         * ira.c (def_dominates_uses): New function.
676         (update_equiv_regs): Don't create an equivalence for insns that
677         may trap where the register def does not dominate the use.
679 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
681         PR rtl-optimization/78127
682         * lra.c (lra): Call lra_eliminate before finish the loop after
683         lra_constraint.
685 2017-02-16  Richard Biener  <rguenther@suse.de>
687         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
688         isl/isl_val.h.
689         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
690         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
691         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
692         (isl_val_int_from_wi): New function.
693         (extract_affine_gmp): Rename to ...
694         (extract_affine_wi): ... this, take a widest_int.
695         (extract_affine_int): Just wrap extract_affine_wi.
696         (add_param_constraints): Use isl_val_int_from_wi.
697         (add_loop_constraints): Likewise, and extract_affine_wi.
699 2017-02-15 Jeff Law  <law@redhat.com>
701         PR middle-end/79521
702         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
703         ira_init_register_move_cost_if_necessary.
705 2017-02-15  Martin Sebor  <msebor@redhat.com>
707         PR middle-end/32003
708         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
709         removed in a prior commit.
711 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
713         PR tree-optimization/79347
714         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
715         counters during peeling.
717 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
719         * Makefile.in (site.exp): Remove "set ISLVER".
721 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
723         PR target/79487
724         * real.c (real_from_integer): Call real_convert even for decimal.
726 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
728         PR target/79421
729         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
731 2017-02-14  Andrew Pinski  <apinski@cavium.com>
733         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
734         cores and change the partno/implementer to be correct.
735         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
736         the 'B" as the implementer.
737         * config/aarch64/aarch64-tune.md: Regenerate.
739 2017-02-14  Carl Love  <cel@us.ibm.com>
741         * config/rs6000/rs6000.c: Add case statement entry to make the
742         xvcvuxdsp built-in argument unsigned.
743         * config/rs6000/vsx.md: Fix the source and return operand types so they
744         match the instruction definitions from the ISA document.  Fix typo
745         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
746         statement.
748 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
750         PR target/79282
751         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
752         member early_clobber_alts.
753         * lra-lives.c (reg_early_clobber_p): New.
754         (process_bb_lives): Use it.
755         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
756         (debug_operand_data): Initialize early_clobber_alts.
757         (setup_operand_alternative): Set up early_clobber_alts.
758         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
759         alternatives to new_insn_reg.
760         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
761         it.
762         (lra_update_insn_regno_info): Pass the new arg.
764 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
766         PR middle-end/79505
767         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
768         (new_oacc_loop_raw): Don't clear already cleared fields.
770         PR target/79481
771         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
772         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
773         _mm512_prefetch_i64gather_ps): New inline functions and macros.
775 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
777         PR target/79495
778         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
780 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
782         PR target/79498
783         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
784         the extra instruction to the right place to store 128-bit constant
785         when needed.
787 2017-02-14  Martin Sebor  <msebor@redhat.com>
789         PR middle-end/79448
790         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
791           warning for strings of unknown length.
793 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
795         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
797 2017-02-14 Jeff Law  <law@redhat.com>
799         PR target/79404
800         * ira-costs.c (scan_one_insn): Initialize register move costs
801         for pseudos seen in USE/CLOBBER insns.
803         PR tree-optimization/79095
804         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
805         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
806         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
807         if the operands are known to be not equal, then the resulting range
808         is ~[0,0].
809         (intersect_ranges): If the new range is ~[0,0] and the old range is
810         wide, then prefer ~[0,0].
811         * tree-vrp.c (overflow_comparison_p_1): New function.
812         (overflow_comparison_p): New function.
813         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
814         if NAME is used in an overflow test.
815         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
816         overflow check that can be expressed as an equality test, then adjust
817         ops to be that equality test.
819 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
821         * config/s390/s390-builtin-types.def: Remove flags argument.
822         * config/s390/s390.c (s390_init_builtins): Likewise.
824 2017-02-14  Martin Liska  <mliska@suse.cz>
826         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
827         vector.  Fix trailing white spaces.
829 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
831         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
832         HFmode.
834 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
836         PR rtl-optimization/68664
837         * config/arm/arm.c (arm_sched_can_speculate_insn):
838         New function.  Declare prototype.
839         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
841 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
843         PR rtl-optimization/68664
844         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
845         New function.
846         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
848 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
850         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
851         max skip bytes for function, loop and jump.
853 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
855         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
856         ABS_EXPR for gimple dump.
858 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
860         PR target/79462
861         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
863         PR tree-optimization/79408
864         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
865         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
866         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
867         also if rhs1 is INTEGER_CST.
869 2017-02-14  Richard Biener  <rguenther@suse.de>
871         PR middle-end/79432
872         * tree-into-ssa.c (insert_phi_nodes): When the function can
873         have abnormal edges rewrite SSA names with broken use-def
874         dominance out of SSA and register them for PHI insertion.
876 2017-02-13  Martin Sebor  <msebor@redhat.com>
878         PR middle-end/79496
879         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
880         clearing info.nowrite flag when snprintf size argument is a range.
882 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
884         * cprop.c (cprop_jump): Add missing space in string literal.
885         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
886         (get_constraint_for_component_ref): Likewise.
887         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
888         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
889         * lra-constraints.c (process_alt_operands): Likewise.
890         * ipa-inline.c (inline_small_functions): Likewise.
891         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
892         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
893         * trans-mem.c (diagnose_tm_1_op): Likewise.
894         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
895         (grid_parallel_clauses_gridifiable): Likewise.
897         * config/nvptx/mkoffload.c (process): Add space in between
898         , and %d.
900         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
901         "MOD4_SSE_REGS" and "ALL_REGS".
903         * spellcheck.c (test_data): Add , in between "foo" and "food".
905 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
907         PR target/79449
908         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
909         boundary crossing check and subsequent code generation agree.
911 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
913         * config/aarch64/aarch64.c (has_memory_op): Delete.
914         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
915         has_memory_op.
917 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
919         PR rtl-optimization/79388
920         PR rtl-optimization/79450
921         * combine.c (distribute_notes): When removing TEM_INSN for which
922         corresponding dest has last value recorded, invalidate that last
923         value.
925 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
927         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
928         of explicit '@'.  Add missing assembly comment marker on branch costs
929         printout.
931 2017-02-13  Nathan Sidwell  <nathan@acm.org>
933         * gengtype-lex.l (<in_struct>): Add '/'.
935 2017-02-13  Martin Liska  <mliska@suse.cz>
937         PR c/79471
938         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
940 2017-02-13  Richard Biener  <rguenther@suse.de>
942         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
943         Remove.
944         * configure: Re-generate.
945         * config.in: Likewise.
946         * graphite-dependences.c: Simplify as if
947         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
948         * graphite-isl-ast-to-gimple.c: Likewise.
949         * graphite-optimize-isl.c: Likewise.
950         * graphite-poly.c: Likewise.
951         * graphite-sese-to-poly.c: Likewise.
952         * graphite.h: Likewise.
953         * toplev.c: Include isl/version.h and use isl_version () for
954         printing the ISL version.
955         * doc/install.texi: Update ISL requirement.
957 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
959         * doc/standards.texi (Standards): Update reference to
960         Objective-C 2.0.
962 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
963         
964         * doc/extend.texi (Named Address Spaces): sourceware.org now
965         defaults to https.
966         * doc/install.texi (Binaries): Ditto.
967         (Specific): Ditto.
969 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
971         * doc/cpp.texi: Replace "stringify"/"stringification" with C 
972         standard terminology "stringize"/"stringizing" throughout.
973         * doc/cppinternals.texi: Likewise.
975 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
977         * doc/extend.texi: Fix some spelling mistakes and typos.
978         * doc/invoke.texi: Likewise.
980 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
982         PR ipa/79224
983         * params.def (inline-min-speedup) Change from 10 to 8.
985 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
987         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
988         4.5.
990 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
992         PR ipa/79224
993         * ipa-inline-analysis.c (get_minimal_bb): New function.
994         (record_modified): Use it.
995         (remap_edge_change_prob): Handle also ancestor functions.
997 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
999         * doc/contrib.texi (Contributors): Remove broken link into
1000         the Mauve CVS repository.
1002 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
1004         PR middle-end/79454
1005         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
1006         result computation whenever lhs doesn't have vector mode, not
1007         just when it has BLKmode.
1009 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
1011         * doc/makefile.texi (profiledbootstrap): Refer to the
1012         installation instructions only in textual form.
1014 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1016         PR target/79295
1017         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
1019 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
1021         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
1022         (Specific): Update mingw-w64 reference.
1023         (Binaries): Ditto.
1024         (Specific): Remove broken link to Renesas RX processor.
1026 2017-02-10  Richard Biener  <rguenther@suse.de>
1028         * toplev.c (process_options): Do not mention obsolete graphite
1029         options when printing sorry message about missing graphite support.
1030         Mention -floop-nest-optimize.
1032 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
1034         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
1035         (vtst_p16): Likewise.
1036         (vtstq_p8): Likewise.
1037         (vtstq_p16): Likewise.
1038         (vtst_p64): New.
1039         (vtstq_p64): Likewise.
1040         * config/arm/arm_neon.h (vgetq_lane_p64): New.
1041         (vset_lane_p64): New.
1042         (vsetq_lane_p64): New.
1044 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
1046         PR tree-optimization/79411
1047         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
1048         stmt operands are SSA_NAMEs used in abnormal phis.
1049         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
1050         phis.
1052 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
1054         PR ipa/70795
1055         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
1056         flag if needed.
1058 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
1060         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
1062 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
1064         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
1065         to avoid warning.
1067         PR c/79413
1068         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
1069         not arbitrary TREE_CONSTANT.
1071         PR c/79431
1072         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
1073         "omp declare target link" attribute unless is_global_var.
1074         * omp-offload.c (find_link_var_op): Likewise.
1076 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
1077             Chung-Lin Tang  <cltang@codesourcery.com>
1079         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
1080         OMP_CLAUSE_TILE.
1081         (gimplify_adjust_omp_clauses): Don't delete TILE.
1082         (gimplify_omp_for): Deal with TILE.
1083         * internal-fn.c (expand_GOACC_TILE): New function.
1084         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
1085         (GOACC_TILE): New.
1086         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
1087         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
1088         element fields.
1089         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
1090         avoid DIV for outermost collapse var.
1091         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
1092         Remove out of date comments, fix whitespace.
1093         * omp-general.c (omp_extract_for_data): Deal with tiling.
1094         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
1095         adjust OLF_DIM_BASE value.
1096         (struct omp_for_data): Add tiling field.
1097         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
1098         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
1099         for auto loops.  Remove default auto determining, moved to
1100         oacc_loop_fixed_partitions.
1101         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
1102         stmts, add e_mask field.
1103         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
1104         (oacc_thread_numbers): Use oacc_dim_call.
1105         (oacc_xform_tile): New.
1106         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
1107         (finish_oacc_loop): Adjust for ifns vector.
1108         (oacc_loop_discover_walk): Append loop abstraction sites to list,
1109         add case for GOACC_TILE fns.
1110         (oacc_loop_xform_loop): Delete.
1111         (oacc_loop_process): Iterate over call list directly, and add
1112         handling for GOACC_TILE fns.
1113         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
1114         dump partitioning.
1115         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
1116         vector partitioning to outer loops.  Assign 2 partitions to loops
1117         when available. Add TILE handling.
1118         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
1119         (execite_oacc_device_lower): Process GOACC_TILE fns, ignore unknown specs.
1120         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
1121         * tree.c (omp_clause_num_ops): Adjust TILE ops.
1122         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
1124 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
1126         * configure.ac (ACX_BUGURL): Update.
1127         * configure: Regenerate.
1129 2017-02-09  Richard Biener  <rguenther@suse.de>
1131         PR tree-optimization/69823
1132         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
1133         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
1135 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1137         * config/arc/arc-c.def: Add __NPS400__ definition.
1138         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
1139         (TARGET_NPS400): Define.
1141 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1143         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
1144         file.
1145         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
1146         pointer, arch_info.
1147         (arc_cpu_types): Fill the arch_info field with a pointer into the
1148         arc_arch_types table.
1149         (arc_selected_cpu): Declare.
1150         * config/arc/arc.c (arc_selected_cpu): Make global.
1151         (arc_selected_arch): Delete.
1152         (arc_base_cpu): Delete.
1153         (arc_override_options): Remove references to deleted variables,
1154         update access to arch information.
1155         (ARC_OPT): Update access to arch information.
1156         (ARC_OPTX): Likewise.
1157         * config/arc/arc.h (arc_base_cpu): Remove declaration.
1158         (TARGET_ARC600): Update access to arch information.
1159         (TARGET_ARC601): Likewise.
1160         (TARGET_ARC700): Likewise.
1161         (TARGET_EM): Likewise.
1162         (TARGET_HS): Likewise.
1163         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
1164         information.
1166 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
1168         PR target/78604
1169         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
1170         condition/operands for integer GE/LE/GEU/LEU operations.
1172 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
1174         PR translation/79397
1175         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
1176         of AltiVec.
1178 2017-02-08  Martin Jambor  <mjambor@suse.cz>
1180         PR ipa/79375
1181         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
1182         whether allocation happened.
1183         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
1184         nothing was allocated.
1186 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
1188         PR tree-optimization/79408
1189         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
1190         constant, but SSA_NAME with a known integer range, use the minimum
1191         of that range instead of op1 to determine if modulo can be replaced
1192         with its first operand.
1194 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1196         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
1198 2017-02-08  Richard Biener  <rguenther@suse.de>
1200         PR tree-optimization/71824
1201         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
1202         Check all loops contained in the merged region.
1204 2017-02-07  Andrew Pinski  <apinski@cavium.com>
1206         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
1208 2017-02-07  Andrew Pinski  <apinski@cavium.com>
1210         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
1211         (thunderxt88): Likewise.
1212         (thunderxt81): Disable LSE and change v8.1 to v8.
1213         (thunderxt83): Likewise.
1215 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
1216             Richard Biener  <rguenther@suse.de>
1218         PR middle-end/79399
1219         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
1220         type from int to size_t.
1221         * ira-costs.c (struct_costs_size): Change type from int to size_t.
1223 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
1225         PR rtl-optimization/79386
1226         * cprop.c (bypass_conditional_jumps): Initialize
1227         bypass_last_basic_block already before splitting bbs after
1228         unconditional traps...
1229         (bypass_conditional_jumps): ... rather than here.
1231         PR target/79299
1232         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
1233         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
1234         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
1235         fix -masm=intel patterns.
1237 2017-02-07  Richard Biener  <rguenther@suse.de>
1239         PR tree-optimization/79256
1240         PR middle-end/79278
1241         * builtins.c (get_object_alignment_2): Use min_align_of_type
1242         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
1243         and ADJUST_FIELD_ALIGN.
1245         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
1246         type parameter.
1247         * doc/tm.texi: Regenerate.
1248         * stor-layout.c (layout_decl): Adjust.
1249         (update_alignment_for_field): Likewise.
1250         (place_field): Likewise.
1251         (min_align_of_type): Likewise.
1252         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
1253         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
1254         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
1255         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
1256         * config/frv/frv.c (frv_adjust_field_align): Likewise.
1257         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
1258         * config/i386/i386.c (x86_field_alignment): Likewise.
1259         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
1260         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
1261         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
1262         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
1263         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
1264         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
1265          Likewise.
1267         Revert
1268         2017-01-30  Richard Biener  <rguenther@suse.de>
1270         PR tree-optimization/79256
1271         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
1272         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
1273         alignment on TYPE.
1275 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
1277         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
1278         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
1279         builtins to SImode and emit a zero-extend, if necessary.
1281 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
1283         * docs/invoke.texi (RISC-V Options): Alphabetize.
1285 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
1287         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
1288         options.
1290 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
1292         * config/riscv/riscv.c: New file.
1293         * gcc/common/config/riscv/riscv-common.c: Likewise.
1294         * config.gcc: Likewise.
1295         * config/riscv/constraints.md: Likewise.
1296         * config/riscv/elf.h: Likewise.
1297         * config/riscv/generic.md: Likewise.
1298         * config/riscv/linux.h: Likewise.
1299         * config/riscv/multilib-generator: Likewise.
1300         * config/riscv/peephole.md: Likewise.
1301         * config/riscv/pic.md: Likewise.
1302         * config/riscv/predicates.md: Likewise.
1303         * config/riscv/riscv-builtins.c: Likewise.
1304         * config/riscv/riscv-c.c: Likewise.
1305         * config/riscv/riscv-ftypes.def: Likewise.
1306         * config/riscv/riscv-modes.def: Likewise.
1307         * config/riscv/riscv-opts.h: Likewise.
1308         * config/riscv/riscv-protos.h: Likewise.
1309         * config/riscv/riscv.h: Likewise.
1310         * config/riscv/riscv.md: Likewise.
1311         * config/riscv/riscv.opt: Likewise.
1312         * config/riscv/sync.md: Likewise.
1313         * config/riscv/t-elf-multilib: Likewise.
1314         * config/riscv/t-linux: Likewise.
1315         * config/riscv/t-linux-multilib: Likewise.
1316         * config/riscv/t-riscv: Likewise.
1317         * configure.ac: Likewise.
1318         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
1319         Waterman as RISC-V maintainers.
1320         * doc/install.texi: Add RISC-V entries.
1321         * doc/invoke.texi: Add RISC-V options section.
1322         * doc/md.texi: Add RISC-V constraints section.
1323         * configure: Regenerated.
1325 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
1327         PR target/66144
1328         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
1329         false values to be constant vectors with all 0 or all 1 bits set.
1330         (vcondu<mode><mode>): Likewise.
1331         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
1332         predicate.
1333         (fpmask_comparison_operator): Update comment.
1334         (vecint_comparison_operator): New predicate.
1335         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
1336         vector conditionals when the true and false values are constant
1337         vectors with all 0 bits or all 1 bits set.
1339 2017-02-06  Martin Sebor  <msebor@redhat.com>
1341         PR  tree-optimization/79376
1342         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
1344 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
1346         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
1347         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
1348         to simplify split condition.
1350 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
1352         * omp-expand.c (oxpand_omp_atomic_fetch_op,
1353         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
1354         false.
1356 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
1358         PR rtl-optimization/68664
1359         * target.def (can_speculate_insn): New hook.
1360         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
1361         * doc/tm.texi: Regenerate.
1362         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
1363         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
1364         (rs6000_sched_can_speculate_insn): New function.
1366 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
1368         PR tree-optimization/79284
1369         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
1370         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
1371         vectorizable_mask_load_store, vectorizable_operation,
1372         vect_is_simple_cond, get_same_sized_vectype): Use it instead
1373         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
1374         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
1375         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
1376         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
1377         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
1378         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
1379         is_gimple_assign (stmt).  Replace another such test with
1380         is_gimple_assign (stmt).
1382 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
1384         PR target/78883
1385         * config/avr/avr.c (rtl-iter.h): Include it.
1386         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
1387         (avr_legitimate_combined_insn): ...and implementation.
1389 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1391         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
1392         * config/s390/s390.c (s390_const_operand_ok)
1393         (s390_canonicalize_comparison, s390_extract_part)
1394         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
1395         (s390_contiguous_bitmask_p, s390_rtx_costs)
1396         (legitimize_pic_address): Likewise.
1397         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
1398         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
1399         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
1400         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
1401         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
1403 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
1405         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
1406         REGNO($0) == REGNO($1).
1408 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1410         * config/s390/linux.h(SIZE_TYPE): Add comment.
1412 2017-02-06  Julian Brown  <julian@codesourcery.com>
1413             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
1414             Virendra Pathak  <virendra.pathak@broadcom.com>
1416         * config/aarch64/aarch64-cores.def: Change the scheduler
1417         to Thunderx2t99.
1418         * config/aarch64/aarch64.md: Include thunderx2t99.md.
1419         * config/aarch64/thunderx2t99.md: New file.
1421 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1423         * doc/standards.texi (Go Language): Update link to language
1424         standard.
1426 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
1428         * tree-eh.c (lower_resx): Sanitize profile.
1429         (cleanup_empty_eh_move_lp): Likewise.
1431 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
1433         PR tree-ssa/79347
1434         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
1435         ELSE_PROB.
1436         * cfgloopmanip.h (loop_version): Update prototype.
1437         * modulo-sched.c (sms_schedule): Update call of loop_version.
1438         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
1439         * tree-parloops.c (gen_parallel_loop): Likewise.
1440         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
1441         * tree-ssa-loop-split.c (split_loop): Likewise.
1442         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
1443         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
1445 2017-02-05  Martin Liska  <mliska@suse.cz>
1447         PR bootstrap/78985
1448         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
1449         variable to NULL.
1450         (print_operand_address): Initialize a struct to zero.
1452 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1454         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
1455         garbage collector only in textual form.
1457 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1458         
1459         * doc/extend.texi (x86 specific memory model extensions for
1460         transactional memory): Simplify a phrase.
1462 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
1464         PR target/79353
1465         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
1466         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
1467         (atomic_storedi_1): Likewise.
1469 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
1471         PR tree-optimization/79338
1472         * tree-parloops.c (gather_scalar_reductions): Don't call
1473         vect_analyze_loop_form for loop->inner before destroying loop's
1474         loop_vinfo.
1476 2017-02-03  Martin Sebor  <msebor@redhat.com>
1478         PR tree-optimization/79327
1479         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
1480         when precision has resulted in leading zeros.
1481         (format_integer): Adjust the likely counter to assume an unknown
1482         argument that may be zero is non-zero.
1484 2017-02-03  Jason Merrill  <jason@redhat.com>
1486         PR c++/78689
1487         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
1488         avoid copying non-taken branch.
1490 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
1492         PR tree-optimization/79340
1493         * tree-vect-loop.c (vectorizable_reduction): Release
1494         vec_defs elements after safe_splicing them into other vectors.
1495         Formatting fixes.
1497         PR tree-optimization/79327
1498         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
1499         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
1500         dirtype.
1501         (format_integer): Use wide_int_to_tree instead of build_int_cst
1502         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
1503         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
1504         of shortest and longest sequence.
1506 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
1508         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
1509         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
1511 2017-02-03  Walter Lee  <walt@tilera.com>
1513         PR target/78862
1514         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
1515         after initial stackframe link reg save.
1516         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
1518 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
1520         PR target/79354
1521         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
1522         wu for stxssp alternative.
1524 2017-02-03  Martin Sebor  <msebor@redhat.com>
1526         PR tree-optimization/79352
1527         * gimple-fold.c (get_range_strlen): Add argument.
1528         (get_range_strlen): Change return type to bool.
1529         (get_maxval_strlen): Pass in a dummy argument.
1530         * gimple-fold.h (get_range_strlen): Change return type to bool.
1531         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
1532         * tree.h (array_at_struct_end_p): Add argument.
1533         * tree.c (array_at_struct_end_p): Handle it.
1535 2017-02-03  Martin Liska  <mliska@suse.cz>
1537         PR lto/66295
1538         * multiple_target.c (create_dispatcher_calls): Redirect edge
1539         from a caller of a dispatcher.
1540         (expand_target_clones): Make the clones local.
1541         (ipa_target_clone): Do both target clones and resolvers.
1542         (ipa_dispatcher_calls): Remove the pass.
1543         (pass_dispatcher_calls::gate): Likewise.
1544         (make_pass_dispatcher_calls): Likewise.
1545         * passes.def (pass_target_clone): Put as very first IPA early
1546         pass.
1548 2017-02-03  Martin Liska  <mliska@suse.cz>
1550         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
1551         in case of a function with ifunc attribute.
1553 2017-02-03  Martin Liska  <mliska@suse.cz>
1555         * cgraph.c (cgraph_node::dump): Dump function version info.
1556         * symtab.c (symtab_node::dump_base): Add missing new line.
1558 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
1560         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
1561         (ifcombine_ifandif): Use it.
1563 2017-02-03  Martin Liska  <mliska@suse.cz>
1565         * doc/invoke.texi: Document default value for
1566         use-after-scope-direct-emission-threshold.
1568 2017-02-03  Martin Liska  <mliska@suse.cz>
1570         PR tree-optimization/79339
1571         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
1572         (format_floating): Likewise.
1574 2017-02-03  Martin Liska  <mliska@suse.cz>
1576         PR ipa/79337
1577         * ipa-prop.c (ipa_node_params_t::insert): Remove current
1578         implementation.
1579         (ipa_node_params_t::remove): Likewise.
1580         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
1581         initialization from removed ipa_node_params_t::insert.
1582         (ipa_node_params::~ipa_node_params): Move from removed
1583         ipa_node_params_t::release.
1584         * symbol-summary.h (symbol_summary::m_released): New member.
1585         Do not release a summary twice.  Do not allow to call finalizer
1586         for types of a summary that live in GGC memory.
1588 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
1590         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
1591         cmp_branch fusion.
1593 2017-02-02  Martin Sebor  <msebor@redhat.com>
1595         PR middle-end/79275
1596         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
1597         (format_string): Tighten up the range of output for non-constant
1598         strings and correct the expected range for wide non-constant strings.
1600 2017-02-02  Martin Sebor  <msebor@redhat.com>
1602         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
1604         PR middle-end/32003
1605         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
1606         index.
1607         (-fdump-tree-@var): Add to index and document how to come up
1608         with pass-specific option and dump file names.
1609         (-fdump-passes): Clarify where to look for output.
1611 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
1613         PR middle-end/77445
1614         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
1615         statistics of the analyzed path; allow threading for speed when
1616         any of BBs along the path are optimized for speed.
1618 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
1620         PR middle-end/78468
1621         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
1622         settings of the virtual registers.
1624         Revert again
1625         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1627         * explow.c (get_dynamic_stack_size): Take known alignment of stack
1628         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
1629         needed.
1631 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1633         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
1634         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
1636 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1638         * config/s390/s390.md: Add missing comments with the expanded
1639         mnemonics.
1640         * config/s390/vector.md: Likewise.
1641         * config/s390/vx-builtins.md: Likewise.
1643 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
1645         PR target/79197
1646         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
1647         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
1648         conditions on a single line.
1650 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1652         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
1653         __S390_VX__ to __VX__.
1655 2017-02-01  Andrew Pinski  <apinski@cavium.com>
1657         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
1658         stmt_info to record_stmt_cost.
1659         (vect_get_known_peeling_cost): Pass stmt_info if known to
1660         record_stmt_cost.
1661         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
1662         cpu_vector_cost field into
1663         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
1664         field into vec_int_stmt_cost and vec_fp_stmt_cost.
1665         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
1666         splitting of scalar_stmt_cost and vec_stmt_cost.
1667         (thunderx_vector_cost): Likewise.
1668         (cortexa57_vector_cost): LIkewise.
1669         (exynosm1_vector_cost): Likewise.
1670         (xgene1_vector_cost): Likewise.
1671         (thunderx2t99_vector_cost): Improve after the splitting of the two
1672         fields.
1673         (aarch64_builtin_vectorization_cost): Update for the splitting of
1674         scalar_stmt_cost and vec_stmt_cost.
1676 2017-02-01  Torvald Riegel  <triegel@redhat.com>
1677             Richard Henderson  <rth@redhat.com>
1679         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
1680         conditional on existance of a fast atomic load.
1681         * optabs-query.c (can_atomic_load_p): New function.
1682         * optabs-query.h (can_atomic_load_p): Declare it.
1683         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
1684         no fast atomic load is available for the particular size of access.
1685         (expand_atomic_compare_and_swap): Likewise.
1686         (expand_atomic_load): Likewise.
1687         (expand_atomic_store): Likewise.
1688         (expand_atomic_fetch_op): Likewise.
1689         * testsuite/lib/target-supports.exp
1690         (check_effective_target_sync_int_128): Remove x86 because it provides
1691         no fast atomic load.
1692         (check_effective_target_sync_int_128_runtime): Likewise.
1694 2017-02-01  Richard Biener  <rguenther@suse.de>
1696         * graphite.c: Include tree-vectorizer.h for find_loop_location.
1697         (graphite_transform_loops): Provide opt-info for optimized nests.
1698         * tree-parloop.c (parallelize_loops): Provide opt-info for
1699         parallelized loops.
1701 2017-02-01  Richard Biener  <rguenther@suse.de>
1703         PR middle-end/79315
1704         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
1705         was not set before.
1707 2017-02-01  Richard Biener  <rguenther@suse.de>
1709         PR tree-optimization/71824
1710         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
1711         Verify the loops are valid in the merged SESE region.
1712         (scop_detection::can_represent_loop_1): Check analyzing the
1713         evolution of the number of iterations in the region succeeds.
1715 2017-01-31  Ian Lance Taylor  <iant@golang.org>
1717         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
1718         REG_ARGS_SIZE note to 32-bit push insns and call insn.
1720 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
1722         PR preprocessor/79210
1723         * input.c (get_substring_ranges_for_loc): Replace line_width
1724         assertion with error-handling.
1726 2017-01-31  Richard Biener  <rguenther@suse.de>
1728         PR tree-optimization/77318
1729         * graphite-sese-to-poly.c (extract_affine): Fix assert.
1730         (create_pw_aff_from_tree): Take loop parameter.
1731         (add_condition_to_pbb): Pass loop of the condition to
1732         create_pw_aff_from_tree.
1734 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
1736         * config/s390/s390.c (s390_asan_shadow_offset): New function.
1737         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
1739 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
1741         PR target/78597
1742         PR target/79038
1743         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
1744         no longer used.
1745         (convert_int_to_float128): Likewise.
1746         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
1747         (convert_int_to_float128): Likewise.
1748         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
1749         (UNSPEC_IEEE128_CONVERT): Likewise.
1750         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
1751         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
1752         Use local variables for IBM extended format.
1753         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
1754         (fix_trunc<mode>si2_fprs): Likewise.
1755         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
1756         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
1757         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
1758         to know that we can now have integers of all sizes in vector
1759         registers.
1760         (fix<uns>_<mode>di2_hw): Likewise.
1761         (float<uns>_<mode>si2_hw): Likewise.
1762         (fix_<mode>si2_hw): Likewise.
1763         (fixuns_<mode>si2_hw): Likewise.
1764         (float<uns>_<mode>di2_hw): Likewise.
1765         (float_<mode>di2_hw): Likewise.
1766         (float_<mode>si2_hw): Likewise.
1767         (floatuns_<mode>di2_hw): Likewise.
1768         (floatuns_<mode>si2_hw): Likewise.
1769         (xscvqp<su>wz_<mode>): Delete, no longer used.
1770         (xscvqp<su>dz_<mode>): Likewise.
1771         (xscv<su>dqp_<mode>): Likewise.
1772         (ieee128_mfvsrd_64bit): Likewise.
1773         (ieee128_mfvsrd_32bit): Likewise.
1774         (ieee128_mfvsrwz): Likewise.
1775         (ieee128_mtvsrw): Likewise.
1776         (ieee128_mtvsrd_64bit): Likewise.
1777         (ieee128_mtvsrd_32bit): Likewise.
1779 2017-01-31  Martin Liska  <mliska@suse.cz>
1781         PR ipa/79285
1782         * ipa-prop.c (ipa_free_all_node_params): Call release method
1783         instead of ~sumbol_summary to not to trigger double times
1784         dtor of hash_map.
1786 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
1788         PR tree-optimization/71691
1789         * bitmap.h (class auto_bitmap): New.
1790         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
1791         is_maybe_undefined instead of ssa_undefined_value_p.
1793 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1795         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
1796         __S390_ARCH_LEVEL__ to __ARCH__.
1798 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
1800         PR tree-optimization/79267
1801         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
1802         if should_remove_lhs_p is true.
1804 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
1806         PR debug/63238
1807         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
1808         (add_alignment_attribute): New.
1809         (base_type_die): Add alignment attribute.
1810         (subrange_type_die): Likewise.
1811         (modified_type_die): Likewise.
1812         (gen_array_type_die): Likewise.
1813         (gen_descr_array_type_die: Likewise.
1814         (gen_enumeration_type_die): Likewise.
1815         (gen_subprogram_die): Likewise.
1816         (gen_variable_die): Likewise.
1817         (gen_field_die): Likewise.
1818         (gen_ptr_to_mbr_type_die): Likewise.
1819         (gen_struct_or_union_type_die): Likewise.
1820         (gen_subroutine_type_die): Likewise.
1821         (gen_typedef_die): Likewise.
1822         (base_type_cmp): Compare alignment attribute.
1824 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1826         PR target/79170
1827         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
1828         (setb_unsigned) New pattern for setb with CCUNS.
1829         * config/rs6000/rs6000.c (expand_block_compare): Use a different
1830         subfc./subfe sequence to avoid overflow problems.  Generate a
1831         shorter sequence with cmpld/setb for power9.
1832         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
1833         for generating subfc. instruction.
1834         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
1835         now uses this instruction.
1837 2017-01-30  Ian Lance Taylor  <iant@google.com>
1839         PR debug/79289
1840         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
1841         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
1843 2017-01-30  Martin Sebor  <msebor@redhat.com>
1845         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
1846         Move constant to the right of a relational operator.
1847         (get_mpfr_format_length, format_character, format_string): Ditto.
1848         (should_warn_p, maybe_warn): Same.
1850         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
1852 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
1854         PR lto/79061
1855         * asan.c (get_translation_unit_decl): Remove function.
1856         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
1858 2017-01-30  Martin Liska  <mliska@suse.cz>
1860         PR gcov-profile/79259
1861         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
1862         -fprofile-generate.
1864 2017-01-30  Martin Liska  <mliska@suse.cz>
1866         PR bootstrap/78985
1867         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
1868         Initialize variables with NULL value.
1870 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
1872         PR target/79260
1873         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
1874         tm_p_file.
1875         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
1877 2017-01-30  Richard Biener  <rguenther@suse.de>
1879         PR tree-optimization/79276
1880         * tree-vrp.c (process_assert_insertions): Properly adjust common
1881         when removing a duplicate.
1883         * gcc.dg/torture/pr79276.c: New testcase.
1885 2017-01-30  Richard Biener  <rguenther@suse.de>
1887         PR tree-optimization/79256
1888         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
1889         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
1890         alignment on TYPE.
1891         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
1893 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1895         PR target/79240
1896         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
1897         ("*r<noxa>sbg_<mode>_sll_bitmask")
1898         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
1899         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
1900         Use contiguous_bitmask_nowrap_operand.
1902 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1904         PR target/79268
1905         * config/rs6000/altivec.h (vec_xl): Revise #define.
1906         (vec_xst): Likewise.
1908 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
1910         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
1912 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
1914         PR rtl-optimization/79194
1915         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
1916         traps before call to bypass_conditional_jumps.
1918 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
1920         PR tree-optimization/71374
1921         * lra-constraints.c (check_conflict_input_operands): New.
1922         (match_reload): Use it.
1924 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
1926         PR target/79131
1927         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
1928         account to calculate conflict_set.
1930 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
1932         PR rtl-optimization/78559
1933         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
1934         other_insn in combine.
1936 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1938         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
1939         uint16_type_node for BT_UINT16.
1941 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
1943         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
1944         "RTL Tests" to menu.
1945         (GIMPLE Tests): New node.
1946         (RTL Tests): New node.
1948 2017-01-27  Richard Biener  <rguenther@suse.de>
1950         PR tree-optimization/79245
1951         * tree-loop-distribution.c (distribute_loop): Apply cost
1952         modeling also to detected patterns.
1954 2017-01-27  Richard Biener  <rguenther@suse.de>
1956         PR tree-optimization/71433
1957         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
1958         (compare_assert_loc): New function.
1959         (process_assert_insertions): Sort and optimize assert locations
1960         to remove duplicates and push down identical assertions on
1961         edges to their destination block.
1963 2017-01-27  Richard Biener  <rguenther@suse.de>
1965         PR tree-optimization/79244
1966         * tree-vrp.c (remove_range_assertions): Forcefully propagate
1967         out SSA names even if abnormal.
1969 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
1971         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
1972         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
1973         instead of MPFR_RNDN.
1975 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
1977         PR target/79239
1978         * arm.c (arm_option_override): Don't call build_target_option_node
1979         until after doing all option overrides.
1980         (arm_valid_target_attribute_tree): Likewise.
1982 2017-01-27  Martin Liska  <mliska@suse.cz>
1984         * doc/invoke.texi (-fprofile-arcs): Document profiling support
1985         for {cd}tors and C++ {cd}tors.
1987 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1989         * config/s390/s390.md ("*setmem_long_and")
1990         ("*setmem_long_and_31z"): Use zero_extend instead of and.
1992 2017-01-26  Martin Sebor  <msebor@redhat.com>
1994         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
1995         of precision.
1997 2017-01-26  Martin Sebor  <msebor@redhat.com>
1999         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
2000         HAVE_DFmode before using XFmode or DFmode.
2001         (parse_directive): Avoid using the z length modifier to avoid
2002         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
2004         PR middle-end/78703
2005         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
2006         to accept adjustment as an array.
2007         (get_int_range): New function.
2008         (struct directive): Make width and prec arrays.
2009         (directive::set_width, directive::set_precision): Call get_int_range.
2010         (format_integer, format_floating): Handle width and precision ranges.
2011         (format_string, parse_directive): Same.
2013 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2015         PR debug/79129
2016         * dwarf2out.c (generate_skeleton_bottom_up): For children with
2017         comdat_type_p set, just clone them, but keep the children in the
2018         original DIE.
2020         PR debug/78835
2021         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
2022         which have direct callers with -fvar-tracking-assignments enabled
2023         in the current TU.
2024         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
2025         inside of type units.
2027 2017-01-26  Martin Sebor  <msebor@redhat.com>
2029         PR middle-end/78703
2030         * gimple-ssa-sprintf.c (struct result_range): Add likely and
2031         unlikely counters.
2032         (struct format_result): Replace number_chars, number_chars_min,
2033         and number_chars_max with a single member of struct result_range.
2034         Remove bounded.
2035         (format_result::operator+=): Adjust.
2036         (struct fmtresult): Remove bounded.  Handle likely and unlikely
2037         counters.
2038         (fmtresult::adjust_for_width_or_precision): New function.
2039         (fmtresult:type_max_digits): New function.
2040         (bytes_remaining): Handle likely and unlikely counters.
2041         (min_bytes_remaining): Remove.
2042         (format_percent): Simplify.
2043         (format_integer, format_floating): Set likely and unlikely counters.
2044         (get_string_length, format_character, format_string): Same.
2045         (format_plain, should_warn_p): New function.
2046         (maybe_warn): Call should_warn_p.  Update diagnostic messages
2047         and handle those for all directives, including plain strings.
2048         (format_directive): Handle likely and unlikely counters.
2049         Remove unnecessary quoting from diagnostics.  Add an informational
2050         note.
2051         (add_bytes): Remove.
2052         (pass_sprintf_length::compute_format_length): Simplify.
2053         (try_substitute_return_value): Handle likely and unlikely counters.
2055 2017-01-26  Carl Love  <cel@us.ibm.com>
2057         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
2058         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
2060 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
2062         PR target/79131
2063         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
2064         endianess for subregs into account.
2065         * lra-constraints.c (lra_constraints): Do risky transformations
2066         always on the first iteration.
2067         * lra-lives.c (check_pseudos_live_through_calls): Add arg
2068         last_call_used_reg_set.
2069         (process_bb_lives): Define and use last_call_used_reg_set.
2070         * lra.c (lra): Always continue after lra_constraints on the first
2071         iteration.
2073 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
2075         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
2076         constant.
2077         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
2079 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2081         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
2082         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
2083         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
2084         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
2085         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
2086         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
2087         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
2088         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
2089         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
2091 2017-01-26  Marek Polacek  <polacek@redhat.com>
2093         PR c/79199
2094         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
2095         for the third operand.
2097 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2099         PR middle-end/79236
2100         * omp-low.c (struct omp_context): Add simt_stmt field.
2101         (scan_omp_for): Return omp_context *.
2102         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
2103         context to the _simt_ SIMD stmt.
2104         (lower_omp_for): For combined SIMD with sibling _simt_
2105         SIMD, make sure to use the same decls in _looptemp_
2106         clauses as in the sibling.
2108 2017-01-26  David Sherwood  <david.sherwood@arm.com>
2110         PR middle-end/79212
2111         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
2112         all contexts.
2114 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
2116         PR target/70465
2117         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
2118         emit fld b; fld a; if possible.
2120         * brig-builtins.def: Update copyright years.
2121         * config/arm/arm_acle_builtins.def: Update copyright years.
2123 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
2125         PR target/79179
2126         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
2127         constraint instead of o for the stxsd instruction.
2129 2017-01-25  Carl Love  <cel@us.ibm.com>
2131         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
2132         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
2134 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
2136         * doc/invoke.texi (C++ Dialect Options): Fix typo.
2138 2017-01-25  Richard Biener  <rguenther@suse.de>
2140         PR tree-optimization/69264
2141         * target.def (vector_alignment_reachable): Improve documentation.
2142         * doc/tm.texi: Regenerate.
2143         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
2144         and add a comment.
2145         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
2146         earlier changes with respect to TYPE_USER_ALIGN.
2147         (vector_alignment_reachable_p): Likewise.  Improve dumping.
2149 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2151         PR target/79145
2152         * config/arm/arm.md (xordi3): Force constant operand into a register
2153         for TARGET_IWMMXT.
2155 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2157         * doc/invoke.texi (-fstore-merging): Correct default optimization
2158         levels at which it is enabled.
2159         (-O): Move -fstore-merging from list to...
2160         (-O2): ... Here.
2162 2017-01-25  Richard Biener  <rguenther@suse.de>
2164         PR debug/78363
2165         * omp-expand.c: Include debug.h.
2166         (expand_omp_taskreg): Make sure to generate early debug before
2167         outlining anything from a function.
2168         (expand_omp_target): Likewise.
2169         (grid_expand_target_grid_body): Likewise.
2171 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
2173         PR lto/79061
2174         * asan.c (get_translation_unit_decl): New function.
2175         (asan_add_global): Extract modules file name from globals
2176         TRANSLATION_UNIT_DECL name.
2178 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
2180         PR target/77439
2181         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
2182         for long calls with APCS frame and VFP.
2184 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
2186         * cfg.c (original_copy_tables_initialized_p): New function.
2187         * cfg.h (original_copy_tables_initialized_p): New decl.
2188         * cfgrtl.c (relink_block_chain): Guard the call to
2189         free_original_copy_tables with a call to
2190         original_copy_tables_initialized_p.
2191         * cgraph.h (symtab_node::native_rtl_p): New decl.
2192         * cgraphunit.c (symtab_node::native_rtl_p): New function.
2193         (symtab_node::needed_p): Don't assert for early assembly output
2194         for __RTL functions.
2195         (cgraph_node::finalize_function): Set "force_output" for __RTL
2196         functions.
2197         (cgraph_node::analyze): Bail out early for __RTL functions.
2198         (analyze_functions): Update assertion to support __RTL functions.
2199         (cgraph_node::expand): Bail out early for __RTL functions.
2200         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
2201         __RTL functions.
2202         * function.h (struct function): Update comment for field
2203         "pass_startwith".
2204         * gimple-expr.c: Include "tree-pass.h".
2205         (gimple_has_body_p): Return false for __RTL functions.
2206         * Makefile.in (OBJS): Add run-rtl-passes.o.
2207         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
2208         accessor.
2209         (gcc::pass_manager::get_clean_slate): New accessor.
2210         * passes.c: Include "insn-addr.h".
2211         (should_skip_pass_p): Add logging.  Update logic for running
2212         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
2213         property-provider override so it is only done for gimple passes.
2214         Don't skip dfinit.
2215         (skip_pass): New function.
2216         (execute_one_pass): Call skip_pass when skipping passes.
2217         * read-md.c (md_reader::read_char): Support filtering
2218         the input to a subset of line numbers.
2219         (md_reader::md_reader): Initialize fields
2220         m_first_line and m_last_line.
2221         (md_reader::read_file_fragment): New function.
2222         * read-md.h (md_reader::read_file_fragment): New decl.
2223         (md_reader::m_first_line): New field.
2224         (md_reader::m_last_line): New field.
2225         * read-rtl-function.c (function_reader::create_function): Only
2226         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
2227         curr_properties.  Set DECL_INITIAL to a dummy block.
2228         (read_rtl_function_body_from_file_range): New function.
2229         * read-rtl-function.h (read_rtl_function_body_from_file_range):
2230         New decl.
2231         * run-rtl-passes.c: New file.
2232         * run-rtl-passes.h: New file.
2234 2017-01-24 Jeff Law  <law@redhat.com>
2236         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
2237         buffer size.
2239 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
2241         PR tree-optimization/79159
2242         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
2243         (record_nonwrapping_iv): Improve boundary using above function if no
2244         value range information.
2246 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2247             Martin Jambor  <mjambor@suse.cz>
2249         * brig-builtins.def: New file.
2250         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
2251         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
2252         (DEF_HSAIL_SAT_BUILTIN): Likewise.
2253         (DEF_HSAIL_INTR_BUILTIN): Likewise.
2254         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
2255         * builtin-types.def (BT_INT8): New.
2256         (BT_INT16): Likewise.
2257         (BT_UINT8): Likewise.
2258         (BT_UINT16): Likewise.
2259         (BT_FN_ULONG): Likewise.
2260         (BT_FN_UINT_INT): Likewise.
2261         (BT_FN_UINT_ULONG): Likewise.
2262         (BT_FN_UINT_LONG): Likewise.
2263         (BT_FN_UINT_PTR): Likewise.
2264         (BT_FN_ULONG_PTR): Likewise.
2265         (BT_FN_INT8_FLOAT): Likewise.
2266         (BT_FN_INT16_FLOAT): Likewise.
2267         (BT_FN_UINT32_FLOAT): Likewise.
2268         (BT_FN_UINT16_FLOAT): Likewise.
2269         (BT_FN_UINT8_FLOAT): Likewise.
2270         (BT_FN_UINT64_FLOAT): Likewise.
2271         (BT_FN_UINT16_UINT32): Likewise.
2272         (BT_FN_UINT32_UINT16): Likewise.
2273         (BT_FN_UINT16_UINT16_UINT16): Likewise.
2274         (BT_FN_INT_PTR_INT): Likewise.
2275         (BT_FN_UINT_PTR_UINT): Likewise.
2276         (BT_FN_LONG_PTR_LONG): Likewise.
2277         (BT_FN_ULONG_PTR_ULONG): Likewise.
2278         (BT_FN_VOID_UINT64_UINT64): Likewise.
2279         (BT_FN_UINT8_UINT8_UINT8): Likewise.
2280         (BT_FN_INT8_INT8_INT8): Likewise.
2281         (BT_FN_INT16_INT16_INT16): Likewise.
2282         (BT_FN_INT_INT_INT): Likewise.
2283         (BT_FN_UINT_FLOAT_UINT): Likewise.
2284         (BT_FN_FLOAT_UINT_UINT): Likewise.
2285         (BT_FN_ULONG_UINT_UINT): Likewise.
2286         (BT_FN_ULONG_UINT_PTR): Likewise.
2287         (BT_FN_ULONG_ULONG_ULONG): Likewise.
2288         (BT_FN_UINT_UINT_UINT): Likewise.
2289         (BT_FN_VOID_UINT_PTR): Likewise.
2290         (BT_FN_UINT_UINT_PTR: Likewise.
2291         (BT_FN_UINT32_UINT64_PTR): Likewise.
2292         (BT_FN_INT_INT_UINT_UINT): Likewise.
2293         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
2294         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
2295         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
2296         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
2297         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
2298         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
2299         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
2300         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
2301         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
2302         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
2303         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
2304         * doc/frontends.texi: List BRIG FE.
2305         * doc/install.texi (Testing): Add BRIG tesring requirements.
2306         * doc/invoke.texi (Overall Options): Mention BRIG.
2307         * doc/standards.texi (Standards): Doucment BRIG HSA version.
2309 2017-01-24  Richard Biener  <rguenther@suse.de>
2311         PR translation/79208
2312         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
2314 2017-01-24  Martin Jambor  <mjambor@suse.cz>
2316         PR bootstrap/79198
2317         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
2318         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
2319         and known_contexts.
2321 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
2323         PR middle-end/79123
2324         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
2325         casts from signed to unsigned really don't have a range.
2327 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
2329         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
2330         GMP_RNDx for compatiblity.
2332 2017-01-24  Martin Liska  <mliska@suse.cz>
2334         PR bootstrap/79132
2335         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
2336         that would prevent us to call alloca with -1 as argument.
2338 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
2340         * dwarf2out.c (output_compilation_unit_header, output_file_names):
2341         Avoid -Wformat-security warning.
2343 2017-01-23  Andrew Pinski  <apinski@cavium.com>
2345         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
2346         cost table.
2348 2017-01-23  Martin Sebor  <msebor@redhat.com>
2350         PR middle-end/78703
2351         * gimple-ssa-sprintf.c (warn_level): New global.
2352         (format_integer): Use it here and throughout the rest of the file.
2353         Use the same switch to compute sign as base.
2354         (maybe_warn): New function.
2355         (format_directive): Factor out warnings into maybe_warn.
2356         Add debugging output.  Use warn_level.
2357         (add_bytes): Use warn_level.
2358         (pass_sprintf_length::compute_format_length): Add debugging output.
2359         (try_substitute_return_value): Same.
2360         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
2362         PR middle-end/78703
2363         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
2364         (struct fmtresult, format_integer, format_floating): Adjust.
2365         (fmtresult::fmtresult): Set max correctly in two argument ctor.
2366         (get_string_length, format_string,format_directive): Same.
2367         (pass_sprintf_length::compute_format_length): Same.
2368         (try_substitute_return_value): Simplify slightly.
2370         PR middle-end/78703
2371         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
2372         (fmtresult::operator+=): Outlined.
2373         (struct fmtresult): Add ctors.
2374         (struct conversion_spec): Rename...
2375         (struct directive): ...to this.  Add and remove data members.
2376         (directive::set_width, directive::set_precision): New functions.
2377         (format_percent): Use fmtresult ctor.
2378         (get_width_and_precision): Remove.
2379         (format_integer): Make naming changes.  Avoid computing width and
2380         precision.
2381         (format_floating): Same.  Adjust indentation.
2382         (format_character, format_none): New functions.
2383         (format_string): Moved character handling to format_character.
2384         (format_directive): Remove arguments, change return type.
2385         (parse_directive): New function.
2386         (pass_sprintf_length::compute_format_length): Move directive
2387         parsing to parse_directive.
2389 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
2391         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
2392         (assign_assembler_name_if_needed): ... this.
2393         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
2394         (assign_assembler_name_if_needed): ... this.
2395         (free_lang_data_in_cgraph): Adjust callers.
2396         * cgraphunit.c (cgraph_node::analyze): Likewise.
2397         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
2398         Likewise.
2400 2017-01-23  Richard Biener  <rguenther@suse.de>
2402         PR tree-optimization/79088
2403         PR tree-optimization/79188
2404         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
2405         resetting loop bounds after last path deletion.  Reset loop
2406         bounds of the target loop, make code match the comments.
2407         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
2408         Make sure loops need no fixups.
2410 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2412         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
2413         exponent support with double type for first argument.
2414         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
2415         type returned by __builtin_vec_extract_sig,
2416         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
2417         functions from "vector int" to "vector unsigned int" or from
2418         "vector long long int" to "vector unsigned long long int".
2419         Changed type returned by __builtin_vec_extract_exp,
2420         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
2421         functions from "vector int" to "vector unsigned int" or from
2422         "vector long long int" to "vector unsigned long long int".
2423         Changed return type of __builtin_vec_test_data_class,
2424         __builtin_vec_test_data_class_sp, and
2425         __builtin_vec_test_data_class_dp from "vector int" to
2426         "vector bool int" or from "vector long long int" to "vector bool
2427         long long int" and changed second argument type from "unsigned
2428         int" to "int".  Added new overloaded function forms "vector float
2429         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
2430         "vector float __builtin_vec_insert_exp_sp (vector float, vector
2431         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
2432         double, vector unsigned long long int)" and "vector double
2433         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
2434         long int)".  Changed return type of
2435         __builtin_scalar_test_data_class and
2436         __builtin_scalar_test_data_class_sp and
2437         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
2438         int" and changed second argument from "unsigned int" to "int".
2439         Changed type returned by __builtin_scalar_test_neg,
2440         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
2441         from "int" to "bool int".  Added new overloaded function form
2442         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
2443         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
2444         exponent double-precision with floating point first argument.
2445         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
2446         documentation of scalar_test_data_class, scalar_test_neg,
2447         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
2448         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
2449         vec_test_data_class built-in functions to reflect refinements in
2450         their type signatures.
2452 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
2454         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
2455         size of buf.
2456         (aarch64_elf_asm_destructor): Likewise.
2458 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
2460         PR rtl-optimization/78634
2461         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
2462         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
2463         * ifcvt.c (noce_try_cmove): Add missing cost check.
2465         PR rtl-optimization/71724
2466         * combine.c (if_then_else_cond): Look for situations where it is
2467         beneficial to undo the work of one of the recursive calls.
2469 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
2471         PR tree-optimization/70754
2472         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
2473         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
2474         combined stmt before it if not NULL.
2475         (combine_chains): Process refs reversely and compute dominance point
2476         for root ref.
2478 2017-01-23  Martin Liska  <mliska@suse.cz>
2480         PR tree-optimization/79196
2481         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
2482         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
2483         instead of memcmp.
2484         (strlen_optimize_stmt): Call the renamed function.
2486 2017-01-23  Michael Matz  <matz@suse.de>
2488         PR tree-optimization/78384
2489         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
2491 2017-01-23  Richard Biener  <rguenther@suse.de>
2493         PR tree-optimization/79186
2494         * tree-vrp.c (register_new_assert_for): Make sure we've seen
2495         both incoming edges before moving an assert.
2497 2017-01-23  Martin Jambor  <mjambor@suse.cz>
2499         * ipa-prop.c (load_from_param_1): Removed.
2500         (load_from_unmodified_param): Bits from load_from_param_1 put back
2501         here.
2502         (load_from_param): Removed.
2503         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
2504         with stmt.  Reverted back to use of load_from_unmodified_param.
2506 2017-01-23  Martin Jambor  <mjambor@suse.cz>
2508         PR ipa/79108
2509         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
2510         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
2511         field a pointer to garbage collected vector, mark lattices and
2512         ipcp_orig_node with GTY((skip)).
2513         (ipa_get_param_count): Adjust to descriptors being a pointer.
2514         (ipa_get_param): Likewise.
2515         (ipa_get_type): Likewise.
2516         (ipa_get_param_move_cost): Likewise.
2517         (ipa_set_param_used): Likewise.
2518         (ipa_get_controlled_uses): Likewise.
2519         (ipa_set_controlled_uses): Likewise.
2520         (ipa_is_param_used): Likewise.
2521         (ipa_node_params_t): Move into garbage collector.  New methods insert
2522         and remove.
2523         (ipa_node_params_sum): Annotate wth GTY(()).
2524         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
2525         garbage collected.
2526         (ipa_load_from_parm_agg): Adjust declaration.
2527         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
2528         * ipa-profile.c (ipa_profile): Likewise.
2529         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
2530         (ipa_populate_param_decls): Make descriptors parameter garbage
2531         collected.
2532         (ipa_dump_param): Adjust to descriptors being a pointer.
2533         (ipa_alloc_node_params): Likewise.
2534         (ipa_initialize_node_params): Likewise.
2535         (load_from_param_1): Make descriptors parameter garbage collected.
2536         (load_from_unmodified_param): Likewise.
2537         (load_from_param): Likewise.
2538         (ipa_load_from_parm_agg): Likewise.
2539         (ipa_node_params::~ipa_node_params): Removed.
2540         (ipa_free_all_node_params): Remove call to delete operator.
2541         (ipa_node_params_t::insert): New.
2542         (ipa_node_params_t::remove): Likewise.
2543         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
2544         copy known_csts and known_contexts vectors.
2545         (ipa_read_node_info): Adjust to descriptors being a pointer.
2546         (ipcp_modif_dom_walker): Make m_descriptors field garbage
2547         collected.
2548         (ipcp_transform_function): Make descriptors variable garbage
2549         collected.
2551 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
2553         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
2554         * config/i386/avx512dqintrin.h: Ditto.
2555         * config/i386/avx512fintrin.h: Ditto.
2556         * gcc/config/i386/i386.c: Handle new builtins.
2557         * config/i386/i386-builtin.def: Add new builtins.
2558         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
2559         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
2561 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
2562             Martin Liska  <mliska@suse.cz>
2564         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
2565         * asan.c (asan_expand_poison_ifn): Support stores and use
2566         appropriate ASAN report function.
2567         * internal-fn.c (expand_ASAN_POISON_USE): New function.
2568         * internal-fn.def (ASAN_POISON_USE): Declare.
2569         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
2570         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
2571         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
2572         ASAN_POISON calls w/o LHS.
2573         * tree-ssa.c (execute_update_addresses_taken): Create clobber
2574         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
2575         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
2576         * gimplify.c (asan_poison_variables): Add attribute
2577         use_after_scope_memory to variables that really needs to live
2578         in memory.
2579         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
2580         having the attribute.
2582 2017-01-23  Martin Liska  <mliska@suse.cz>
2584         * asan.c (create_asan_shadow_var): New function.
2585         (asan_expand_poison_ifn): Likewise.
2586         * asan.h (asan_expand_poison_ifn): New declaration.
2587         * internal-fn.c (expand_ASAN_POISON): Likewise.
2588         * internal-fn.def (ASAN_POISON): New builtin.
2589         * sanopt.c (pass_sanopt::execute): Expand
2590         asan_expand_poison_ifn.
2591         * tree-inline.c (copy_decl_for_dup_finish): Make function
2592         external.
2593         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
2594         * tree-ssa.c (is_asan_mark_p): New function.
2595         (execute_update_addresses_taken): Rewrite local variables
2596         (identified just by use-after-scope as addressable) into SSA.
2598 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
2600         * doc/install.texi (Specific): opensource.apple.com uses https
2601         now. Remove trailing slash.
2603 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
2605         * README.Portability: Remove note on an Irix compatibility issue.
2607 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
2609         * gcov.c (INCLUDE_ALGORITHM): Define.
2610         (INCLUDE_VECTOR): Define.
2611         No longer include <vector> and <algorithm> directly.
2613 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
2615         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
2616         to https.
2617         * doc/invoke.texi (Code Gen Options): Ditto.
2619 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
2621         PR lto/78407
2622         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
2624 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
2626         rtl-optimization/79125
2627         * cprop.c (local_cprop_pass): Handle cases where we make an
2628         unconditional trap.
2630 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
2632         PR target/61729
2633         PR target/77850
2634         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
2635         read from, for big endian.
2637 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
2639         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
2640         register pauth builtins for LP64 only.
2642 2017-01-20  Marek Polacek  <polacek@redhat.com>
2644         PR c/79152
2645         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
2646         non-case labels.
2648 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
2650         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
2651         of safelen status.
2652         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
2653         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
2654         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
2656 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2658         PR target/71270
2659         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
2660         in big-endian mode when they are not a single duplicated value.
2662 2017-01-20  Richard Biener  <rguenther@suse.de>
2664         * BASE-VER: Bump to 7.0.1.
2666 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
2668         * omp-low.c (omplow_simd_context): New struct.  Use it...
2669         (lower_rec_simd_input_clauses): ...here and...
2670         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
2671         references to idx, lane, max_vf, is_simt.
2673 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
2675         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
2676         mcpu=nps400.
2678 2017-01-20  Martin Jambor  <mjambor@suse.cz>
2680         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
2681         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
2682         gt-hsa-common.h.
2683         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
2684         (GTFILES): Rename hsa.c to hsa-common.c.
2685         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
2686         * hsa-dump.c: Likewise.
2687         * hsa-gen.c: Likewise.
2688         * hsa-regalloc.c: Likewise.
2689         * ipa-hsa.c: Likewise.
2690         * omp-expand.c: Likewise.
2691         * omp-low.c: Likewise.
2692         * toplev.c: Likewise.
2694 2017-01-20  Marek Polacek  <polacek@redhat.com>
2696         PR c/64279
2697         * doc/invoke.texi: Document -Wduplicated-branches.
2698         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
2699         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
2700         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
2701         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
2702         return 0 only when not OEP_LEXICOGRAPHIC.
2703         (fold_build_cleanup_point_expr): Use the expression
2704         location when building CLEANUP_POINT_EXPR.
2705         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
2706         * tree.c (add_expr): Handle error_mark_node.
2708 2017-01-20  Martin Liska  <mliska@suse.cz>
2710         PR lto/69188
2711         * tree-profile.c (init_ic_make_global_vars): Do not call
2712         finalize_decl.
2713         (gimple_init_gcov_profiler): Likewise.
2715 2017-01-20  Martin Liska  <mliska@suse.cz>
2717         PR ipa/71190
2718         * cgraph.h (maybe_create_reference): Remove argument and
2719         update comment.
2720         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
2721         argument.
2722         * ipa-cp.c (create_specialized_node): Likewise.
2723         * symtab.c (symtab_node::maybe_create_reference): Handle
2724         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
2726 2017-01-20  Martin Liska  <mliska@suse.cz>
2728         * read-rtl-function.c (function_reader::create_function): Use
2729         build_decl instread of build_decl_stat.
2731 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
2733         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
2734         * config/i386/avx512dqintrin.h: Ditto.
2735         * config/i386/avx512fintrin.h: Ditto.
2736         * config/i386/i386-builtin-types.def: Add new types.
2737         * gcc/config/i386/i386.c: Handle new types.
2738         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
2739         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
2740         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
2741         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
2742         (__builtin_ia32_kshiftridi): New.
2743         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
2745 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
2747         PR target/78875
2748         PR target/79140
2749         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
2750         define to rs6000_init_stack_protect_guard.
2751         (rs6000_init_stack_protect_guard): New function.
2753 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
2754             Yunqiang Su  <yunqiang.su@imgtec.com>
2756         * config.gcc (supported_defaults): Add madd4.
2757         (with_madd4): Add validation.
2758         (all_defaults): Add madd4.
2759         * config/mips/mips.opt (mmadd4): New option.
2760         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
2761         mmadd4.
2762         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
2763         __mips_no_madd4.
2764         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
2765         (ISA_HAS_FUSED_MADD4): Likewise.
2766         * gcc/doc/invoke.texi (-mmadd4): Document the new option.
2767         * gcc/doc/install.texi (--with-madd4): Document the new option.
2769 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
2771         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
2772         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
2773         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
2774         (aarch64_init_pauth_hint_builtins): New.
2775         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
2776         (aarch64_expand_builtin): Expand new builtins.
2778 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
2780         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
2781         * combine-stack-adj.c (no_unhandled_cfa): Handle
2782         REG_CFA_TOGGLE_RA_MANGLE.
2783         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
2784         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
2785         info for return address signing.
2786         (aarch64_expand_epilogue): Likewise.
2788 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
2790         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
2791         * config/aarch64/aarch64-protos.h
2792         (aarch64_return_address_signing_enabled): New declaration.
2793         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
2794         New function.
2795         (aarch64_expand_prologue): Sign return address before it's pushed onto
2796         stack.
2797         (aarch64_expand_epilogue): Authenticate return address fetched from
2798         stack.
2799         (aarch64_override_options): Sanity check for ILP32 and ISA level.
2800         (aarch64_attributes): New function attributes for "sign-return-address".
2801         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
2802         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
2803         ("*do_return"): Generate combined instructions according to key index.
2804         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
2805         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
2806         iterators.
2807         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
2808         * config/aarch64/aarch64.opt (msign-return-address=): New.
2809         * doc/extend.texi (AArch64 Function Attributes): Documents
2810         "sign-return-address=".
2811         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
2813 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
2815         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
2816         overall option summary.
2818 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
2820         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
2821         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
2822         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
2823         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
2825 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
2827         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
2828         -mpower9-minmax by default for -mcpu=power9.
2829         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
2830         128-bit floating point.
2832 2017-01-20  Alan Modra  <amodra@gmail.com>
2834         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
2835         optimizing for size.
2837 2017-01-20  Alan Modra  <amodra@gmail.com>
2839         PR target/79144
2840         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
2841         for strcmp and strncmp from corresponding builtin decl.
2843 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
2845         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
2846         instead of i386/rtems-64.h.
2847         * config/i386/rtems-64.h: Remove.
2849 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
2851         PR target/78478
2852         Revert:
2853         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
2855         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
2857 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
2859         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
2860         Change int to HOST_WIDE_INT.
2861         * config/aarch64/aarch64-protos.h
2862         (aarch64_simd_gen_const_vector_dup): Likewise.
2863         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
2865 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
2867         * langhooks-def.h (lhd_type_for_size): New decl.
2868         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
2869         * langhooks.c (lhd_type_for_size): New function, taken from
2870         lto_type_for_size.
2872 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
2874         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
2875         define_bypass for CR latency.
2876         (power9-cracked-alu): Update bypass latency and remove power9-branch.
2877         (power9-alu2): Add define_bypass for CR latency.
2878         (power9-cmp): New.
2879         (power9-mul): Update insn latency.
2880         (power9-mul-compare): Update insn latency, bypass latency and remove
2881         power9-branch.
2883 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2885         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
2886         Delete.
2887         * config/aarch64/aarch64.md
2888         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
2889         aarch64_nopcrelative_literal_loads.
2890         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
2892 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2894         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
2895         TARGET_LOONGSON_3A.
2896         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
2898 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
2900         PR target/78176
2901         * config.gcc (supported_defaults): Add lxc1-sxc1.
2902         (with_lxc1_sxc1): Add validation.
2903         (all_defaults): Add lxc1-sxc1.
2904         * config/mips/mips.opt (mlxc1-sxc1): New option.
2905         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
2906         mlxc1-sxc1.
2907         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
2908         __mips_no_lxc1_sxc1.
2909         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
2910         * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
2911         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
2913 2017-01-19  Richard Biener  <rguenther@suse.de>
2915         PR tree-optimization/72488
2916         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
2917         sure to restore SSA info.
2918         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
2920 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
2922         PR rtl-optimization/79121
2923         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
2924         of the inner type when shifting an extended value.
2926 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
2928         PR lto/78407
2929         * symtab.c (symtab_node::equal_address_to): Fix comparing of
2930         interposable aliases.
2932 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
2934         PR target/78516
2935         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
2936         Use the evmergelohi instruction.
2937         (mov_si<mode>_e500_subreg4_2_le): Likewise.
2938         (mov_sitf_e500_subreg8_2_be): Likewise.
2939         (mov_sitf_e500_subreg12_2_le): Likewise.
2940         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
2941         (mov_si<mode>_e500_subreg4_2_be): Likewise.
2942         (mov_sitf_e500_subreg8_2_le): Likewise.
2943         (mov_sitf_e500_subreg12_2_be): Likewise.
2945 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2947         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
2948         attribute from vecsimple to vecperm.
2949         (altivec_vbpermq2): Likewise.
2951 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2953         PR target/79040
2954         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
2956 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2957         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
2958         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
2959         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
2960         case where N arg is SIZE_MAX.
2961         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
2962         (cmpstrsi): Add pattern.
2964 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
2966         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2967         __builtin_vec_revb builtins.
2968         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
2969         built-in functions to support generation of the ISA 3.0 XXBR<x>
2970         vector byte reverse instructions.
2971         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
2972         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
2973         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
2974         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
2975         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
2976         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
2977         (P9V_BUILTIN_VEC_REVB): Likewise.
2978         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
2979         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
2980         (p9_xxbrq_v16qi): Likewise.
2981         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
2982         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
2983         (p9_xxbrh_v8hi): Likewise.
2984         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
2985         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
2986         vec_revb built-in functions.
2988 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
2990         PR rtl-optimization/78952
2991         * config/i386/i386.md (any_extract): New code iterator.
2992         (*insvqi_2): Use any_extract for source operand.
2993         (*insvqi_3): Use any_shiftrt for source operand.
2995 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
2997         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
2998         New function.
2999         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
3001 2017-01-18  Matthias Klose  <doko@ubuntu.com>
3003         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
3005 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3007         * config/rs6000/altivec.h (vec_bperm): Change #define.
3008         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
3009         (altivec_vbpermq2): New define_insn.
3010         (altivec_vbpermd): Likewise.
3011         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
3012         function interface.
3013         (VBPERMD): Likewise.
3014         (VBPERM): New polymorphic function interface.
3015         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
3016         Add entries for P9V_BUILTIN_VEC_VBPERM.
3017         * doc/extend.texi: Add interfaces for vec_bperm.
3019 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3021         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
3022         first letter of error messages.
3023         (s390_resolve_overloaded_builtin): Likewise.
3024         * config/s390/s390.c (s390_expand_builtin): Likewise.
3025         (s390_invalid_arg_for_unprototyped_fn): Likewise.
3026         (s390_valid_target_attribute_inner_p): Likewise.
3027         * config/s390/s390.md ("tabort"): Likewise.
3029 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
3031         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
3032         (ISA_AVOID_DIV_HILO): New macro.
3033         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
3034         (ISA_HAS_DDIV): Likewise.
3036 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
3038         * doc/invoke.texi (fabi-version): Correct number of occurrences.
3040 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
3042         * doc/invoke.texi (fabi-version): Spelling fix.
3044 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
3046         PR c++/70182
3047         * doc/invoke.texi (fabi-version): Mention mangling fix for
3048         operator names.
3050 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
3052         PR c++/77489
3053         * doc/invoke.texi (fabi-version): Document discriminator mangling.
3055 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
3057         PR target/78875
3058         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
3059         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
3060         the new options.
3061         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
3062         flexible settings.
3063         (stack_protect_test): Ditto.
3064         * config/rs6000/rs6000.opt (mstack-protector-guard=,
3065         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
3066         options.
3067         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
3068         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
3069         -mstack-protector-guard-offset=.
3070         (RS/6000 and PowerPC Options): Ditto.
3072 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
3074         * config/i386/i386.h (MASK_CLASS_P): New define.
3075         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
3076         there are no registers from different register sets also when
3077         mask registers are used.  Update function comment.
3078         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
3079         to (*k/*r) and (*k/*km) alternatives.
3081 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
3083         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
3084         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
3085         (EH_RETURN_HANDLER_RTX): New define.
3086         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
3087         Force frame pointer in EH return functions.
3088         (aarch64_expand_epilogue): Add barrier for eh_return.
3089         (aarch64_final_eh_return_addr): Remove.
3090         (aarch64_eh_return_handler_rtx): New function.
3091         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
3092         Remove.
3093         (aarch64_eh_return_handler_rtx): New prototype.
3095 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3097         * config/rs6000/altivec.h (vec_rlmi): New #define.
3098         (vec_vrlnm): Likewise.
3099         (vec_rlnm): Likewise.
3100         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
3101         (UNSPEC_VRLNM): Likewise.
3102         (VIlong): New mode iterator.
3103         (altivec_vrl<VI_char>mi): New define_insn.
3104         (altivec_vrl<VI_char>nm): Likewise.
3105         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
3106         function entry.
3107         (VRLDNM): Likewise.
3108         (RLNM): New polymorphic function entry.
3109         (VRLWMI): New monomorphic function entry.
3110         (VRLDMI): Likewise.
3111         (RLMI): New polymorphic function entry.
3112         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
3113         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
3114         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
3115         vec_vrlnm.
3117 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
3119         PR debug/78839
3120         * dwarf2out.c (field_byte_offset): Restore the
3121         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
3122         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
3123         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
3124         of build2 + fold.
3126 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
3128         PR ada/67205
3129         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
3131 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
3133         PR debug/71669
3134         * dwarf2out.c (add_data_member_location_attribute): For constant
3135         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
3136         instead of DW_AT_data_member_location, DW_AT_bit_offset and
3137         DW_AT_byte_size attributes.
3139 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
3141         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
3142         after forcing to constant memory when the code model is medium.
3144 2017-01-17  Julia Koval  <julia.koval@intel.com>
3146         PR target/76731
3147         * config/i386/avx512fintrin.h
3148         (_mm512_i32gather_ps): Change __addr type to void const*.
3149         (_mm512_mask_i32gather_ps): Ditto.
3150         (_mm512_i32gather_pd): Ditto.
3151         (_mm512_mask_i32gather_pd): Ditto.
3152         (_mm512_i64gather_ps): Ditto.
3153         (_mm512_mask_i64gather_ps): Ditto.
3154         (_mm512_i64gather_pd): Ditto.
3155         (_mm512_mask_i64gather_pd): Ditto.
3156         (_mm512_i32gather_epi32): Ditto.
3157         (_mm512_mask_i32gather_epi32): Ditto.
3158         (_mm512_i32gather_epi64): Ditto.
3159         (_mm512_mask_i32gather_epi64): Ditto.
3160         (_mm512_i64gather_epi32): Ditto.
3161         (_mm512_mask_i64gather_epi32): Ditto.
3162         (_mm512_i64gather_epi64): Ditto.
3163         (_mm512_mask_i64gather_epi64): Ditto.
3164         (_mm512_i32scatter_ps): Change __addr type to void*.
3165         (_mm512_mask_i32scatter_ps): Ditto.
3166         (_mm512_i32scatter_pd): Ditto.
3167         (_mm512_mask_i32scatter_pd): Ditto.
3168         (_mm512_i64scatter_ps): Ditto.
3169         (_mm512_mask_i64scatter_ps): Ditto.
3170         (_mm512_i64scatter_pd): Ditto.
3171         (_mm512_mask_i64scatter_pd): Ditto.
3172         (_mm512_i32scatter_epi32): Ditto.
3173         (_mm512_mask_i32scatter_epi32): Ditto.
3174         (_mm512_i32scatter_epi64): Ditto.
3175         (_mm512_mask_i32scatter_epi64): Ditto.
3176         (_mm512_i64scatter_epi32): Ditto.
3177         (_mm512_mask_i64scatter_epi32): Ditto.
3178         (_mm512_i64scatter_epi64): Ditto.
3179         (_mm512_mask_i64scatter_epi64): Ditto.
3180         * config/i386/avx512pfintrin.h
3181         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
3182         (_mm512_mask_prefetch_i32gather_ps): Ditto.
3183         (_mm512_mask_prefetch_i64gather_pd): Ditto.
3184         (_mm512_mask_prefetch_i64gather_ps): Ditto.
3185         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
3186         (_mm512_prefetch_i32scatter_ps): Ditto.
3187         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
3188         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
3189         (_mm512_prefetch_i64scatter_pd): Ditto.
3190         (_mm512_prefetch_i64scatter_ps): Ditto.
3191         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
3192         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
3193         * config/i386/avx512vlintrin.h
3194         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
3195         (_mm_mmask_i32gather_ps): Ditto.
3196         (_mm256_mmask_i32gather_pd): Ditto.
3197         (_mm_mmask_i32gather_pd): Ditto.
3198         (_mm256_mmask_i64gather_ps): Ditto.
3199         (_mm_mmask_i64gather_ps): Ditto.
3200         (_mm256_mmask_i64gather_pd): Ditto.
3201         (_mm_mmask_i64gather_pd): Ditto.
3202         (_mm256_mmask_i32gather_epi32): Ditto.
3203         (_mm_mmask_i32gather_epi32): Ditto.
3204         (_mm256_mmask_i32gather_epi64): Ditto.
3205         (_mm_mmask_i32gather_epi64): Ditto.
3206         (_mm256_mmask_i64gather_epi32): Ditto.
3207         (_mm_mmask_i64gather_epi32): Ditto.
3208         (_mm256_mmask_i64gather_epi64): Ditto.
3209         (_mm_mmask_i64gather_epi64): Ditto.
3210         (_mm256_i32scatter_ps): Change __addr type to void*.
3211         (_mm256_mask_i32scatter_ps): Ditto.
3212         (_mm_i32scatter_ps): Ditto.
3213         (_mm_mask_i32scatter_ps): Ditto.
3214         (_mm256_i32scatter_pd): Ditto.
3215         (_mm256_mask_i32scatter_pd): Ditto.
3216         (_mm_i32scatter_pd): Ditto.
3217         (_mm_mask_i32scatter_pd): Ditto.
3218         (_mm256_i64scatter_ps): Ditto.
3219         (_mm256_mask_i64scatter_ps): Ditto.
3220         (_mm_i64scatter_ps): Ditto.
3221         (_mm_mask_i64scatter_ps): Ditto.
3222         (_mm256_i64scatter_pd): Ditto.
3223         (_mm256_mask_i64scatter_pd): Ditto.
3224         (_mm_i64scatter_pd): Ditto.
3225         (_mm_mask_i64scatter_pd): Ditto.
3226         (_mm256_i32scatter_epi32): Ditto.
3227         (_mm256_mask_i32scatter_epi32): Ditto.
3228         (_mm_i32scatter_epi32): Ditto.
3229         (_mm_mask_i32scatter_epi32): Ditto.
3230         (_mm256_i32scatter_epi64): Ditto.
3231         (_mm256_mask_i32scatter_epi64): Ditto.
3232         (_mm_i32scatter_epi64): Ditto.
3233         (_mm_mask_i32scatter_epi64): Ditto.
3234         (_mm256_i64scatter_epi32): Ditto.
3235         (_mm256_mask_i64scatter_epi32): Ditto.
3236         (_mm_i64scatter_epi32): Ditto.
3237         (_mm_mask_i64scatter_epi32): Ditto.
3238         (_mm256_i64scatter_epi64): Ditto.
3239         (_mm256_mask_i64scatter_epi64): Ditto.
3240         (_mm_i64scatter_epi64): Ditto.
3241         (_mm_mask_i64scatter_epi64): Ditto.
3242         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
3243         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
3244         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
3245         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
3246         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
3247         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
3248         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
3249         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
3250         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
3251         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
3252         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
3253         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
3254         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
3255         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
3256         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
3257         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
3258         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
3259         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
3260         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
3261         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
3262         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
3263         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
3264         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
3265         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
3266         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
3267         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
3268         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
3269         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
3270         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
3271         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
3272         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
3273         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
3274         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
3275         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
3276         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
3277         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
3278         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
3279         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
3280         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
3281         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
3282         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
3283         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
3284         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
3285         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
3286         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
3287         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
3288         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
3289         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
3290         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
3291         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
3292         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
3293         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
3294         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
3295         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
3296         definitions accordingly.
3298 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
3299             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
3301         PR target/79079
3302         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
3303         gen_lowpart.
3305 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
3307         PR target/79058
3308         * ira-conflicts.c (ira_build_conflicts): Update total conflict
3309         hard regs for inner regno.
3311 2017-01-17  Martin Liska  <mliska@suse.cz>
3313         PR ipa/71207
3314         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
3315         assumption and add comment.
3317 2017-01-17  Nathan Sidwell  <nathan@acm.org>
3319         * ipa-visibility.c (localize_node): New function, broken out of ...
3320         (function_and_variable_visibility): ... here. Call it.
3322 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
3324         PR middle-end/77445
3325         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
3326         correctly set frequency of oudgoing edge.
3327         (duplicate_thread_path): Fix profile updating.
3329 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
3331         PR other/79046
3332         * configure.ac: Add GCC_BASE_VER.
3333         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
3334         version from BASE-VER file.
3335         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
3336         (gcc.o): Depend on $(BASEVER).
3337         * common.opt (dumpfullversion): New option.
3338         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
3339         * doc/invoke.texi: Document -dumpfullversion.
3340         * doc/install.texi: Document --with-gcc-major-version-only.
3341         * configure: Regenerated.
3343 2017-01-17  Richard Biener  <rguenther@suse.de>
3345         PR tree-optimization/71433
3346         * tree-vrp.c (register_new_assert_for): Merge same asserts
3347         on all incoming edges.
3348         (process_assert_insertions_for): Handle insertions at the
3349         beginning of BBs.
3351 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
3353         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
3354         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
3356 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
3358         PR target/78633
3359         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
3360         RTL sharing.
3362 2017-01-17  Alan Modra  <amodra@gmail.com>
3364         PR target/79066
3365         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
3366         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
3367         symbolic stack limit when pic.
3369 2017-01-16  Martin Sebor  <msebor@redhat.com>
3371         PR tree-optimization/78608
3372         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
3374 2017-01-16  Jeff Law  <law@redhat.com>
3376         Revert:
3377         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
3378         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
3379         for several include directories that may be relative to sysroot.
3380         * config/i386/x-mingw32 (gplus_includedir): Define.
3381         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
3382         (native_system_includedir): Likewise.
3383         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
3384         override if TARGET_SYSTEM_ROOT is defined.
3385         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
3387         PR tree-optimization/79090
3388         PR tree-optimization/33562
3389         PR tree-optimization/61912
3390         PR tree-optimization/77485
3391         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
3392         and computed trims into the dump file.
3394 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
3396         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
3398 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
3400         PR c/79089
3401         * gimplify.c (gimplify_init_constructor): If want_value and
3402         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
3403         fix.
3405         PR target/79080
3406         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
3407         sequence.  Formatting fixes.
3408         (doloop_optimize): Formatting fixes.
3410         PR driver/49726
3411         * gcc.c (debug_level_greater_than_spec_func): New function.
3412         (static_spec_functions): Add debug-level-gt spec function.
3413         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
3414         !g0.
3415         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
3416         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
3417         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
3418         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
3419         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
3420         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
3422 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
3424         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
3425         QImode fixups to general and mask registers only.
3427 2017-01-16  Carl Love  <cel@us.ibm.com>
3429         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
3430         for built-in functions
3431         vector signed char vec_nabs (vector signed char)
3432         vector signed short vec_nabs (vector signed short)
3433         vector signed int vec_nabs (vector signed int)
3434         vector signed long long vec_nabs (vector signed long long)
3435         vector float vec_nabs (vector float)
3436         vector double vec_nabs (vector double)
3437         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
3438         and NABS overload.
3439         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
3440         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
3441         * doc/extend.texi: Update the documentation file for the new built-in
3442         functions.
3444 2017-01-16  Martin Sebor  <msebor@redhat.com>
3446         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
3447         message.
3449 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3451         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
3452         UNSPEC_VSX__XXSPLTD to require special splat handling.
3454 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
3456         PR bootstrap/78616
3457         * system.h: Poison strndup.
3459 2017-01-16  Alan Modra  <amodra@gmail.com>
3461         PR target/79098
3462         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
3463         use a switch.
3465 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
3467         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
3469 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
3471         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
3472         call recog here.  Assert that INSN_CODE (insn) is non-negative.
3474 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
3476         PR target/72749
3477         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
3478         fallthrough.
3479         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
3480         in the currently scheduled RTL fragment.
3482 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
3484         PR rtl-optimization/78751
3485         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
3486         give up.
3488 2017-01-14  Jeff Law  <law@redhat.com>
3490         PR tree-optimization/79090
3491         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
3492         variable length stores.
3493         (compute_trims): Delete dead assignment to *trim_tail.
3494         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
3495         zero length.
3497 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
3499         PR rtl-optimization/78626
3500         PR rtl-optimization/78727
3501         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
3502         of a block, and split such blocks after everything else is finished.
3504 2017-01-14  Alan Modra  <amodra@gmail.com>
3506         PR target/72749
3507         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
3508         target legitimate_combined_insn.
3509         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
3510         (rs6000_legitimate_combined_insn): New function.
3511         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
3512         all uses.
3513         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
3514         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
3515         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
3517 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
3519         * doc/frontends.texi (G++ and GCC): Remove references to Java.
3521 2017-01-13  Jeff Law  <law@redhat.com>
3523         PR tree-optimization/33562
3524         PR tree-optimization/61912
3525         PR tree-optimization/77485
3526         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
3527         a statement.
3528         (delete_dead_assignment): Likewise.
3529         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
3530         statement to delete_dead_call and delete_dead_assignment.
3532 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
3534         PR c/78304
3535         * substring-locations.c (format_warning_va): Strengthen case 1 so
3536         that both endpoints of the substring must be within the format
3537         range for just the substring to be printed.
3539 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
3541         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
3542         * config/i386/i386.c (ix86_target_string): Add missing options
3543         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
3544         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
3545         flags_other and ix86_target_other to flags2_other.  Display unknown
3546         isa2 options.
3547         (ix86_valid_target_attribute_inner_p): Add missing options and
3548         reorder options by implied ISAs, as in ix86_target_string.
3550 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
3552         * hash-table.h (hash_table::too_empty_p): New function.
3553         (hash_table::expand): Use it.
3554         (hash_table::traverse): Likewise.
3555         (hash_table::empty_slot): Use sizeof (value_type) instead of
3556         sizeof (PTR) to convert bytes to elements.  Shrink the table
3557         if the current size is excessive for the current number of
3558         elements.
3560 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
3562         * ira-costs.c (record_reg_classes): Break from the inner loop
3563         early once alt_fail is known to be true.  Update outer loop
3564         handling accordingly.
3566 2017-01-13  Jeff Law  <law@redhat.com>
3568         * tree-ssa-dse.c (decrement_count): New function.
3569         (increment_start_addr, maybe_trim_memstar_call): Likewise.
3570         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
3571         when we know the partially dead statement is a mem* function.
3573         PR tree-optimization/61912
3574         PR tree-optimization/77485
3575         * tree-ssa-dse.c: Include expr.h.
3576         (maybe_trim_constructor_store): New function.
3577         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
3579         PR tree-optimization/33562
3580         PR tree-optimization/61912
3581         PR tree-optimization/77485
3582         * doc/invoke.texi: Document new dse-max-object-size param.
3583         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
3584         * tree-ssa-dse.c: Include params.h.
3585         (dse_store_status): New enum.
3586         (initialize_ao_ref_for_dse): New, partially extracted from
3587         dse_optimize_stmt.
3588         (valid_ao_ref_for_dse, normalize_ref): New.
3589         (setup_live_bytes_from_ref, compute_trims): Likewise.
3590         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
3591         (maybe_trim_partially_dead_store): Likewise.
3592         (maybe_trim_complex_store): Likewise.
3593         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
3594         Track what bytes live from the original store.  Return tri-state
3595         for dead, partially dead or live.
3596         (dse_dom_walker): Add constructor, destructor and new private members.
3597         (delete_dead_call, delete_dead_assignment): New extracted from
3598         dse_optimize_stmt.
3599         (dse_optimize_stmt): Make a member of dse_dom_walker.
3600         Use initialize_ao_ref_for_dse.
3602         PR tree-optimization/33562
3603         PR tree-optimization/61912
3604         PR tree-optimization/77485
3605         * sbitmap.h (bitmap_count_bits): Prototype.
3606         (bitmap_clear_range, bitmap_set_range): Likewise.
3607         * sbitmap.c (bitmap_clear_range): New function.
3608         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
3610 2017-01-13  Martin Liska  <mliska@suse.cz>
3612         PR ipa/79043
3613         * function.c (set_cfun): Add new argument force.
3614         * function.h (set_cfun): Likewise.
3615         * ipa-inline-transform.c (inline_call): Use the function when
3616         strict alising from is dropped for function we inline to.
3618 2017-01-13  Richard Biener  <rguenther@suse.de>
3620         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
3621         for dumping GIMPLE INTEGER_CSTs.
3623 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3625         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
3626         to 201112L since C++17.
3628 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
3630         PR sanitizer/78887
3631         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
3632         if -fsanitize=kernel-address is present.
3634 2017-01-13  Richard Biener  <rguenther@suse.de>
3636         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
3637         as _Literal ( type ) number in case usual suffixes do not
3638         preserve all information.
3640 2017-01-13  Richard Biener  <rguenther@suse.de>
3642         PR tree-optimization/77283
3643         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
3644         and ssa-iterators.h.
3645         (is_feasible_trace): Implement a cost model based on joiner
3646         PHI node uses.
3648 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
3650         PR target/79004
3651         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
3652         char or short to __float128/_Float128 directly.
3654 2017-01-12  Martin Sebor  <msebor@redhat.com>
3656         to -Wformat-overflow.
3657         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
3658         (min_bytes_remaining): Same.
3659         (get_string_length): Same.
3660         (format_string): Same.
3661         (format_directive): Same.
3662         (add_bytes): Same.
3663         (pass_sprintf_length::handle_gimple_call): Same.
3665 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
3667         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
3668         info.nowrite calls with no lhs that can't throw.  Return bool
3669         whether gsi_remove has been called or not.
3670         (pass_sprintf_length::handle_gimple_call): Return bool whether
3671         try_substitute_return_value called gsi_remove.  Formatting fix.
3672         (pass_sprintf_length::execute): Don't use gsi_remove if
3673         handle_gimple_call returned true.
3675         PR bootstrap/79069
3676         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
3677         be removed due to side-effects, don't remove following barrier nor
3678         turn the successor edge into fallthru edge.
3680 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3682         PR target/79044
3683         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
3684         element-reversing loads and stores as not swappable.
3686 2017-01-12  Nathan Sidwell  <nathan@acm.org>
3687             Nicolai Stange  <nicstange@gmail.com>
3689         * combine.c (try_combine): Don't ignore result of overlap checking
3690         loop.  Combine overlap & asm check into single loop.
3692 2017-01-12  Richard Biener  <rguenther@suse.de>
3694         * tree-pretty-print.c (dump_generic_node): Provide -gimple
3695         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
3697 2017-01-12  Richard Biener  <rguenther@suse.de>
3699         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
3700         and TS_TARGET_OPTION directly derive from TS_BASE.
3701         * tree-core.h (tree_optimization_option): Derive from tree_base.
3702         (tree_target_option): Likewise.
3704 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
3706         * config/i386/i386.c (memory_address_length): Increase len
3707         only when rip_relative_addr_p returns false.
3709 2017-01-11  Julia Koval  <julia.koval@intel.com>
3711         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
3712         (OPTION_MASK_ISA_SGX_SET): New.
3713         (ix86_handle_option): Handle OPT_msgx.
3714         * config.gcc: Added sgxintrin.h.
3715         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
3716         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
3717         * config/i386/i386.c (ix86_target_string): Add -msgx.
3718         (PTA_SGX): New.
3719         (ix86_option_override_internal): Handle new options.
3720         (ix86_valid_target_attribute_inner_p): Add sgx.
3721         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
3722         * config/i386/i386.opt: Add msgx.
3723         * config/i386/sgxintrin.h: New file.
3724         * config/i386/x86intrin.h: Add sgxintrin.h.
3726 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
3728         PR c++/71537
3729         * fold-const.c (maybe_nonzero_address): Return 1 for function
3730         local objects.
3731         (tree_single_nonzero_warnv_p): Don't handle function local objects
3732         here.
3734         PR c++/72813
3735         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
3736         of c-header.
3738 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
3740         PR driver/78877
3741         * opts.c: Include "spellcheck.h"
3742         (struct string_fragment): New struct.
3743         (struct edit_distance_traits<const string_fragment &>): New
3744         struct.
3745         (get_closest_sanitizer_option): New function.
3746         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
3748 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
3750         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
3751         by 12.
3752         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
3753         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
3754         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
3755         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
3756         for initial die_offset if dwarf_split_debug_info.
3757         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
3758         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
3759         fields.
3760         (output_skeleton_debug_sections): Formatting fix.  Use
3761         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
3762         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
3764 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
3766         * config/arm/cortex-a53.md: Add bypasses for
3767         cortex_a53_r2f_cvt.
3768         (cortex_a53_r2f): Only use for transfers.
3769         (cortex_a53_f2r): Likewise.
3770         (cortex_a53_r2f_cvt): Add reservation for conversions.
3771         (cortex_a53_f2r_cvt): Likewise.
3773 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
3775         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
3776         to all inlined functions, change static to extern.
3778 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
3780         PR target/78253
3781         * config/arm/arm.c (legitimize_pic_address): Handle reference to
3782         weak symbol.
3783         (arm_assemble_integer): Likewise.
3785 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
3787         * config.gcc: Use new awk script to check CPU, FPU and architecture
3788         parameters for --with-... options.
3789         * config/arm/parsecpu.awk: New file
3790         * config/arm/arm-cpus.in: New file.
3791         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
3792         files.
3793         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
3794         files.
3795         * config/arm/t-arm: Update dependency rules.
3796         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
3797         of processing .def files.
3798         * config/arm/genopt.sh: Deleted.
3799         * config/arm/gentune.sh: Deleted.
3800         * config/arm/arm-cores.def: Deleted.
3801         * config/arm/arm-arches.def: Deleted.
3802         * config/arm/arm-fpus.def: Deleted.
3803         * config/arm/arm-tune.md: Regenerated.
3804         * config/arm/arm-tables.opt: Regenerated.
3805         * config/arm/arm-cpu.h: New generated file.
3806         * config/arm/arm-cpu-data.h: New generated file.
3807         * config/arm/arm-cpu-cdata.h: New generated file.
3809 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
3811         PR lto/79042
3812         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
3813         bit.
3814         (input_varpool_node): Unpack dynamically_initialized bit.
3816 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3818         PR rtl-optimization/79032
3819         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
3820         the alignment of the adjusted memory reference against that of MODE,
3821         instead of the alignment of the original memory reference.
3823 2017-01-11  Martin Jambor  <mjambor@suse.cz>
3825         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
3826         test.
3827         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
3828         decorated functions.
3830 2017-01-11  Richard Biener  <rguenther@suse.de>
3832         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
3833         set range/nonnull info for PHI results.  Do not set it on
3834         stmts marked for removal.
3836 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
3838         * expr.c (store_field): In the bitfield case, fetch the return value
3839         from the registers before applying a single big-endian adjustment.
3840         Always do a final load for a BLKmode value not larger than a word.
3842 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
3844         PR c++/77949
3845         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
3846         that we correctly handle column numbers greater than
3847         LINE_MAP_MAX_COLUMN_NUMBER.
3849 2017-01-10  Martin Sebor  <msebor@redhat.com>
3851         PR middle-end/78245
3852         * gimple-ssa-sprintf.c (get_destination_size): Call
3853         {init,fini}object_sizes.
3854         * tree-object-size.c (addr_object_size): Adjust.
3855         (pass_through_call): Adjust.
3856         (pass_object_sizes::execute): Adjust.
3857         * tree-object-size.h (fini_object_sizes): Declare.
3859 2017-01-10  Martin Sebor  <msebor@redhat.com>
3861         PR tree-optimization/78775
3862         * builtins.c (get_size_range): Move...
3863         * calls.c: ...to here.
3864         (alloc_max_size): Accept zero argument.
3865         (operand_signed_p): Remove.
3866         (maybe_warn_alloc_args_overflow): Call get_size_range.
3867         * calls.h (get_size_range): Declare.
3869 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
3871         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
3872         from TI's devices.csv file as of September 2016.
3873         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
3875 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
3877         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
3878         * doc/invoke.texi: Likewise.
3879         * doc/md.texi: Likewise.
3880         * doc/objc.texi: Likewise.
3882 2017-01-10  Joshua Conner  <joshconner@google.com>
3884         * config/arm/fuchsia-elf.h: New file.
3885         * config/fuchsia.h: New file.
3886         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
3887         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
3888         targets.
3889         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
3891 2016-01-10  Richard Biener  <rguenther@suse.de>
3893         PR tree-optimization/79034
3894         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
3895         Propagate out degenerate PHIs in the joiner.
3897 2017-01-10  Martin Liska  <mliska@suse.cz>
3899         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
3900         (sort_congruence_classes_by_decl_uid): Likewise.
3901         (sort_congruence_class_groups_by_decl_uid): Likewise.
3902         (sem_item_optimizer::merge_classes): Sort class, groups in these
3903         classes and members in the groups by DECL_UID of declarations.
3904         This would make merge operations stable.
3906 2017-01-10  Martin Liska  <mliska@suse.cz>
3908         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
3909         usage of m_classes_vec.
3910         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
3911         (sem_item_optimizer::get_group_by_hash): Likewise.
3912         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
3913         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
3914         (sem_item_optimizer::verify_classes): Likewise.
3915         (sem_item_optimizer::process_cong_reduction): Likewise.
3916         (sem_item_optimizer::dump_cong_classes): Likewise.
3917         (sem_item_optimizer::merge_classes): Likewise.
3918         * ipa-icf.h (congruence_class_hash): Rename from
3919         congruence_class_group_hash.  Remove declaration of m_classes_vec.
3921 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
3923         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
3924         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
3925         * config.gcc: Add avx512vpopcntdqintrin.h.
3926         * config/i386/avx512vpopcntdqintrin.h: New.
3927         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
3928         * config/i386/i386-builtin-types.def: Add new types.
3929         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
3930         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
3931         __builtin_ia32_vpopcountq_v8di_mask): New.
3932         * config/i386/i386-c.c (ix86_target_macros_internal): Define
3933         __AVX512VPOPCNTDQ__.
3934         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
3935         (PTA_AVX512VPOPCNTDQ): Define.
3936         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
3937         TARGET_AVX512VPOPCNTDQ_P): Define.
3938         * config/i386/i386.opt: Add mavx512vpopcntdq.
3939         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
3940         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
3942 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
3944         PR middle-end/77484
3945         * predict.def (PRED_CALL): Set to 67.
3947 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
3949         * expr.c (store_field): In the bitfield case, if the value comes from
3950         a function call and is of an aggregate type returned in registers, do
3951         not modify the field mode; extract the value in all cases if the mode
3952         is BLKmode and the size is not larger than a word.
3954 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
3956         PR target/71017
3957         * config/i386/cpuid.h: Fix undefined behavior.
3959 2017-01-04  Jeff Law  <law@redhat.com>
3961         PR tree-optimization/79007
3962         PR tree-optimization/67955
3963         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
3964         conservative for pt.null when flag_non_call_exceptions is on.
3966 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
3968         PR translation/79019
3969         PR translation/79020
3970         * params.def (PARAM_INLINE_MIN_SPEEDUP,
3971         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
3972         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
3973         in descriptions.
3974         * config/avr/avr.opt (maccumulate-args): Likewise.
3975         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
3976         * common.opt (freport-bug): Likewise.
3977         * cif-code.def (CIF_FINAL_ERROR): Likewise.
3978         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
3979         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
3980         translatable string.
3981         * config/i386/i386.c (function_value_32): Likewise.
3982         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
3983         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
3984         Likewise.
3985         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
3986         * common/config/msp430/msp430-common.c (msp430_handle_option):
3987         Likewise.
3988         * symtab.c (symtab_node::verify_base): Likewise.
3989         * opts.c (set_debug_level): Likewise.
3990         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
3991         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3992         missing whitespace to translatable strings.
3993         * config/avr/avr.md (bswapsi2): Fix typo in comment.
3994         * config/sh/superh.h: Likewise.
3995         * config/i386/xopintrin.h: Likewise.
3996         * config/i386/znver1.md: Likewise.
3997         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
3998         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
3999         * double-int.h (struct double_int): Likewise.
4000         * double-int.c (div_and_round_double): Likewise.
4001         * wide-int.cc: Likewise.
4002         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
4003         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
4004         * cfgcleanup.c (crossjumps_occured): Renamed to ...
4005         (crossjumps_occurred): ... this.
4006         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
4007         Adjust all uses.
4009         PR tree-optimization/78899
4010         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
4011         returning bool return struct loop *, NULL for failure and the new
4012         loop on success.
4013         (versionable_outer_loop_p): Don't version outer loop if it has
4014         dont_vectorized bit set.
4015         (tree_if_conversion): When versioning outer loop, ensure
4016         tree_if_conversion is performed also on the inner loop of the
4017         non-vectorizable outer loop copy.
4018         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
4019         LOOP_VECTORIZED in inner loop of the scalar outer loop and
4020         prevent vectorization of it.
4021         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
4022         the outer loop vectorization of the non-scalar version is attempted
4023         before vectorization of the inner loop in scalar version.  If
4024         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
4025         vectorization of its inner loop.
4026         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
4027         has 2 inner loops, rename also on edges from bb whose single pred
4028         is outer_loop->header.  Fix typo in function comment.
4030 2017-01-09  Martin Sebor  <msebor@redhat.com>
4032         PR bootstrap/79033
4033         * asan.c (asan_emit_stack_protection): Increase local buffer size
4034         to avoid snprintf truncation warning.
4036 2017-01-09  Andrew Pinski  <apinski@cavium.com>
4038         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
4039         to reference thunderx2t99 for the tuning structure
4040         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
4041         Rename to ...
4042         (thunderx2t99_extra_costs): This.
4043         * config/aarch64/aarch64-tune.md: Regenerate.
4044         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
4045         (vulcan_addrcost_table): This.
4046         (vulcan_regmove_cost): Rename to ...
4047         (thunderx2t99_regmove_cost): This.
4048         (vulcan_vector_cost): Rename to ...
4049         (thunderx2t99_vector_cost): this.
4050         (vulcan_branch_cost): Rename to ...
4051         (thunderx2t99_branch_cost): This.
4052         (vulcan_tunings): Rename to ...
4053         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
4054         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
4056 2017-01-09  Martin Jambor  <mjambor@suse.cz>
4058         PR ipa/78365
4059         PR ipa/78599
4060         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
4061         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
4062         (propagate_vr_accross_jump_function): Use the above function for all
4063         value range computations for pass-through jump functions and type
4064         converasion from explicit value range values.
4065         (ipcp_propagate_stage): Do not attempt to deduce types of formal
4066         parameters from TYPE_ARG_TYPES.
4067         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
4068         (ipa_write_node_info): Stream type of the actual argument.
4069         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
4071 2017-01-09  Martin Liska  <mliska@suse.cz>
4073         PR pch/78970
4074         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
4075         (lookup_compiler): Do not show error message with have_E.
4077 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
4079         PR tree-optimization/78938
4080         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
4081         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
4082         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
4083         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
4084         fixes.
4086 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4088         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
4089         is const0_rtx.
4091 2017-01-09  Richard Biener  <rguenther@suse.de>
4093         PR tree-optimization/78997
4094         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
4095         name condition properly.
4097 2017-01-09  Richard Biener  <rguenther@suse.de>
4099         PR debug/79000
4100         * dwarf2out.c (is_cxx): New overload with context.
4101         (is_naming_typedef_decl): Use it.
4103 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
4105         * invoke.texi (Option Summary): Correct spacing in option lists
4106         and add line breaks to fix over-long lines.
4108 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
4110         PR middle-end/17660
4112         * extend.texi (Common Variable Attributes): Add xref to GCC
4113         Internals manual to explain mode attribute keywords.
4115 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
4117         PR other/16519
4118         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
4119         and Preprocessor Options.
4120         (Options for Linking): Document -pthread here....
4121         (RS/6000 and PowerPC Options): ...not here.
4122         (Solaris 2 Options): ...or here.
4123         * doc/cppopts.texi: Document -pthread.
4125 2017-01-08  Martin Sebor  <msebor@redhat.com>
4127         PR middle-end/77708
4128         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
4129         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
4130         New member functions.
4131         (format_directive): Used them.
4132         (add_bytes): Same.
4133         (pass_sprintf_length::handle_gimple_call): Same.
4134         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
4135         to avoid truncation for any argument.
4136         (extract_affine_mul): Same.
4137         * tree.c (get_file_function_name): Same.
4139 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
4141         PR middle-end/77484
4142         * predict.def (PRED_INDIR_CALL): Set to 86.
4144 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
4146         PR preprocessor/54124
4147         * doc/cppopts.texi: Reformat -d subtable to list the full name
4148         of the options.  Add cross-reference to the docs for the general
4149         compiler -d options.
4150         * doc/invoke.texi (Developer Options): Add cross-reference to the
4151         preprocessor-specific -d option documentation.
4153 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
4155         PR preprocessor/13498
4156         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
4157         redudant material, and reflect new command-line options.
4158         (System Headers): Likewise.
4160 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
4162         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
4163         -isystem, and -idirafter.  Copy-edit.
4164         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
4165         default for -ftrack-macro-expansion.  Delete obsolete and
4166         badly-formatted implementation details about -fdebug-cpp output.
4167         * doc/cppwarnopts.texi: Copy-edit.
4169 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
4171         PR c++/72803
4172         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
4173         that the transition from a max line width >= 1<<10 to narrower
4174         lines works correctly.
4176 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
4178         * doc/options.texi (PerFunction): New.
4179         * opt-functions.awk (switch_flags): Map both Optimization and
4180         PerFunction to CL_OPTIMIZATION.
4181         * opth-gen.awk: Test for PerFunction flag along with
4182         Optimization.
4183         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
4184         it only when the latter is present.  Skip those that don't in
4185         the hash function generator.
4186         * common.opt (fvar-tracking): Mark as PerFunction instead of
4187         Optimization.
4188         (fvar-tracking-assignments): Likewise.
4189         (fvar-tracking-assignments-toggle): Likewise.
4190         (fvar-tracking-uninit): Likewise.
4192 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
4194         PR translation/79018
4195         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
4196         the and store.
4198 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
4200         PR target/57583
4201         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
4202         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
4203         TARGET_LONG_JUMP_TABLE_OFFSETS.
4204         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
4205         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
4206         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
4207         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
4208         * config/m68k/m68k.md (tablejump expander): Likewise.
4209         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
4210         TARGET_LONG_JUMP_TABLE_OFFSETS.
4211         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
4212         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
4214 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
4215             David Holsgrove <david.holsgrove@xilinx.com>
4217         * common/config/microblaze/microblaze-common.c
4218         (TARGET_EXCEPT_UNWIND_INFO): Remove.
4219         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
4220         New prototype.
4221         * config/microblaze/microblaze.c (microblaze_must_save_register)
4222         (microblaze_expand_epilogue, microblaze_return_addr): Handle
4223         calls_eh_return.
4224         (microblaze_eh_return): New function.
4225         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
4226         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
4227         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
4228         * config/microblaze/microblaze.md (eh_return): New pattern.
4230 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
4232         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
4233         GCC_DIAGNOSTIC_STRINGIFY): Define.
4235         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
4237 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4239         * config/arm/arm.md (<mcrr>): New.
4240         (<mrrc>): New.
4241         * config/arm/arm.c (arm_arch5te): New.
4242         (arm_option_override): Set arm_arch5te.
4243         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
4244         and mrrc2.
4245         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
4246         (arm_mcrr_qualifiers): ... this. New.
4247         (MRRC_QUALIFIERS): Define to...
4248         (arm_mrrc_qualifiers): ... this. New.
4249         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
4250         __arm_mrrc2): New.
4251         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
4252         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
4253         (MRRCI, mrrc, MRRC): New.
4254         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
4255         VUNSPEC_MRRC2): New.
4257 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4259         * config/arm/arm.md (<mcr>): New.
4260         (<mrc>): New.
4261         * config/arm/arm.c (arm_coproc_builtin_available): Add
4262         support for mcr, mrc, mcr2 and mrc2.
4263         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
4264         (arm_mcr_qualifiers): ... this. New.
4265         (MRC_QUALIFIERS): Define to ...
4266         (arm_mrc_qualifiers): ... this. New.
4267         (MCR_QUALIFIERS): Define to ...
4268         (arm_mcr_qualifiers): ... this. New.
4269         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
4270         __arm_mrc2): New.
4271         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
4272         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
4273         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
4274         VUNSPEC_MRC2): New.
4276 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4278         * config/arm/arm.md (*ldc): New.
4279         (*stc): New.
4280         (<ldc>): New.
4281         (<stc>): New.
4282         * config/arm/arm.c (arm_coproc_builtin_available): Add
4283         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
4284         (arm_coproc_ldc_stc_legitimate_address): New.
4285         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
4286         'qualifier_const_pointer'.
4287         (LDC_QUALIFIERS): Define to...
4288         (arm_ldc_qualifiers): ... this. New.
4289         (STC_QUALIFIERS): Define to...
4290         (arm_stc_qualifiers): ... this. New.
4291         * config/arm/arm-protos.h
4292         (arm_coproc_ldc_stc_legitimate_address): New.
4293         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
4294         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
4295         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
4296         stc2, stcl, stc2l): New.
4297         * config/arm/constraints.md (Uz): New.
4298         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
4299         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
4300         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
4301         VUNSPEC_STC2L): New.
4303 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4305         * config/arm/arm.md (<cdp>): New.
4306         * config/arm/arm.c (neon_const_bounds): Rename this ...
4307         (arm_const_bounds): ... this.
4308         (arm_coproc_builtin_available): New.
4309         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
4310         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
4311         (CDP_QUALIFIERS): Define to...
4312         (arm_cdp_qualifiers): ... this. New.
4313         (void_UP): Define.
4314         (arm_expand_builtin_args): Add case for 6 arguments.
4315         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
4316         (arm_const_bounds): ... this.
4317         (arm_coproc_builtin_available): New.
4318         * config/arm/arm_acle.h (__arm_cdp): New.
4319         (__arm_cdp2): New.
4320         * config/arm/arm_acle_builtins.def (cdp): New.
4321         (cdp2): New.
4322         * config/arm/iterators.md (CDPI,CDP,cdp): New.
4323         * config/arm/neon.md: Rename all 'neon_const_bounds' to
4324         'arm_const_bounds'.
4325         * config/arm/types.md (coproc): New.
4326         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
4327         * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
4328         * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
4329         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
4331 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4333         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
4334         (UBINOP_QUALIFIERS): New.
4335         (si_UP): Define.
4336         (acle_builtin_data): New. Change comment.
4337         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
4338         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
4339         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
4340         arm_acle_builtins.def.
4341         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
4342         (arm_init_acle_builtins): New.
4343         (CRC32_BUILTIN): Remove.
4344         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
4345         crc32cb, crc32ch and crc32cw.
4346         (arm_init_crc32_builtins): Remove.
4347         (arm_init_builtins): Use arm_init_acle_builtins rather
4348         than arm_init_crc32_builtins.
4349         (arm_expand_acle_builtin): New.
4350         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
4351         * config/arm/arm_acle_builtins.def: New.
4353 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4355         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
4356         (arm_builtin_datum): ... this.
4357         (arm_init_neon_builtin): Rename to ...
4358         (arm_init_builtin): ... this. Add a new parameters PREFIX
4359         and USE_SIG_IN_NAME.
4360         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
4361         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
4362         'arm_builtin_datum'.
4363         (arm_init_vfp_builtins): Likewise.
4364         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
4365         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
4366         (arm_expand_neon_args): Rename to ...
4367         (arm_expand_builtin_args): ... this. Rename builtin_arg
4368         enum values and differentiate between ARG_BUILTIN_MEMORY
4369         and ARG_BUILTIN_NEON_MEMORY.
4370         (arm_expand_neon_builtin_1): Rename to ...
4371         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
4372         values, arm_expand_builtin_args and add bool parameter NEON.
4373         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
4374         (arm_expand_vfp_builtin): Likewise.
4375         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
4377 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
4379         PR middle-end/77484
4380         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
4381         * predict.c (tree_estimate_probability_bb): Reverse direction of
4382         polymorphic call predictor.
4384 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
4386         * passes.c (execute_one_pass): Split out pass-skipping logic into...
4387         (determine_pass_name_match): ...this new function and...
4388         (should_skip_pass_p): ...this new function.
4390 2017-01-06  Nathan Sidwell  <nathan@acm.org>
4392         * ipa-visibility.c (function_and_variable_visibility): Reformat
4393         comments and long lines.  Remove extrneous if.
4394         * symtab.c (symtab_node::make_decl_local): Fix code format.
4395         (symtab_node::set_section_for_node): Fix comment typo.
4397 2017-01-06  Martin Liska  <mliska@suse.cz>
4399         PR bootstrap/79003
4400         * lra-constraints.c: Rename invariant to lra_invariant.
4401         * predict.c (set_even_probabilities): Initialize e to NULL.
4403 2017-01-05  Martin Sebor  <msebor@redhat.com>
4405         PR tree-optimization/78910
4406         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
4407         (format_integer): Correct off-by-one error in the handling
4408         of precision with negative numbers in signed conversions..
4410 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
4412         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
4414 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
4416         PR tree-optimization/71016
4417         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
4418         factor_out_conditional_conversion.  Formatting fix.
4419         (factor_out_conditional_conversion): Add cond_stmt argument.
4420         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
4421         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
4422         Formatting fix.
4424 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
4426         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
4427         read-rtl-function.o, and selftest-rtl.o.
4428         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
4429         (selftest::aarch64_test_loading_full_dump): New function.
4430         (selftest::aarch64_run_selftests): New function.
4431         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
4432         selftest::aarch64_run_selftests.
4433         * config/i386/i386.c
4434         (selftest::ix86_test_loading_dump_fragment_1): New function.
4435         (selftest::ix86_test_loading_call_insn): New function.
4436         (selftest::ix86_test_loading_full_dump): New function.
4437         (selftest::ix86_test_loading_unspec): New function.
4438         (selftest::ix86_run_selftests): Call the new functions.
4439         * emit-rtl.c (maybe_set_max_label_num): New function.
4440         * emit-rtl.h (maybe_set_max_label_num): New decl.
4441         * function.c (instantiate_decls): Guard call to
4442         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
4443         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
4444         "static".
4445         * gensupport.c (gen_reader::gen_reader): Pass "false"
4446         for new "compact" param of rtx_reader.
4447         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
4448         rather than an empty string for NULL strings.
4449         * read-md.c: Potentially include config.h rather than bconfig.h.
4450         Wrap include of errors.h with #ifdef GENERATOR_FILE.
4451         (have_error): New global, copied from errors.c.
4452         (md_reader::read_name): Rename to...
4453         (md_reader::read_name_1): ...this, adding "out_loc" param,
4454         and converting "missing name or number" to returning false, rather
4455         than failing.
4456         (md_reader::read_name): Reimplement in terms of read_name_1.
4457         (md_reader::read_name_or_nil): New function.
4458         (md_reader::read_string): Handle "(nil)" by returning NULL.
4459         (md_reader::md_reader): Add new param "compact".
4460         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
4461         (md_reader::read_file): New method.
4462         * read-md.h (md_reader::md_reader): Add new param "compact".
4463         (md_reader::read_file): New method.
4464         (md_reader::is_compact): New accessor.
4465         (md_reader::read_name): Convert return type from void to file_location.
4466         (md_reader::read_name_or_nil): New decl.
4467         (md_reader::read_name_1): New decl.
4468         (md_reader::m_compact): New field.
4469         (noop_reader::noop_reader): Pass "false" for new "compact" param
4470         of rtx_reader.
4471         (rtx_reader::rtx_reader): Add new "compact" param.
4472         (rtx_reader::read_rtx_operand): Make virtual and convert return
4473         type from void to rtx.
4474         (rtx_reader::read_until): New decl.
4475         (rtx_reader::handle_any_trailing_information): New virtual function.
4476         (rtx_reader::postprocess): New virtual function.
4477         (rtx_reader::finalize_string): New virtual function.
4478         (rtx_reader::m_in_call_function_usage): New field.
4479         (rtx_reader::m_reuse_rtx_by_id): New field.
4480         * read-rtl-function.c: New file.
4481         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
4482         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
4483         (selftest::verify_three_block_rtl_cfg): New decl.
4484         * read-rtl-function.h: New file.
4485         * read-rtl.c: Potentially include config.h rather than bconfig.h.
4486         For host, include function.h, memmodel.h, and emit-rtl.h.
4487         (one_time_initialization): New function.
4488         (struct compact_insn_name): New struct.
4489         (compact_insn_names): New array.
4490         (find_code): Handle insn codes in compact dumps.
4491         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
4492         (bind_subst_iter_and_attr): Likewise.
4493         (add_condition_to_string): Likewise.
4494         (add_condition_to_rtx): Likewise.
4495         (apply_attribute_uses): Likewise.
4496         (add_current_iterators): Likewise.
4497         (apply_iterators): Likewise.
4498         (initialize_iterators): Guard usage of apply_subst_iterator with
4499         #ifdef GENERATOR_FILE.
4500         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
4501         (md_reader::read_mapping): Likewise.
4502         (add_define_attr_for_define_subst): Likewise.
4503         (add_define_subst_attr): Likewise.
4504         (read_subst_mapping): Likewise.
4505         (check_code_iterator): Likewise.
4506         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
4507         logic to...
4508         (one_time_initialization): New function.
4509         (rtx_reader::read_until): New method.
4510         (read_flags): New function.
4511         (parse_reg_note_name): New function.
4512         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
4513         Handle reuse_rtx ids.
4514         Wrap iterator lookup within #ifdef GENERATOR_FILE.
4515         Add parsing support for RTL dumps, mirroring the special-cases in
4516         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
4517         values, and calling handle_any_trailing_information.
4518         (rtx_reader::read_rtx_operand): Convert return type from void
4519         to rtx, returning return_rtx.  Handle case 'e'.  Call
4520         finalize_string on XSTR and XTMPL fields.
4521         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
4522          "(nil)" values were omitted.  Call the postprocess vfunc on the
4523         return_rtx.
4524         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
4525         class ctor.  Initialize m_in_call_function_usage.  Call
4526         one_time_initialization.
4527         * rtl-tests.c (selftest::test_uncond_jump): Call
4528         set_new_first_and_last_insn.
4529         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
4530         * selftest-rtl.c: New file.
4531         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
4532         (selftest::get_insn_by_uid): New decl.
4533         * selftest-run-tests.c (selftest::run_tests): Call
4534         read_rtl_function_c_tests.
4535         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
4536         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
4537         dumps.
4539 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
4541         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
4542         operands in a special way.  Assert that pos+len <= mode precision.
4544 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
4546         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
4547         3 argument Alias with unlimited for the negative form.
4548         (fno-vect-cost-model): Removed.
4550 2017-01-05  Martin Liska  <mliska@suse.cz>
4552         * hsa-gen.c (gen_hsa_divmod): New function.
4553         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
4555 2017-01-05  Martin Liska  <mliska@suse.cz>
4557         PR pch/78970
4558         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
4559         header.
4561 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4563         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
4564         small constant length operands.
4566 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4568         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
4569         between loop iterations.
4571 2017-01-05  Martin Liska  <mliska@suse.cz>
4573         PR sanitizer/78815
4574         * gimplify.c (gimplify_decl_expr): Compare to
4575         asan_poisoned_variables instread of checking flags.
4576         (gimplify_target_expr): Likewise.
4577         (gimplify_expr): Likewise.
4578         (gimplify_function_tree): Conditionally initialize
4579         asan_poisoned_variables.
4581 2017-01-04  Jeff Law  <law@redhat.com>
4583         PR tree-optimizatin/78812
4584         * rtl.h (contains_mem_rtx_p): Prototype.
4585         * ifcvt.c (containts_mem_rtx_p): Move from here to...
4586         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
4587         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
4588         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
4589         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
4591 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
4593         * input.c (assert_char_at_range): Default-initialize actual_range.
4595 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
4597         * df-scan.c (df_ref_create_structure): Make regno unsigned,
4598         to match the caller.
4600 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
4602         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
4603         insns after final jump in test to emit dummy move.
4605 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
4607         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
4608         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
4610 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
4612         * multiple_target.c (create_dispatcher_calls): Init e_next.
4613         * tree-ssa-loop-split.c (split_loop): Init border.
4614         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
4615         scalar_type.
4617 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
4619         PR target/71977
4620         PR target/70568
4621         PR target/78823
4622         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
4623         (altivec_register_operand): Do not return true if the operand
4624         contains a SUBREG mixing SImode and SFmode.
4625         (vsx_register_operand): Likewise.
4626         (vsx_reg_sfsubreg_ok): New predicate.
4627         (vfloat_operand): Do not return true if the operand contains a
4628         SUBREG mixing SImode and SFmode.
4629         (vint_operand): Likewise.
4630         (vlogical_operand): Likewise.
4631         (gpc_reg_operand): Likewise.
4632         (int_reg_operand): Likewise.
4633         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
4634         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
4635         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
4636         SImode and SFmode.
4637         (rs6000_emit_move_si_sf_subreg): New helper function.
4638         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
4639         fixup SUBREGs involving SImode and SFmode.
4640         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
4641         numbers for the new peephole2 optimization.
4642         (peephole2 for SFmode unions): New peephole2 to optimize cases in
4643         the GLIBC math library that do AND/IOR/XOR operations on single
4644         precision floating point.
4645         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
4646         target macros to say whether we need to avoid SUBREGs mixing
4647         SImode and SFmode.
4648         (TARGET_ALLOW_SF_SUBREG): Likewise.
4649         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
4650         (UNSPEC_SI_FROM_SF): Likewise.
4651         (iorxor): Change spacing.
4652         (and_ior_xor): New iterator for AND, IOR, and XOR.
4653         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
4654         (movdi_from_sf_zero_ext): Likewise.
4655         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
4656         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
4657         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
4658         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
4659         (fms<mode>4): Likewise.
4660         (fnma<mode>4): Likewise.
4661         (fnms<mode>4): Likewise.
4662         (nfma<mode>4): Likewise.
4663         (nfms<mode>4): Likewise.
4665 2017-01-04  Marek Polacek  <polacek@redhat.com>
4667         PR c++/64767
4668         * doc/invoke.texi: Document -Wpointer-compare.
4670 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
4672         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
4673         RejectNegative.
4675         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
4676         descriptions for -gdwarf-5 and emit them as uleb128 instead of
4677         2-byte data.
4679 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4681         PR target/78056
4682         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
4683         documentation of the powerpc_popcntb_ok attribute.
4684         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
4685         code to issue warning messages if a requested CPU configuration is
4686         not supported by the binary (assembler and loader) toolchain.
4687         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
4688         made to define a built-in function that has been disabled.
4689         (paired_init_builtins): Add assertion to prevent ICE if attempt is
4690         made to define a built-in function that has been disabled.
4691         (altivec_init_builtins): Add comment explaining why definition
4692         of the DST built-in functions is not preceded by an assertion
4693         check.  Add assertions to prevent ICE if attempts are made to
4694         define an altivec predicate or an abs* built-in function that has
4695         been disabled.
4696         (htm_init_builtins): Add comment explaining why definition of the
4697         htm built-in functions is not preceded by an assertion check.
4699 2017-01-04  Jeff Law  <law@redhat.com>
4701         PR tree-optimizatin/67955
4702         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
4703         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
4704         the points-to solution does not include pt_null.  Use DECL_PT_UID
4705         unconditionally.
4707 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
4709         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
4710         Use gen_int_mode instead of gen_lopwart for const_int operands.
4712 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
4714         PR tree-optimization/71563
4715         * match.pd: Simplify X << Y into X if Y is known to be 0 or
4716         out of range value - has low bits known to be zero.
4718 2017-01-04  Alan Modra  <amodra@gmail.com>
4720         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
4721         * configure: Regenerate.
4722         * config.in: Regenerate.
4724 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
4726         PR bootstrap/77569
4727         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
4728         a substring of the message, but strcmp with the whole message.  Ifdef
4729         ENABLE_NLS, translate the message first using dgettext.
4731 2017-01-03  Jeff Law  <law@redhat.com>
4733         PR tree-optimizatin/78856
4734         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
4735         (mark_threaded_blocks): Remove code to truncate thread paths that
4736         cross multiple loop headers.  Instead invalidate the cached loop
4737         iteration information and handle case of a thread path walking
4738         into an irreducible region.
4740 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
4742         PR target/78900
4743         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
4744         assertions.  Add support for doing the signbit if the IEEE 128-bit
4745         floating point value is in a GPR.
4746         * config/rs6000/rs6000.md (Fsignbit): Delete.
4747         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
4748         Update the length attribute if the value is in a GPR.
4749         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
4750         the sign or zero extension instruction, since the value is always 0/1.
4751         (signbit<mode>2_dm2): Delete using <Fsignbit>.
4753         PR target/78953
4754         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
4755         extracting SImode to a GPR register so that we can generate a
4756         store, limit the vector to be in a traditional Altivec register
4757         for the vextuwrx instruction.
4759 2017-01-03  Ian Lance Taylor  <iant@google.com>
4761         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
4763 2017-01-03  Martin Sebor  <msebor@redhat.com>
4765         PR tree-optimization/78696
4766         * gimple-ssa-sprintf.c (format_floating): Correct handling of
4767         precision.  Use MPFR for %f for greater fidelity.  Correct handling
4768         of %g.
4769         (pass_sprintf_length::compute_format_length): Set width and precision
4770         specified by asrerisk to void_node for vararg functions.
4771         (try_substitute_return_value): Adjust dump output.
4773 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
4775         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
4777 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
4779         * doc/invoke.texi (SPARC options): Document -mlra as the default.
4780         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
4781         -mlra/-mno-lra was passed to the compiler.
4783 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
4785         PR rtl-optimization/65618
4786         * emit-rtl.c (try_split): Move initialization of "before" and
4787         "after" to just before the call to emit_insn_after_setloc.
4789 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
4791         * doc/md.texi (Standard Names): Remove reference to Java frontend.
4793 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
4795         * dwarf2out.c (gen_enumeration_type_die): When
4796         -gno-strict-dwarf, add a DW_AT_encoding attribute.
4798 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
4800         PR tree-optimization/78965
4801         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
4802         Change first argument from const call_info & to call_info &.  For %n
4803         set info.nowrite to false.
4805         PR middle-end/78901
4806         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
4807         possibly throwing calls.
4809         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
4810         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
4811         and fns handling, rather than in a separate case SSA_NAME.
4813 2017-01-02  Jeff Law  <law@redhat.com>
4815         * config/darwin-driver.c (darwin_driver_init): Const-correctness
4816         fixes for first_period and second_period variables.
4818 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
4820         PR target/78967
4821         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
4822         (*insvqi_1): New insn pattern.
4823         (*insvqi_1_mem_rex64): Ditto.
4824         (*insvqi_2): Ditto.
4825         (*insvqi_3): Rename from *insvqi.
4827         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
4829 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
4831         * doc/cfg.texi (Edges): Remove reference to Java.
4832         (Maintaining the CFG): Ditto.
4834 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
4836         PR middle-end/77674
4837         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
4838         transparent aliases.
4840 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
4842         PR middle-end/77484
4843         * predict.def (PRED_CALL): Update hitrate.
4844         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
4845         * predict.c (tree_estimate_probability_bb): Split CALL predictor
4846         into direct/indirect/polymorphic variants.
4848 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
4850         Update copyright years.
4852         * gcc.c (process_command): Update copyright notice dates.
4853         * gcov-dump.c (print_version): Ditto.
4854         * gcov.c (print_version): Ditto.
4855         * gcov-tool.c (print_version): Ditto.
4856         * gengtype.c (create_file): Ditto.
4857         * doc/cpp.texi: Bump @copying's copyright year.
4858         * doc/cppinternals.texi: Ditto.
4859         * doc/gcc.texi: Ditto.
4860         * doc/gccint.texi: Ditto.
4861         * doc/gcov.texi: Ditto.
4862         * doc/install.texi: Ditto.
4863         * doc/invoke.texi: Ditto.
4865 Copyright (C) 2017 Free Software Foundation, Inc.
4867 Copying and distribution of this file, with or without modification,
4868 are permitted in any medium without royalty provided the copyright
4869 notice and this notice are preserved.