1. 19 Feb, 2017 4 commits
  2. 18 Feb, 2017 8 commits
    • io.xml: Update link to groups.google.com. · 3fad5342
      	* doc/xml/manual/io.xml: Update link to groups.google.com.
      	Tweak link description.
      
      From-SVN: r245565
      Gerald Pfeifer committed
    • final.c (last_columnnum, [...]): New variables. · 497b7c47
      	* final.c (last_columnnum, override_columnnum): New variables.
      	(final_start_function): Set last_columnnum, pass it to begin_prologue
      	hook and pass 0 to dwarf2out_begin_prologue.
      	(final_scan_insn): Update override_columnnum.  Pass last_columnnum
      	to source_line debug hook.
      	(notice_source_line): Compute last_columnnum and for debug_column_info
      	return true on column changes.
      	* debug.h (struct gcc_debug_hooks): Add column argument to
      	source_line and begin_prologue hooks.
      	(debug_nothing_int_charstar_int_bool): Remove prototype.
      	(debug_nothing_int_int_charstar,
      	debug_nothing_int_int_charstar_int_bool): New prototypes.
      	(dwarf2out_begin_prologue): Add column argument.
      	* debug.c (do_nothing_debug_hooks): Adjust source_line and
      	begin_prologue hooks.
      	(debug_nothing_int_charstar_int_bool): Remove.
      	(debug_nothing_int_int_charstar,
      	debug_nothing_int_int_charstar_int_bool): New functions.
      	* dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
      	through to dwarf2out_source_line.
      	(dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
      	(dwarf2out_source_line): Add column argument, emit it if requested.
      	* sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
      	arguments.
      	* xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
      	* xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
      	* vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
      	through to dwarf2out_begin_prologue.
      	(vmsdbgout_source_line): Add column argument, pass it through to
      	dwarf2out_source_line.
      	* dbxout.c (dbxout_begin_prologue): Add column argument, adjust
      	dbxout_source_line caller.
      	(dbxout_source_line): Add column argument.
      
      From-SVN: r245564
      Jakub Jelinek committed
    • common.opt (gno-column-info, [...]): New options. · 0029b929
      	* common.opt (gno-column-info, gcolumn-info): New options.
      	* dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
      	(check_die): Also test for multiple DW_AT_decl_column attributes.
      	(add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
      	DW_AT_decl_column if requested.
      	(gen_subprogram_die): Compare and/or add also DW_AT_decl_column
      	if requested.
      	(gen_variable_die): Likewise.
      	(add_call_src_coords_attributes): Add DW_AT_call_column if requested.
      	* doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
      
      From-SVN: r245563
      Jakub Jelinek committed
    • thread_local-order2.C: xfail on hppa*-*-hpux*. · 47e16d83
      	* g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*.
      
      From-SVN: r245562
      John David Anglin committed
    • re PR target/79569 (Unrecognized command line option ‘-m3dnowa’) · c28fcc60
      	PR target/79569
      	* config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
      	* common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
      	(ix86_handle_option): Handle OPT_m3dnowa.
      	* doc/invoke.texi (-m3dnowa): Document.
      	* doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
      	-m3dnowa instead of -m3dnow -march=athlon.
      
      	* gcc.target/i386/3dnowA-3.c: New test.
      
      From-SVN: r245561
      Jakub Jelinek committed
    • re PR target/79559 (ICE in ix86_print_operand, at config/i386/i386.c:18189) · c2615951
      	PR target/79559
      	* config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
      	instead of gcc_assert for K, r and R code checks.  Formatting fixes.
      
      	* gcc.target/i386/pr79559.c: New test.
      
      From-SVN: r245560
      Jakub Jelinek committed
    • * doc/xml/manual/profile_mode.xml: Fix link. · dc15bc7a
      From-SVN: r245559
      Gerald Pfeifer committed
    • Daily bump. · d92c7d95
      From-SVN: r245558
      GCC Administrator committed
  3. 17 Feb, 2017 22 commits
  4. 16 Feb, 2017 6 commits