This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r124271 - in /trunk/gcc: cp/ChangeLog cp/decl.c...
- From: pinskia at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 29 Apr 2007 06:22:15 -0000
- Subject: r124271 - in /trunk/gcc: cp/ChangeLog cp/decl.c...
Author: pinskia
Date: Sun Apr 29 07:22:14 2007
New Revision: 124271
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124271
Log:
2007-04-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C++/30221
* decl.c (reshape_init_r): Don't reshape the first element if it
is a pointer to member function.
2007-04-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C++/30221
* g++.dg/init/ptrfn2.C: New test.
* g++.dg/init/ptrfn3.C: New test.
Added:
trunk/gcc/testsuite/g++.dg/init/ptrfn2.C
trunk/gcc/testsuite/g++.dg/init/ptrfn3.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/testsuite/ChangeLog