http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53484
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2012-06-01 18:43:30 UTC --- Author: jason Date: Fri Jun 1 18:43:23 2012 New Revision: 188122 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188122 Log: PR c++/53484 * pt.c (do_auto_deduction): Don't try to deduce from a type-dependent initializer. Added: branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/auto33.C Modified: branches/gcc-4_7-branch/gcc/cp/ChangeLog branches/gcc-4_7-branch/gcc/cp/pt.c branches/gcc-4_7-branch/gcc/testsuite/ChangeLog