[Bug c++/93711] ICE: [[no_unique_address] when constructing via template helper

2020-06-17 Thread leni536 at gmail dot com
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 #

[Bug c++/93711] ICE: [[no_unique_address] when constructing via template helper

2020-02-19 Thread jamborm at gcc dot gnu.org
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

[Bug c++/93711] ICE: [[no_unique_address] when constructing via template helper

2020-02-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93711 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Depends on|

[Bug c++/93711] ICE: [[no_unique_address] when constructing via template helper

2020-02-12 Thread eteran at alum dot rit.edu
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