https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112822
Peter Bergner <bergner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-12-02 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Peter Bergner <bergner at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > >This is a huge C++ program that I have not cut down yet. > > I think it didn't attach because it was too big, maybe compress and attach > that. I have a creduce running to minimize it. Looks like it'll take a while to run. I'll attach it when it's done. I also note Bill's build was configured with --with-cpu=power10, so -O3 -mcpu=power10 are the options required to hit the ICE. Confirmed.