re PR c++/71871 (ICE on mixing templates and vector extensions ternary operator)
authorJakub Jelinek <jakub@redhat.com>
Mon, 18 Jul 2016 17:44:48 +0000 (19:44 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 18 Jul 2016 17:44:48 +0000 (19:44 +0200)
commitf2111a364039343a3314736d376990dfa549e650
tree7be3bd72b926527173c5c6ac314506e670a63112
parent0b96552628efa86e6e41a279bf7abfd7018d8a93
re PR c++/71871 (ICE on mixing templates and vector extensions ternary operator)

PR c++/71871
* typeck.c (build_x_conditional_expr): Revert the 2012-10-25 change.

* g++.dg/ext/vector31.C: New test.

From-SVN: r238439
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/vector31.C [new file with mode: 0644]