#line numbers in insn-recog.c

2006-05-03 Thread Bernd Schmidt
Does anyone find the use of #line in insn-recog.c actually useful? It seems to make debugging recog() impossible. Bernd

Re: #line numbers in insn-recog.c

2006-05-03 Thread Rask Ingemann Lambertsen
On Wed, May 03, 2006 at 12:29:17PM +0200, Bernd Schmidt wrote: > Does anyone find the use of #line in insn-recog.c actually useful? It > seems to make debugging recog() impossible. Try this patch. It adds #line directives to insn-recog.c and other generated files to revert the ones already there

Re: #line numbers in insn-recog.c

2006-05-03 Thread Richard Henderson
On Wed, May 03, 2006 at 12:29:17PM +0200, Bernd Schmidt wrote: > Does anyone find the use of #line in insn-recog.c actually useful? It > seems to make debugging recog() impossible. Yes, it makes compile errors go to the right place. r~

Re: #line numbers in insn-recog.c

2006-10-14 Thread Rask Ingemann Lambertsen
On Wed, May 03, 2006 at 12:29:17PM +0200, Bernd Schmidt wrote: > Does anyone find the use of #line in insn-recog.c actually useful? It > seems to make debugging recog() impossible. I think the line directives are nearly useless when you want to debug those files. A comment with the file name