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] PR 26789, PR 26790: ICE with -fmudflap


Volker Reichelt wrote:
> Are they OK for mainline?
> Is the first one also Ok for the 4.1 branch?

Yes.

However, just as we've learned that it makes sense to turn off the
optimizers in the presence of errors, so it makes sense to turn off
mudflap.  Why not just guard all of mudflap_finish_file with a check of
errorcount?

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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