On Tue, Sep 25, 2018 at 4:25 PM Andrew Stubbs <a...@codesourcery.com> wrote: > > On 22/09/18 19:51, Andreas Schwab wrote: > > That breaks aarch64 ILP32. > > The problem is that the mode given to expand_expr is just a "hint", > apparently, and it's being ignored. > > I'm testing the attached patch for GCN. It fixes the ICE for AArch64 > just fine. > > OK?
OK. > Andrew