This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cpplib: Nix -g3.
- To: Zack Weinberg <zackw at Stanford dot EDU>
- Subject: Re: cpplib: Nix -g3.
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Wed, 10 Jan 2001 23:58:53 +0000
- Cc: Jakub Jelinek <jakub at redhat dot com>, gcc at gcc dot gnu dot org
- References: <20010109233506.C7013@daikokuya.demon.co.uk> <20010109155204.A2032@wolery.stanford.edu> <20010110000706.C10605@daikokuya.demon.co.uk> <20010110041336.V1120@devserv.devel.redhat.com> <20010110211105.B21420@daikokuya.demon.co.uk> <20010110154606.R2032@wolery.stanford.edu>
Zack Weinberg wrote:-
> There was a very good reason for this which I don't remember anymore.
> I think it might have had to do with the printer not being set up
> early enough, so it would crash.
I think you might be right about the printing. Anyway, that problem
is no more. Cool, another kludge we can eliminate.
The only issue is where this stuff shows up the in preprocessed output
- the line numbering might be screwy, giving problems with a re-read
and -fpreprocessed. Maybe that was a reason?
Neil.