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 ada/50433] [4.7 Regression] ACATS c460010 fails to compile


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-09-16
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
            Summary|[4.7 Regression] acats      |[4.7 Regression] ACATS
                   |tests FAIL: c460010 on      |c460010 fails to compile
                   |x86_64-apple-darwin10       |
     Ever Confirmed|0                           |1

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-09-16 21:18:52 UTC ---
> The acats test c460010 fails on x86_64-apple-darwin10 at revision 178892 (see
> http://gcc.gnu.org/ml/gcc-testresults/2011-09/msg01560.html ) while it passed
> at revision 178834 (see
> http://gcc.gnu.org/ml/gcc-testresults/2011-09/msg01357.html).

This is very likely

2011-09-15  Jan Hubicka  <jh@suse.cz>

    * ipa-inline-analysis.c (add_condition): Add conditions parameter;
    simplify obviously true clauses.
    (and_predicates, or_predicates): Add conditions parameter.
    (inline_duplication_hoook): Update.
    (mark_modified): New function.
    (unmodified_parm): New function.
    (eliminated_by_inlining_prob, (set_cond_stmt_execution_predicate,
    set_switch_stmt_execution_predicate, will_be_nonconstant_predicate):
    Use unmodified_parm.
    (estimate_function_body_sizes): Update.
    (remap_predicate): Update.

I've already pinged Jan about it.


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