https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93711
Lénárd Szolnoki changed:
What|Removed |Added
CC||leni536 at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93711
Bug 93711 depends on bug 93667, which changed state.
Bug 93667 Summary: [10 regression] ICE in esra with nested
[[no_unique_address]] field
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93667
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93711
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Depends on|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93711
--- Comment #1 from Evan Teran ---
As a follow-up, it appears that the optimization level is a factor. I only get
the ICE in my builds which don't pass a -O flag.
Here's a live example that can be experimented with:
https://godbolt.org/z/zAEcQd