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 target/45250] [4.6 Regression] FAIL: tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc



------- Comment #1 from danglin at gcc dot gnu dot org  2010-08-19 18:26 -------
Introduced by following change:

2010-07-22  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/44891
        * tree-sra.c: Include gimple-pretty-print.h.
        (replace_uses_with_default_def_ssa_name): Renamed to
        get_repl_default_def_ssa_name, return the new SSA name instead of
        replacing the old one.
        (sra_modify_assign): Dump a message when removing a load, if the LHS
        is an SSA_NAME, do not do any propagation, just set the RHS to a
        default definition SSA NAME, type convert if necessary.
        * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjambor at suse dot cz


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


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