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 debug/45015] ICE in cselib.c caused by fix for PR43051



------- Comment #7 from jakub at gcc dot gnu dot org  2010-07-22 06:38 -------
Subject: Bug 45015

Author: jakub
Date: Thu Jul 22 06:38:25 2010
New Revision: 162397

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162397
Log:
        PR debug/45015
        * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
        ASM_OPERANDS_OUTPUT_IDX.
        (adjust_insn): For inline asm with multiple sets ensure first
        ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
        the insn.

        * gcc.target/m68k/pr45015.c: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/m68k/pr45015.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/var-tracking.c


-- 


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


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