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/25225] code generation -- extra instructions generated



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-02 20:10 -------
I forgot one more thing, from local allocate:
;; Register 61 in 5.
;; Register 64 in 0.
;; Register 65 in 2.

Why are we putting reg 64 in ax, it says:
Register 64 used 2 times across 4 insns in block 3; set 1 time; GENERAL_REGS or
none.

Which means it can be put into any register.


-- 


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


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