https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118469
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=105675
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is don't do it situtation.
recursive descent parsers will eat up stack space.
`ulimit -s unlimited` is needed.