--- Comment #6 from ktietz at gcc dot gnu dot org 2008-11-26 10:28 ---
Fix on trunk at revision 142215.
--
ktietz at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from ktietz at gcc dot gnu dot org 2008-11-25 10:22 ---
Created an attachment (id=16766)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16766&action=view)
improved patch file
this fixes the callabi issues from sysv_abi->ms_abi.
As Lankhorst told me, that there seems
--- Comment #4 from m dot b dot lankhorst at gmail dot com 2008-11-23
21:11 ---
Patch seems to fix the testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38227
--- Comment #3 from ktietz at gcc dot gnu dot org 2008-11-23 20:41 ---
Patch for this problem
Index: calls.c
===
--- calls.c (revision 142122)
+++ calls.c (working copy)
@@ -2077,7 +2077,7 @@
}
#ifdef REG_PAR
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-11-23 16:47 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON