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/33552] wrong code for multiple output asm, wrong df?



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-09-25 12:40 -------
Correct asm is then for example

#APP
# 16 "t.c" 1
        mulq %rcx
# 0 "" 2
# 18 "t.c" 1
        addq %r9,%rax
        adcq $0,%rdx
# 0 "" 2
#NO_APP


-- 


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


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