On 03/15/2016 02:02 PM, Balázs Hajgató wrote:
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 Maybe it a serious compiler bug.
I don't see a bug yet. As far as I know, none of the languages you mention have 'restrict'. You need C99 or C11 for that. Try compiling in C99 mode, along with all the patches I've sent so far.
