https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54056

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |compile-time-hog
     Ever confirmed|0                           |1
      Known to work|                            |4.5.3
             Status|UNCONFIRMED                 |NEW
      Known to fail|                            |14.0
   Last reconfirmed|                            |2023-07-27
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=32505
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |ppalka at gcc dot gnu.org

--- Comment #2 from Patrick Palka <ppalka at gcc dot gnu.org> ---
FWIW, this seems to be an old regression caused by the fix for PR32505; the
loop over all implicit instantiations at the end of
process_partial_specialization introduces quadraticness in the number of
DEFINE_STRUCTs in the testcase.

Reply via email to