------- Comment #4 from Christoph_vW at reactos dot org 2008-01-25 10:10 ------- void __attribute__ ((fastcall)) test();
int main() { test(); return 0; } void __attribute__ ((fastcall)) test() { return; } Results in .s file : gcc 4.3.0 [EMAIL PROTECTED]@0 gcc 4.1.3 @[EMAIL PROTECTED] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34970