This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] 2nd try: Speeding up delta by -Wfatal-errors


Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> writes:

> Zack Weinberg wrote:
>> Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> writes:
>>
>>>Here is the second iteration of the patch.  Option name changed to
>>>-Wfatal-errors as suggested, error interception is done in diagnostics.c
>>>
>>>Bootstrapped on ia64 linux.
>>>
>>>2004-04-07  Richard Guenther  <richard.guenther@uni-tuebingen.de>
>>>
>>>        * commom.opt (Wfatal-errors): Add it.
>>>        * diagnostic.c (flag_fatal_errors): Define it.
>>>        (diagnostic_action_after_output): Check for flag_fatal_errors.
>>>        * flags.h (flag_fatal_errors): Declare it.
>>>        * opts.c (common_handle_option): Add OPT_Wfatal_errors.
>>>        * doc/invoke.texi (Warning Options): Document -Wfatal-errors.
>> OK.
>
> I don't have CVS write access and the copyright assignment is probably
> still on its way from Germany back to the FSF.  So can you commit this
> as minor change?

I have my hands full right now, sorry.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]