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/18910] [4.0 Regression] unrecognisable insn in regclass on x86/amd64


------- Additional Comments From steven at gcc dot gnu dot org  2004-12-10 12:04 -------
GCC 3.3.5 (SUSE 9.2) produces this RTL for the ICEing statement:

(insn 11 10 12 (nil) (set (reg:DI 61)
        (symbol_ref:DI ("foo"))) -1 (nil)
    (nil))
                                                                               
                                                  
(insn 12 11 13 (nil) (parallel [
            (set (reg:DI 60)
                (plus:DI (reg:DI 61)
                    (const_int 8 [0x8])))
            (clobber (reg:CC 17 flags))
        ]) -1 (nil)
    (nil))



-- 


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


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