https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104955
--- Comment #3 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:7fd6e36ea9aa8575841ff1da08b4aebc0298abe2
commit r12-7677-g7fd6e36ea9aa8575841ff1da08b4aebc0298abe2
Author: David Malcolm
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104955
--- Comment #2 from David Malcolm ---
I suspect that this issue is due to building a feasible_graph per saved
diagnostic, thus leading to an O(N^2) where as the function gets bigger, each
individual diagnostic requires more work. Perhaps fixabl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104955
--- Comment #1 from David Malcolm ---
Also takes a long time with -Wno-analyzer-double-free; perhaps we ought to
reject saved_diagnostics that will ultimately not be emitted.