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: Paul Eggert
Subject: Re: Intel 2016.1.150 compilation problems
Date: Mon, 14 Mar 2016 13:26:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

It looks like the Intel compiler is pickier about 'select' than most. It's so picky that it seems to be rejecting valid C programs, as 'restrict' is not part of the function type; see C11 section 6.7.6.3 paragraph 15. You might want to file a bug report with Intel.

In the meantime, does the attached patch work around the problem?

Attachment: 0001-select-try-to-port-to-2016.1.150-compiler.txt
Description: Text document


reply via email to

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