https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127255
--- Comment #1 from Ivan Lazaric <ivan.lazaric.gcc at gmail dot com> ---
Similarly ices on union:
```cpp
namespace std {
union source_location {};
}
void foo() pre(true) {}
```
ivan.lazaric.gcc at gmail dot com via Gcc-bugs Tue, 08 Sep 2026 04:23:40 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127255
--- Comment #1 from Ivan Lazaric <ivan.lazaric.gcc at gmail dot com> ---
Similarly ices on union:
```cpp
namespace std {
union source_location {};
}
void foo() pre(true) {}
```