This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to make GCC stop on first error
- From: Tom Tromey <tromey at redhat dot com>
- To: Francesco Montorsi <f18m_cpp217828 at yahoo dot it>
- Cc: gcc at gcc dot gnu dot org
- Date: 28 Mar 2007 09:49:09 -0600
- Subject: Re: How to make GCC stop on first error
- References: <eudram$jdc$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Francesco" == Francesco Montorsi <f18m_cpp217828@yahoo.it> writes:
Francesco> This is very annoying when e.g. the first error is due to
Francesco> not finding a required header file: after that gcc goes on
Francesco> and spits out tons of errors about missing declarations for
Francesco> those things which are declared in the not-found header
Francesco> file.
This particular case is in bugzilla:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15638
Tom