https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84441
--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Tue Feb 27 04:22:31 2018 New Revision: 258028 URL: https://gcc.gnu.org/viewcvs?rev=258028&root=gcc&view=rev Log: PR c++/84441 - ICE with base initialized from ?: * call.c (unsafe_copy_elision_p): Handle COND_EXPR. Added: branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/elision3.C Modified: branches/gcc-6-branch/gcc/cp/ChangeLog branches/gcc-6-branch/gcc/cp/call.c