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 ipa/65076] [5 Regression] 16% tramp3d-v4.cpp compile time regression


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65076

--- Comment #24 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Fri Mar 27 04:02:28 2015
New Revision: 221719

URL: https://gcc.gnu.org/viewcvs?rev=221719&root=gcc&view=rev
Log:

    PR ipa/65076
    * passes.def: Add pass_nothrow.
    * ipa-pure-const.c: (pass_data_nothrow): New.
    (pass_nothrow): New.
    (pass_nothrow::execute): New.
    (make_pass_nothrow): New.
    * tree-pass.h (make_pass_nothrow): Declare.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-pure-const.c
    trunk/gcc/passes.def
    trunk/gcc/tree-pass.h


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