https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98048
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |tree-optimization --- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> --- The patch exposed a bug in generic vector handling code. We have: if (op >= FIRST_NORM_OPTAB && op <= LAST_NORM_OPTAB && optab_handler (op, TYPE_MODE (TREE_TYPE (type))) != CODE_FOR_nothing) where abs_optab in E_HImode enables this condition. There is nothing wrong with the patch itself.