PR c++/84424 - ICE with constexpr and __builtin_shuffle.
authorJason Merrill <jason@redhat.com>
Thu, 22 Feb 2018 22:50:37 +0000 (17:50 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 22 Feb 2018 22:50:37 +0000 (17:50 -0500)
commit6f11ddd8b7dc020545d0d0e8ae20d34b83265ff6
tree77c560e22438f93739f3c458d857d12564ee7776
parent8304bcf24a2d301044a881438221841cf09444d7
PR c++/84424 - ICE with constexpr and __builtin_shuffle.

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

From-SVN: r257924
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/ext/vector34.C [new file with mode: 0644]