https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124122
Iain Buclaw <ibuclaw at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at gcc dot gnu.org
--- Comment #1 from Iain Buclaw <ibuclaw at gcc dot gnu.org> ---
Hmm, test21757.d is another issue.
```
struct S
{
void*[300_000] arr; // generates stupidly large symbols for RTImfoImpl!()
that crash MS link.exe
}
void main()
{
}
```
