This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r138425 - in /trunk/gcc: cp/ChangeLog cp/init.c...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 31 Jul 2008 17:38:10 -0000
- Subject: r138425 - in /trunk/gcc: cp/ChangeLog cp/init.c...
Author: jason
Date: Thu Jul 31 17:38:08 2008
New Revision: 138425
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138425
Log:
PR c++/36633
* init.c (build_new_1): Don't convert pointer to the data type
until we're actually going to treat it as that type.
Added:
trunk/gcc/testsuite/g++.dg/tree-ssa/new1.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/init.c