http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12081
Mikael Pettersson <mikpe at it dot uu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikpe at it dot uu.se --- Comment #20 from Mikael Pettersson <mikpe at it dot uu.se> --- Created attachment 30188 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30188&action=edit fix up conversion in tilepro_expand_builtin, delete unused 11-arity stuff Looking through the patch I noticed that the conversion in tilepro_expand_builtin was broken (icode was lost). Grepping around I also noticed that nothing used GEN_FCN11 (or is that used by the out-of-tree OpenRISC port?) This add-on fixes those two issues.