------- Comment #32 from pinskia at gcc dot gnu dot org 2008-02-10 13:49 -------
- fold_convert (TREE_TYPE (op1), rhs0), + fold_convert (TREE_TYPE (rhs0), rhs0), op1, !single_use0_p); Wait, you don't need the fold_convert here then. Since rhs0 is already be TREE_TYPE (rhs0) :). Seriously this needs more thinking that patch. Since after your patch, we have a type mismatch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33992