r245563 - in /trunk/gcc: ChangeLog common.opt d...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Sat Feb 18 16:10:00 GMT 2017


Author: jakub
Date: Sat Feb 18 16:10:43 2017
New Revision: 245563

URL: https://gcc.gnu.org/viewcvs?rev=245563&root=gcc&view=rev
Log:
	* 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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/common.opt
    trunk/gcc/doc/invoke.texi
    trunk/gcc/dwarf2out.c



More information about the Gcc-cvs mailing list