https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80363
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri May 5 21:53:18 2017 New Revision: 247699 URL: https://gcc.gnu.org/viewcvs?rev=247699&root=gcc&view=rev Log: Backported from mainline 2017-04-11 Jakub Jelinek <ja...@redhat.com> PR c++/80363 * error.c (dump_expr): Handle VEC_COND_EXPR like COND_EXPR. * g++.dg/ext/pr80363.C: New test. Added: branches/gcc-6-branch/gcc/testsuite/g++.dg/ext/pr80363.C Modified: branches/gcc-6-branch/gcc/cp/ChangeLog branches/gcc-6-branch/gcc/cp/error.c branches/gcc-6-branch/gcc/testsuite/ChangeLog