]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/pt.c
c++/103326 - fix ICE in tsubst with VECTOR_CST
[thirdparty/gcc.git] / gcc / cp / pt.c
index 6a2a937764842d72ef3b2e14d682b447f688e885..22798b91608e46b706ee553a1013afe53d223362 100644 (file)
@@ -17254,6 +17254,7 @@ tsubst_copy (tree t, tree args, tsubst_flags_t complain, tree in_decl)
     case INTEGER_CST:
     case REAL_CST:
     case COMPLEX_CST:
+    case VECTOR_CST:
       {
        /* Instantiate any typedefs in the type.  */
        tree type = tsubst (TREE_TYPE (t), args, complain, in_decl);