On Thu, Oct 24, 2013 at 03:22:42PM -0600, Jeff Law wrote: > On 10/24/13 14:56, Steven Bosscher wrote: > >>Bootstrapped and regression tested on x86_64-unknown-linux-gnu. Obviously > >>the mudflap specific tests were deleted and not run and were manually > >>ignored when comparing testsuite runs. > >> > >>OK for the trunk? > > > > > >The flags in c.opt should be retained as NOPs. Or maybe even with a > >sorry() that mudflap is gone. > Seems reasonable (dummy option, possibly a sorry--deprecated message. > > Is there an example NOP option in a .opt file I could crib > somewhere? The .opt files are a complete and utter mystery to me :-)
Perhaps just fmudflap C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported) Note, there are also fmudflapth and fmudflapir options that will need the same treatment. Marek