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]: Fix PR c/12372


> It might work.  I have done a little more work on the problem along the
> lines suggested by Richard.  The patch below fixes the PR.

It introduces a regression for the recent g++.dg/opt/const3.C on i586 because 
it generates:

(expr_list (use (nil))
    (expr_list (use (nil))
        (expr_list (use (nil))
            (nil))))

and instantiate_virtual_regs_1 doesn't like that.

-- 
Eric Botcazou


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