------- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-13 14:09 ------- > error: statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS > perfecttmp.42 = perfectiv.40_5 + 16; > I called update_stmt, o not sure what I'm still missing.
You forgot to mark perfecttmp.42 for renaming (or manually name it yourself). -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29581