https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92796
Peter Bergner <bergner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2019-12-05 Ever confirmed|0 |1 --- Comment #5 from Peter Bergner <bergner at gcc dot gnu.org> --- Actually, I got it to ICE. I had to add -fstack-protector-strong to my options, which your compile was adding automatically due to your configure options. I'll have a look.