Re: c99 and IRIX

2017-08-29 Thread Tom G. Christensen
On 24/08/17 13:27, Bruno Haible wrote: On IRIX 6.5 with cc: Even with the c99 dependency, the compiler produces this error: Because it's not in c99 mode. You need MIPSpro 7.4.0 or later for c99 support and it requires the '-c99' argument when invoking cc or invoking the compiler as c99.

Re: c99 and IRIX

2017-08-24 Thread Paul Eggert
Bruno Haible wrote: Should we bury the support for IRIX cc? Yes, let's. SGI stopped supporting IRIX in December 2013, and there is little point to our continuing to support it.

Re: c99 and IRIX

2017-08-24 Thread Bruno Haible
On IRIX 6.5 with cc: Even with the c99 dependency, the compiler produces this error: cc -32 -DHAVE_CONFIG_H -I. -I../../gllib -I.. -DGNULIB_STRICT_CHECKING=1 -I/u/guest/bruno/prefix-32-cc/include -g -c -o glob.o ../../gllib/glob.c cfe: Warning 728: ./stddef.h, line 104: Long double not support