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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppalka at gcc dot gnu.org

--- Comment #5 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Another testcase:

template <typename> class f {
  template <typename> f();
  template <typename> requires false f();
};

Reply via email to