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: [rfa] mudflap vs varargs


On Tue, Sep 07, 2004 at 05:32:59PM -0400, Frank Ch. Eigler wrote:
> +    {
> +      addr = build_fold_indirect_ref (addr);
> +      if (flag_mudflap) /* Don't instrument va_arg INDIRECT_REF.  */
> +        mf_mark (addr);

Please build a build_vaarg_indirect_ref for this.  There's lots of
target code that needs updating as well.



r~


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