This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa-cvs corrupt
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Bonzini <bonzini at gnu dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 5 Jan 2003 22:33:41 +0000
- Subject: Re: tree-ssa-cvs corrupt
- References: <00a701c2b502$9329fe00$57181897@bonz>
Bonzini wrote:-
> Also, wouldn't doing errorcount++ make it work well enough for tree-ssa's
> needs?
errorcount is not linked into cpplib's image. This issue vanishes
once cpplib uses the client's supplied diagnostic routines.
Neil.