This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/61060] [4.9/4.10 Regression] ICE: in int_mode_for_mode, at stor-layout.c:400 with -free-ter


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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue May 13 08:28:53 2014
New Revision: 210352

URL: http://gcc.gnu.org/viewcvs?rev=210352&root=gcc&view=rev
Log:
    PR target/61060
    * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
    is const0_rtx, return immediately.  Don't test count == 0 when
    it is always true.

    * gcc.dg/pr61060.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr61060.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]