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 bootstrap/36864] [4.4 Regression] Yet another bootstrap failure on i686-apple-darwin9



------- Comment #4 from dominiq at lps dot ens dot fr  2008-07-18 06:46 -------
This is due to revision 137859:

2008-07-15  Daniel Berlin  <dberlin@dberlin.org>

        * tree-ssa-sccvn.c (expressions_equal_p): Check type equality.
        * tree-ssa-pre.c (pre_expr_eq): Ditto
        (get_constant_for_value_id): Take a type as an argument.
        (fully_constant_expression): Pass in type.
        (find_or_generate_expression): Short circuit constant case.
        (create_expression_by_pieces): Remove special casing of
        pointer_plus.
        (do_regular_insertion): Short circuit constant case.
        (do_partial_partial_insertion): Ditto.


-- 

dominiq at lps dot ens dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dberlin at gcc dot gnu dot
                   |                            |org


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


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