https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120128
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is a won't fix.
If you want to limit the number of errors, then you need to use the
-fmax-errors= option. GCC has decided to default to unlimited errors on purpose
especially when other compilers would stop after a few errors.
>To reproduce g++: fatal error:
This is just a timeout limit and nothing else.