bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intel 2016.1.150 compilation problems


From: Balázs Hajgató
Subject: Re: Intel 2016.1.150 compilation problems
Date: Tue, 15 Mar 2016 22:02:45 +0100

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.  
On 15 Mar 2016, at 16:03, Paul Eggert <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]