This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH/fortran] Add option to make 1st error fatal
On Sun, Oct 30, 2005 at 11:29:45PM -0500, Andrew Pinski wrote:
> >
I wrote:
> > I have not idea what you mean. If I use "gfortran -Werror"
> > with my patch, gfortran will exit when it hits the first
> > warning. That appears to be fairly fatal.
>
> I am trying to say that the behavior with -Werror on gcc,
> is that it turns warnings into errors and does not make
> them a fatal error.
>
What's the point? So, gcc prints "Error: " instead of
"Warning: ".
I'll remove the -Werror if it makes everyone happy. All
I really care about is the ability to kill gfortran after
the first error. Getting 438 errors from the code in
Pr 23538 is just insane.
--
Steve