RE: test for restrict fails with MS compiler

2007-07-19 Thread Jerker Bäck
Hello Noah, As Ralf said, `AC_C_RESTRICT' supports your compiler precisely as intended: it defines away the `restrict' keyword, which your compiler implements incorrectly No, I'm not so sure about that. Indeed, I'm convinced the compiler implements the keyword exactly as intended.

Re: test for restrict fails with MS compiler

2007-07-19 Thread Ralf Wildenhues
Hello Jerker, FYI, I've Cc:ed the list again. * Jerker Bäck wrote on Thu, Jul 19, 2007 at 04:34:56PM CEST: You would have a case with this first issue if you could prove that defining away `restrict' is a problem with MSVC. No, it should not cause any problem. OK, good. So this

RE: test for restrict fails with MS compiler

2007-07-19 Thread Jerker Bäck
Hello Ralf, You would have a case with this first issue if you could prove that defining away `restrict' is a problem with MSVC. No, it should not cause any problem. Second, a claim that MSVC fully implements restrict as conforming to C99, is wrong, we've gone through this before. You

Re: [GNU Autoconf 2.61] testsuite: 142 143 144 145 146 147 148 149 failed

2007-07-19 Thread Paul Eggert
Not to worry, it just meant you didn't have a Fortran compiler.