Hi all,
I made small test program for inline with alloca (list at the bottom), and try to compile it on several platforms including sparc, i686 etc, but all warn 'function using alloca cannot be inline'.
Yes, even if you use __builtin_alloca on i386, gcc 2.9x seems to warn about alloca. Whereas gcc 3.2 and 3.3.3 has no problems inlining the code, judging by the warnings.
So I propose to make sysdepCallMethod for m68k back with macro version.
I assume that sysdepCallMethod needs to be inlined for some reason, right? If that's the case, then yes, it should be reverted to a macro on the arches that use dynamic array allocation and have a gcc 2.9x.
cheers, dalibor topic
_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
