https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87112

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |msebor at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |msebor at gcc dot 
gnu.org

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
expand_builtin_strnlen() creates a MIN_EXPR with operands of mixed types which
then trips the assertion newly added to fold_binary_loc() to detect these
mismatches.

Reply via email to