This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Merging with bnw-simple
jason wrote:
> [...]
> > From the mudflap perspective, this is okay with me, as long as
> > "-fdisable-simple -fmudflap" continues to work.
>
> It doesn't at the moment (i.e on bnw-simple-branch), but it could.
> Currently the C frontend genericizes its trees at the end of
> finish_function, but this could be conditioned on flag_disable_simple.
Alternately, the mudflap instrumentation pass could (for now) run
before the new "genericizing" pass, regardless of flag_disable_simple.
- FChE