This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/47382] [4.6 Regression] g++.dg/ipa/devirt-d-1.C FAILs with -finline-functions


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47382

--- Comment #5 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 17:47:25 UTC ---
Author: dnovillo
Date: Wed Feb  2 17:47:21 2011
New Revision: 169587

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169587
Log:
2011-01-25  Martin Jambor  <mjambor@suse.cz>

    PR tree-optimization/47382
    * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
    (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.

    * testsuite/g++.dg/torture/pr47382.C: New test.
    * testsuite/g++.dg/opt/devirt1.C: Xfail.

Added:
    branches/google/integration/gcc/testsuite/g++.dg/torture/pr47382.C
Modified:
    branches/google/integration/gcc/ChangeLog
    branches/google/integration/gcc/gimple-fold.c
    branches/google/integration/gcc/testsuite/ChangeLog
    branches/google/integration/gcc/testsuite/g++.dg/opt/devirt1.C


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