https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71871
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jul 19 09:26:30 2016 New Revision: 238465 URL: https://gcc.gnu.org/viewcvs?rev=238465&root=gcc&view=rev Log: Backported from mainline 2016-07-18 Jakub Jelinek <ja...@redhat.com> PR c++/71871 * typeck.c (build_x_conditional_expr): Revert the 2012-10-25 change. * g++.dg/ext/vector31.C: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ext/vector31.C Modified: branches/gcc-4_9-branch/gcc/cp/ChangeLog branches/gcc-4_9-branch/gcc/cp/typeck.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog