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 rtl-optimization/49619] [4.5/4.6/4.7 Regression] ICE in simplify_subreg, at simplify-rtx.c:5362


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-04 21:10:44 UTC ---
Author: jakub
Date: Mon Jul  4 21:10:42 2011
New Revision: 175829

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175829
Log:
    PR rtl-optimization/49619
    * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
    pass VOIDmode as op0_mode to recursive call, and return temp even
    when different from tor, just if it is not IOR of the original
    PLUS arguments.

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

Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr49619.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/combine.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


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