http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #13 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-03-12 07:28:26 UTC --- Author: dodji Date: Sat Mar 12 07:28:20 2011 New Revision: 170897 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170897 Log: PR c++/46824 gcc/cp/ * call.c (add_builtin_candidate)<case INDIRECT_REF>: The type of the argument of the indirection operator should not be dependent. Fix the comment. gcc/testsuite/ * g++.dg/conversion/cast3.C: New test. Added: trunk/gcc/testsuite/g++.dg/conversion/cast3.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/call.c trunk/gcc/testsuite/ChangeLog