@randall77 requested issue #81240 to be considered for backport to the next 1.26 minor release.
@gopherbot Please open backport issues.
This original report is not really strong motivation, as it is an ICE that is happening before we would otherwise report a "stack frame too big" error.
But this could be more insidious. For large types (>2GB?), at certain sizes the compiler will silently incompletely zero or copy those types. Such types are probably really rare, but we should either compile them correctly, or barf somehow. Compiling them incorrectly is pretty bad.
@randall77 requested issue #81240 to be considered for backport to the next 1.26 minor release.