On Mon, Sep 29, 2008 at 2:04 PM, Pat Haugen <[EMAIL PROTECTED]> wrote: >> Does IRA support stack slot sharing described in the comment? > > We just got done walking through a failure with 200.sixtrack that looks > like the same thing. The two insns involved are:
Looking into gcc.c-torture/execute/pr28982b.c's failure (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37447), I noticed that the struct there is big too and looks like the same issue. This testcase does fail on the trunk with --with-tune=cell. Thanks, Andrew Pinski