This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Dumping line numbers


On Mon, 2003-11-03 at 11:58, Zdenek Dvorak wrote:

> 	* tree-dump.c (dump_options): Add TDF_LINENO.
> 	* tree-pretty-print.c (dump_generic_node): Print line number for
> 	statements if asked to.
> 	* tree.h (TDF_LINENO): New.
> 
This is OK, but you also need to update doc/invoke.texi.

Since you're modifying this code, could you update tree_dump_bb to use
TDF_LINENO instead of manually adding line numbers?


Thanks.  Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]