Jim Meyering wrote: > Actually restrict-detection is working just fine. > The problem is that "config.h" isn't included.
That seemed to mostly work. It is still failing under ia64 though. I think the compiler there has no support for restrict. If I define restrict to be nothing to disable it completely then the compilation succeeds. The man page or cc does not mention it. It only mentions this: -AC99 Enables partial support for the C99 Standard, mode (ANSI programming language C standard ISO/IEC 9899:1999). So apparently the configure test for a working restrict is not catching this case. Bob