https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118061
Yunbo Ni <yunboni at smail dot nju.edu.cn> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yunboni at smail dot nju.edu.cn
--- Comment #2 from Yunbo Ni <yunboni at smail dot nju.edu.cn> ---
There's another case that triggers the same ICE:
```c
union {
struct a b;
char c;
int d
} union {
struct e b;
char c;
int d;
```
