https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70459
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=86164
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #3)
> This one actually seems to be a different bug, which was fixed in GCC 7.
>
> Probably by r7-2763-gd79d6252758099
I confirmed that backporting that commit to the gcc-6 branch fixes the crash
for the minimal test case in comment 1, so that's definitely the commit that
fixed it.
For less minimal examples, stack overflow was still a problem for long inputs,
until the patches for Bug 86164.