------- Comment #1 from danglin at gcc dot gnu dot org 2010-08-19 18:26 ------- Introduced by following change:
2010-07-22 Martin Jambor <mjam...@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