https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93313
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So the problem here is the parser uses the standard stack and therefor limits the max levels of nested parentheses. THIS IS NOT a bug really.