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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Nov 21 20:42:20 2014
New Revision: 217946

URL: https://gcc.gnu.org/viewcvs?rev=217946&root=gcc&view=rev
Log:
    PR target/63848
    PR target/63975
    * internal-fn.c (expand_arith_overflow_result_store,
    expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow): Use
    do_compare_rtx_and_jump instead of emit_cmp_and_jump_insns everywhere,
    adjust arguments to those functions.  Use unsignedp = true for
    EQ, NE, GEU, LEU, LTU and GTU comparisons.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/internal-fn.c

Reply via email to