On Tue, Sep 12, 2023 at 01:34:43PM -0400, Marek Polacek via Gcc-patches wrote:
> On Tue, Sep 12, 2023 at 01:27:44PM -0400, Jason Merrill via Gcc-patches wrote:
> > Tested x86_64-pc-linux-gnu, applying to trunk.
> >
> > -- 8< --
> >
> > The argument might not already be an integer.
> >
> > PR
On Tue, Sep 12, 2023 at 01:27:44PM -0400, Jason Merrill via Gcc-patches wrote:
> Tested x86_64-pc-linux-gnu, applying to trunk.
>
> -- 8< --
>
> The argument might not already be an integer.
>
> PR c++/111357
>
> gcc/cp/ChangeLog:
>
> * pt.cc (expand_integer_pack): Convert argument
Tested x86_64-pc-linux-gnu, applying to trunk.
-- 8< --
The argument might not already be an integer.
PR c++/111357
gcc/cp/ChangeLog:
* pt.cc (expand_integer_pack): Convert argument to int.
gcc/testsuite/ChangeLog:
* g++.dg/ext/integer-pack7.C: New test.
---
gcc/cp/p