http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58997

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Nov  5 19:37:51 2013
New Revision: 204413

URL: http://gcc.gnu.org/viewcvs?rev=204413&root=gcc&view=rev
Log:
    PR rtl-optimization/58997
    * loop-iv.c (iv_subreg): For IV_UNKNOWN_EXTEND, expect
    get_iv_value to be in iv->mode rather than iv->extend_mode.
    (iv_extend): Likewise.  Otherwise, if iv->extend != extend,
    use lowpart_subreg on get_iv_value before calling simplify_gen_unary.
    * loop-unswitch.c (may_unswitch_on): Make sure op[i] is in the right
    mode.

    * gcc.c-torture/compile/pr58997.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr58997.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/loop-iv.c
    trunk/gcc/loop-unswitch.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to