https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112978
Xi Ruoyao <xry111 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |xry111 at gcc dot gnu.org Resolution|--- |WONTFIX --- Comment #3 from Xi Ruoyao <xry111 at gcc dot gnu.org> --- There is nothing we can do here. Note that GCC security policy is clear that if you need to compile some random code completely not trust-able, use a sandbox. And for "excessive amount of diagnostics" you may use -fmax-errors= as a workaround.