PR c++/84424 - ICE with constexpr and __builtin_shuffle.
commitc4210852f1e7f5aa901411a3f82059d54d2287c8
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2018 22:50:37 +0000 (22 22:50 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2018 22:50:37 +0000 (22 22:50 +0000)
tree77c560e22438f93739f3c458d857d12564ee7776
parent5aa24073dd8082c255c888192503414d1aae3dfd
PR c++/84424 - ICE with constexpr and __builtin_shuffle.

* constexpr.c (reduced_constant_expression_p): Handle CONSTRUCTOR of
VECTOR_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257924 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/ext/vector34.C [new file with mode: 0644]