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 middle-end/24952] ICE: RTL check: expected code 'set' or 'clobber', have 'unspec' in try_combine, at combine.c:2898



------- Comment #2 from sayle at gcc dot gnu dot org  2006-02-24 19:29 -------
Subject: Bug 24952

Author: sayle
Date: Fri Feb 24 19:29:34 2006
New Revision: 111425

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111425
Log:

        PR middle-end/24952
        * combine.c (try_combine): Explicitly check whether GET_CODE is
        a SET or a CLOBBER, instead on checking that it isn't a USE.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/combine.c


-- 


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


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