This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r124273 - in /branches/gcc-4_1-branch/gcc: cp/C...


Author: pinskia
Date: Sun Apr 29 07:30:53 2007
New Revision: 124273

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124273
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:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/init/ptrfn2.C
      - copied unchanged from r124271, trunk/gcc/testsuite/g++.dg/init/ptrfn2.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/init/ptrfn3.C
      - copied unchanged from r124271, trunk/gcc/testsuite/g++.dg/init/ptrfn3.C
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/decl.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]