This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: #line numbers in insn-recog.c
- From: Richard Henderson <rth at redhat dot com>
- To: Bernd Schmidt <bernds_cb1 at t-online dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 3 May 2006 14:53:39 -0700
- Subject: Re: #line numbers in insn-recog.c
- References: <445885FD.7060507@t-online.de>
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~