I tried with #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0 in the body of my main.c, but the dissassembled code is the same :-(
OK, I realize that this define has to be put somewhere in the GCC code, in order to recompile GCC itself. But aren't there some easier solutions?
Cezar