Well, Intel compiler says that C99 or C11 is C, and not C++. So I am not able to request C99 or C11 for C++ programs.
On Tuesday 15 March 2016 14:57:07 Paul Eggert wrote: > 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. -- HPC/VSC Support and System Administration Computing Center ULB/VUB Avenue Adolphe Buyllaan, 91 - CP 197 1050 Brussels Belgium
