Inlining of vararg functions

Peter Simons peter.simons@cw.com
Thu May 3 02:40:00 GMT 2001


Nathan Sidwell writes:

 > The one exception would be the empty function [...] which I guess
 > might happen for debug type things with debugging disabled.

Right, that's exactly what I am trying to do: In case debugging is
disabled at compile time, the function has an empty body. So there is
little chance that gcc would support that in the near future? Because
in this case I'll have to revert to pre-processor magic -- what I
wanted to avoid because not all pre-processors support varadic
function macros ...

In any case, thanks a lot for your quick and helpful reply!

	-peter



More information about the Gcc mailing list