This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/9890] __builtin_apply generates incorrect reference to arguments
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 May 2003 18:32:30 -0000
- Subject: [Bug c/9890] __builtin_apply generates incorrect reference to arguments
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9890
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-05-24 18:32:30
date| |
------- Additional Comments From pinskia@physics.uc.edu 2003-05-24 18:32 -------
confirmed on mainline (20030524):
Here is the diff for the two asm, the minus has the assert commented out:
@@ -28,7 +28,7 @@
movl %esp, %ebp
pushl %esi
pushl %ebx
- subl $160, %esp
+ subl $176, %esp
movl %eax, -36(%ebp)
movl %edx, -32(%ebp)
movl %ecx, -28(%ebp)
@@ -41,7 +41,7 @@
movl (%eax), %edx
movl %esp, %esi
subl $32, %esp
- movl %esp, %ecx
+ leal 4(%esp), %ecx
movl (%edx), %eax
movl %eax, (%ecx)
movl 4(%edx), %eax
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.