https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109983
Sergei Trofimovich <slyfox at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slyfox at gcc dot gnu.org
--- Comment #3 from Sergei Trofimovich <slyfox at gcc dot gnu.org> ---
Quoting `man gcc`:
-fipa-pta
Perform interprocedural pointer analysis and interprocedural
modification
and reference analysis. This option can cause excessive memory and
compile-time usage on large compilation units. It is not enabled by
default at any optimization level.
Chances are `gcc` succeeds in a longer time: O(minutes). For me it finishes in
3 minutes on gcc-14. Enabled extra checkers (verify_*) probably make it slower.