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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
#include<ranges>

void f(int *a, int *b)
{
    auto t = std::ranges::subrange(a,b);
}

Reply via email to