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 tree-optimization/23157] [4.1 Regression] incorrect sharing of tree nodes regression


------- Additional Comments From rakdver at gcc dot gnu dot org  2005-07-31 16:44 -------
Adding

def = unshare_expr (def);

after

if (force_expr_to_var_cost (def) >= target_spill_cost)
  continue;

in tree-scalar-evolution.c might help.  I cannot test it just now (I am on 
shared computer and cannot take much time).

-- 


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


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