On 12/27/2016 9:55 PM, James Almer wrote:
> ICC stdatomic.h implementation seems to be incomplete or broken,
> missing the ATOMIC_VAR_INIT() macro.
>
> Should fix ticket #6049
>
> Signed-off-by: James Almer
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Pushed.
On 12/28/2016 8:17 PM, Moritz Barsnick wrote:
> On Tue, Dec 27, 2016 at 21:55:42 -0300, James Almer wrote:
>> ICC stdatomic.h implementation seems to be incomplete or broken,
>> missing the ATOMIC_VAR_INIT() macro.
>>
>> Should fix ticket #6049
>
> Your patch works for me with ICC 14.0.3. I'm the
On Tue, Dec 27, 2016 at 21:55:42 -0300, James Almer wrote:
> ICC stdatomic.h implementation seems to be incomplete or broken,
> missing the ATOMIC_VAR_INIT() macro.
>
> Should fix ticket #6049
Your patch works for me with ICC 14.0.3. I'm the reporter of #6049.
But see this:
https://software.inte
ICC stdatomic.h implementation seems to be incomplete or broken,
missing the ATOMIC_VAR_INIT() macro.
Should fix ticket #6049
Signed-off-by: James Almer
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index d723b8e..56a0b65 100755
--- a/co