This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/46824] [4.6 Regression] chromium-compile failed because error: no match for âoperator*â in
- From: "dodji at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 Mar 2011 07:28:40 +0000
- Subject: [Bug c++/46824] [4.6 Regression] chromium-compile failed because error: no match for âoperator*â in
- Auto-submitted: auto-generated
- References: <bug-46824-4@http.gcc.gnu.org/bugzilla/>
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