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

--- Comment #5 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Arthur O'Dwyer from comment #4)
> // https://godbolt.org/z/Yb9qaYY8Y
> void f1(std::initializer_list<int> il);
> void f2(std::initializer_list<unsigned> il);
> void t() {
>     f1({3, 1, 4, 1, 3, 1, 4, 1, 3, 1, 4, 1, 3, 1, 4, 1});
>     f2({3, 1, 4, 1, 3, 1, 4, 1, 3, 1, 4, 1, 3, 1, 4, 1});
> }
> 

I filed PR 125196 for that.

Reply via email to