c++: vector compound literal [PR104206]
authorJason Merrill <jason@redhat.com>
Wed, 26 Jan 2022 17:44:31 +0000 (12:44 -0500)
committerJason Merrill <jason@redhat.com>
Wed, 26 Jan 2022 19:27:35 +0000 (14:27 -0500)
commit9bf217920457f2e2d46b601f24721780a20a031b
tree02187e180ca5c291b470558cd2e72597e6e005f1
parent866d73019bd4d1804f7e09409322e6605b81780b
c++: vector compound literal [PR104206]

My patch for PR101072 removed the specific VECTOR_TYPE handling here, which
broke pr72747-2.c on PPC; this patch restores it.

PR c++/104206
PR c++/101072

gcc/cp/ChangeLog:

* semantics.cc (finish_compound_literal): Restore VECTOR_TYPE check.
gcc/cp/semantics.cc