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:

> 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.

zw


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