https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104173
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-01-21 Known to fail| |12.0 Status|UNCONFIRMED |NEW Known to work| |11.2.1 CC| |ppalka at gcc dot gnu.org Target Milestone|--- |12.0 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Regression started with r12-6075 c++: ahead-of-time overload set pruning for non-dep calls This patch makes us remember the function selected by overload resolution during ahead of time processing of a non-dependent call expression, so that at instantiation time we avoid repeating some of the work of overload resolution for the call. Note that we already do this for non-dependent operator expressions via build_min_non_dep_op_overload.