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/53495] [4.8 Regression] segmentation fault


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-08-14 07:43:15 UTC ---
Author: jakub
Date: Tue Aug 14 07:43:09 2012
New Revision: 190376

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190376
Log:
    PR middle-end/53411
    PR rtl-optimization/53495
    * ira.c (ira): Move delete_trivially_dead_insns call before
    find_moveable_pseudos call.

    * gcc.c-torture/compile/pr53411.c: New test.
    * gcc.c-torture/compile/pr53495.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr53411.c
    trunk/gcc/testsuite/gcc.c-torture/compile/pr53495.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ira.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]