This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r115105 - in /trunk/gcc: cp/ChangeLog cp/call.c...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 30 Jun 2006 20:48:43 -0000
- Subject: r115105 - in /trunk/gcc: cp/ChangeLog cp/call.c...
Author: jason
Date: Fri Jun 30 20:48:42 2006
New Revision: 115105
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115105
Log:
PR c++/26577
* call.c (build_new_method_call): Force evaluation of the
instance pointer, not the object.
Added:
trunk/gcc/testsuite/g++.dg/init/volatile1.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/call.c