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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Not closing yet as the diagnostics in the
auto bind_function() {
    constexpr auto attrs = extra_attributes{};
    char rvp = attrs.rvp;
    sink(rvp);
}
case is still missing.

Reply via email to