On Thu, 26 May 2011, Richard Guenther wrote:
> + if (is_enable)
> + error ("unrecognized option -fenable");
> + else
> + error ("unrecognized option -fdisable");
>
> I think that should be fatal_error - Joseph?No, all existing errors for unknown options are ordinary errors rather than fatal errors (though if the driver detects a problem it won't then run cc1). -- Joseph S. Myers [email protected]
