This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR preprocessor/19475
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: jsm at polyomino dot org dot uk, zack at codesourcery dot com,gcc-patches at gcc dot gnu dot org, gcc-bugzilla at gcc dot gnu dot org
- Date: Tue, 5 Apr 2005 20:32:58 +0900
- Subject: Re: [PATCH] Fix PR preprocessor/19475
- References: <20050405101742.GP17420@devserv.devel.redhat.com>
Jakub Jelinek wrote:-
> Is there some limitation on how many bytes or error messages
> dejagnu groks or something?
I think it gets confused by the column numbers; if you add
-fno-columns (or whatever it is) the problem would probably
go away.
Neil.