https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71511
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Thu Jul 21 06:15:58 2016 New Revision: 238571 URL: https://gcc.gnu.org/viewcvs?rev=238571&root=gcc&view=rev Log: PR c++/71511 - ICE on decltype scope in declaration. * typeck2.c (cxx_incomplete_type_diagnostic): Handle DECLTYPE_TYPE. Added: branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/decltype65.C Modified: branches/gcc-6-branch/gcc/cp/ChangeLog branches/gcc-6-branch/gcc/cp/typeck2.c