On Fri, 22 Jul 2011, Jakub Jelinek wrote: > > On Thu, Jul 21, 2011 at 08:32:09PM +0000, Joseph S. Myers wrote: > > > If -no can't make it to cc1, I'll drop it. Is -fdump* checking that way > > > ok (with the orig_option_with_args_text -> canonical_option[0] change)? > > > > Yes, that seems reasonable. > > Ok, here is an updated patch. I've had to add > case OPT_nostdinc: > case OPT_nostdinc__: > because those are the two options I was actually adding the "-no" case > before, but I couldn't manage to get other -no* options down to the producer > string. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
I don't see a change to invoke.texi to document the new options, but otherwise it looks OK in option handling terms. -- Joseph S. Myers jos...@codesourcery.com