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/47665] [4.6 Regression] ICE in trunc_int_for_mode


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-10 11:15:28 UTC ---
Author: jakub
Date: Thu Feb 10 11:15:23 2011
New Revision: 170000

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170000
Log:
    PR target/47665
    * combine.c (make_compound_operation): Only change shifts into
    multiplication for SCALAR_INT_MODE_P.

    * gcc.target/i386/pr47665.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr47665.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/combine.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]