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 c/31628] stdcall function is miscompiled



------- Comment #2 from marcus at jet dot franken dot de  2007-04-18 19:45 -------
i bisected gcc to find the regression and it was apparently introduced by
revision 123146.

2007-03-22  Richard Henderson  <rth@redhat.com>

       * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
       don't increase local_regparm with force_align_arg_pointer check.
       (ix86_function_sseregparm): Assert 32-bit.
       (type_has_variadic_args_p): New.
[...]


-- 


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


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