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/11884] Bad address passed to function with > 8 arguments


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From sdowning at fame dot com  2003-08-12 11:18 -------
I didn't mention that I did some dividing and conquering to see that the 
symptom does not occur if there are fewer than 8 parameters before the float 
argument.  The first 8 parameters can be types other than int (in the original 
program before I simplified, it took struct *, unsigned short, int, unsigned 
int, e.g a variety of types before the float).


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