On Fri, Nov 19, 2021 at 08:57:01AM +0100, Richard Biener wrote:
> This adds missing handling of VECTOR_CST.
>
> Bootstrap and regtest pending on x86_64-unknown-linux-gnu, OK?
>
> Thanks,
> Richard.
>
> 2021-11-19 Richard Biener
>
> PR c++/103326
> * pt.c (tsubst_copy): Handle VEC
This adds missing handling of VECTOR_CST.
Bootstrap and regtest pending on x86_64-unknown-linux-gnu, OK?
Thanks,
Richard.
2021-11-19 Richard Biener
PR c++/103326
* pt.c (tsubst_copy): Handle VECTOR_CST.
* g++.dg/pr103326.C: New testcase.
---
gcc/cp/pt.c