------- Comment #13 from pinskia at gcc dot gnu dot org 2009-01-22 23:20 ------- >Maybe I should merge the split of addressables from tree-ssa-alias.c from the alias-improvements branch.
There are two things, first c64 really should not be TREE_ADDRESSABLE but rather !DECL_GIMPLE_REG_P. But that is too big for this stage of compiling and has unknown effects. I will do it for 4.5 and remove the special casing here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38745