https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87059
--- Comment #22 from Jeffrey A. Law <law at gcc dot gnu.org> --- Author: law Date: Sat Aug 25 19:12:36 2018 New Revision: 263855 URL: https://gcc.gnu.org/viewcvs?rev=263855&root=gcc&view=rev Log: PR tree-optimization/87059 * builtins.c (expand_builtin_strncmp): Convert MIN_EXPR operand to the same type as the other. * fold-const.c (fold_binary_loc): Assert expectation. Modified: trunk/gcc/ChangeLog trunk/gcc/builtins.c trunk/gcc/fold-const.c