Re: [PATCH] c++/103326 - fix ICE in tsubst with VECTOR_CST

2021-11-19 Thread Jakub Jelinek via Gcc-patches
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

[PATCH] c++/103326 - fix ICE in tsubst with VECTOR_CST

2021-11-18 Thread Richard Biener via Gcc-patches
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