On Thu, Mar 25, 2004 at 12:33:43AM -0500, Kazu Hirata wrote: > It it OK to use inline functions in GCC itself? I am guessing the > answer is yes given tree-flow.h from tree-ssa. Yes. inline expands to nothing if the compiler doesn't understand it. r~