This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Exit code for errors detected by cpplib
- To: brolley at cygnus dot com
- Subject: Re: Exit code for errors detected by cpplib
- From: Nick Clifton <nickc at cygnus dot com>
- Date: Tue, 30 Nov 1999 10:46:31 GMT
- CC: gcc-patches at gcc dot gnu dot org
Hi Dave,
: I thought we had already fixed this? I just checked in gcc/cp/lex.c
: and the global errorcount is indeed incremented by parse_in.errors.
Duh! I feel like such an idiot!
Yes you are right - this problem has already been fixed. I was
working on a customer's problem on an old branch of the sources and
just assumed that the current sources had the same problem - I did not
actually build a toolchain and check. *sigh*
Oh well, please ignore the patch, and I will go back to banging the
rocks together.
Cheers
Nick