Re: Print column information in dump_loc

2013-05-15 Thread Richard Biener
On Tue, May 14, 2013 at 6:58 PM, Easwaran Raman wrote: > This patch dumps the column number as part of dump_loc making the > output similar to inform(). This allows these messages to be pattern > matched by dg_message. Bootstraps with this change. Ok for trunk? Eh, column numbers are mostly noise

Print column information in dump_loc

2013-05-14 Thread Easwaran Raman
This patch dumps the column number as part of dump_loc making the output similar to inform(). This allows these messages to be pattern matched by dg_message. Bootstraps with this change. Ok for trunk? - Easwaran - 2013-05-14 Easwaran Raman * dumpfile.c (dump_loc): Print column number.