> Several of the GCC compilers (I tried out gcc 4.1.1 on Red Hat Enterprise > Linux 5, > gcc 4.1.0 on SuSE SLES 10, and gcc 3.4.6 on RHEL4 update 5) do not recognize > this macro > (and consequently emit a compilation error).
Something is fishy with your compilation process. __always_inline should never be visible to gcc; it is a macro defined in <linux/compiler.h>. - R. _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
