This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/33552] wrong code for multiple output asm, wrong df?
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Sep 2007 12:40:29 -0000
- Subject: [Bug rtl-optimization/33552] wrong code for multiple output asm, wrong df?
- References: <bug-33552-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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