* doc/autoconf.texi (AC_OPENMP): Document portability pitfall.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2008-10-29 Bruno Haible <bruno@clisp.org>
+
+ Mention Sun WorkShop 6.2 OpenMP bug.
+ * doc/autoconf.texi (AC_OPENMP): Document portability pitfall.
+
2008-10-29 Paolo Bonzini <bonzini@gnu.org>
Rewrite handling of diversion and expansion stack.
respectively. Similar remarks as for C hold, except that
@code{CPPFLAGS} is not used for Fortran, and no preprocessor macro
signals OpenMP support.
+
+For portability, it is best to avoid spaces between @samp{#} and
+@samp{pragma omp}. That is, write @samp{#pragma omp}, not
+@samp{# pragma omp}. The Sun WorkShop 6.2 C compiler chokes on the
+latter.
@end defmac
@node C Compiler