https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116561
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Sam James from comment #2) > (In reply to Thomas Schwinge from comment #1) > > This appears to be due to recent commit > > r15-3328-g673a448aa24efedd5ac140ebf7bfe652d7a6a846 "Optimize initialization > > of small padded objects". > > > > Given this commit doesn't appear to be causing any other issues, chances are > > that the Rust front end is doing "something funny"? > > It seems to have started passing yesterday or so, probably after > r15-5772-gf93059c82e61d6. I reverted that patch and tried again. looks like the front-end is fixed.