Its exactly the same than before (error.restrict.txt)
Officially, Intel compiler should understand C89 and C++98 by default. I tried 
the C++11, and C++14, but I got exactly the same.
https://software.intel.com/en-us/node/582029 
<https://software.intel.com/en-us/node/582029>
Maybe it a serious compiler bug.  
> On 15 Mar 2016, at 16:03, Paul Eggert <[email protected]> wrote:
> 
> On 03/15/2016 03:08 AM, Balazs Hajgato wrote:
>> I have already reported this issue to Intel, waiting for their proposal.
>> Meanwhile I tried the patch, and I got a bunch of errors:
>> (error.restrict.txt)
>> I just have changed restrict to __restrict, error:
>> (error.__restrict.txt)
> Why isn't your compiler running in C11 mode, or at least in C99 mode? Can you 
> investigate that?
> 
> Is your program using Gnulib's std-gnu11 module? If not, perhaps it should. 
> These days there's no good reason to compile in C89 mode, or even in C99 mode 
> for that matter.
> 
> In the meantime, please try the attached additional patch.
> <0001-select-port-more-to-Intel-2016.1.150-compiler.patch>

Reply via email to