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]

Re: Fix to bug involving clearing of storage


    >        rtx temp = gen_reg_rtx (GET_MODE (target));
    >!       store_constructor (exp, temp, 0);
    >        emit_move_insn (target, temp);
    >        return;
    >--- 3678,3682 ----
    >      {
    >        rtx temp = gen_reg_rtx (GET_MODE (target));
    >!       store_constructor (exp, temp, 0, size);

    store_constructor now takes 5 args, or?

Well, I added one arg.  ;-)

This is in #if 0 code, which is why nobody noticed the previous shortage
of args.  I'll fix anyway.


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